File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -122,3 +122,7 @@ el-8-x86_64:
122
122
el-9-x86_64 :
123
123
extends : .rpm-binary-template
124
124
image : rockylinux:9
125
+
126
+ el-10-x86_64 :
127
+ extends : .rpm-binary-template
128
+ image : almalinux:10
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Release 2.0.1
6
6
=============
7
7
8
8
* Fix Read the Docs documentation builds.
9
+ * Add EL10 builds.
9
10
10
11
Release 2.0.0
11
12
=============
Original file line number Diff line number Diff line change 58
58
# The short X.Y version.
59
59
version = '2.0'
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '2.0.0 '
61
+ release = '2.0.1 '
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
Original file line number Diff line number Diff line change 4
4
5
5
Name: %{pkg_name }
6
6
Summary: %{sum }
7
- Version: 1.2.2
7
+ Version: 2.0.1
8
8
Release: 1%{?dist }
9
9
10
10
Group: Development/Libraries
@@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
40
40
%{python3_sitelib }/*
41
41
42
42
%changelog
43
+ * Tue Jun 17 2025 Chris Boot <crb@tiger-computing.co.uk> - 2.0.1-1
44
+ - Add EL10 builds.
45
+
43
46
* Fri Jan 31 2025 Chris Boot <crb@tiger-computing.co.uk> - 2.0.0-1
44
47
- Drop Python 2 compatibility.
45
48
- Remove all CentOS 7 packages, including SCL.
Original file line number Diff line number Diff line change 9
9
from setuptools import setup , find_packages
10
10
11
11
setup (name = 'pytiger' ,
12
- version = '2.0.0 ' ,
12
+ version = '2.0.1 ' ,
13
13
description = 'Tiger Computing Ltd Python Utilities' ,
14
14
author = 'Tiger Computing Ltd' ,
15
15
author_email = 'info@tiger-computing.co.uk' ,
You can’t perform that action at this time.
0 commit comments