Skip to content

Commit 93ec03e

Browse files
committed
Merge branch 'el10' into 'master'
Build for EL10 See merge request tcl/pytiger!4
2 parents 828ca6b + ddbe84a commit 93ec03e

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,7 @@ el-8-x86_64:
122122
el-9-x86_64:
123123
extends: .rpm-binary-template
124124
image: rockylinux:9
125+
126+
el-10-x86_64:
127+
extends: .rpm-binary-template
128+
image: almalinux:10

docs/changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release 2.0.1
66
=============
77

88
* Fix Read the Docs documentation builds.
9+
* Add EL10 builds.
910

1011
Release 2.0.0
1112
=============

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '2.0'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '2.0.0'
61+
release = '2.0.1'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

pytiger.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name: %{pkg_name}
66
Summary: %{sum}
7-
Version: 1.2.2
7+
Version: 2.0.1
88
Release: 1%{?dist}
99

1010
Group: Development/Libraries
@@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
4040
%{python3_sitelib}/*
4141

4242
%changelog
43+
* Tue Jun 17 2025 Chris Boot <crb@tiger-computing.co.uk> - 2.0.1-1
44+
- Add EL10 builds.
45+
4346
* Fri Jan 31 2025 Chris Boot <crb@tiger-computing.co.uk> - 2.0.0-1
4447
- Drop Python 2 compatibility.
4548
- Remove all CentOS 7 packages, including SCL.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setuptools import setup, find_packages
1010

1111
setup(name='pytiger',
12-
version='2.0.0',
12+
version='2.0.1',
1313
description='Tiger Computing Ltd Python Utilities',
1414
author='Tiger Computing Ltd',
1515
author_email='info@tiger-computing.co.uk',

0 commit comments

Comments
 (0)