File tree 2 files changed +16
-10
lines changed
mysql-connector-python/cpydist/data/rpm
mysqlx-connector-python/cpydist/data/rpm 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 37
37
38
38
%if 0%{?suse_version } == 1500
39
39
%global dist .sl15
40
- %global __python3 /usr/bin/python3.9
41
- %global python3_sitearch %{_libdir }/python3.9 /site-packages
40
+ %global __python3 /usr/bin/python3.11
41
+ %global python3_sitearch %{_libdir }/python3.11 /site-packages
42
42
%endif
43
43
44
44
# SCL is used on el7 https://www.softwarecollections.org/en/docs/guide/
@@ -102,8 +102,8 @@ BuildRequires: python3-setuptools
102
102
%endif
103
103
104
104
%if 0%{?suse_version } == 1500
105
- BuildRequires: python39 -devel
106
- BuildRequires: python39 -setuptools
105
+ BuildRequires: python311 -devel
106
+ BuildRequires: python311 -setuptools
107
107
%endif
108
108
109
109
%if 0%{?rhel } == 7
@@ -157,7 +157,7 @@ Requires: python3
157
157
%endif
158
158
159
159
%if 0%{?suse_version } == 1500
160
- Requires: python39
160
+ Requires: python311
161
161
%endif
162
162
163
163
%if 0%{?rhel } == 7
@@ -243,6 +243,9 @@ cd mysql-connector-python
243
243
%{python3_sitearch}/_mysql_connector.cpython*.so
244
244
245
245
%changelog
246
+ * Wed Dec 6 2023 Oscar Pacheco <oscar.p.pacheco@oracle.com> - 8.3.0-1
247
+ - Updated Python version for openSUSE 15 from 3.9 to 3.11
248
+
246
249
* Fri Dec 1 2023 Oscar Pacheco <oscar.p.pacheco@oracle.com> - 8.3.0-1
247
250
- Updated for 8.3.0
248
251
Original file line number Diff line number Diff line change 37
37
38
38
%if 0%{?suse_version } == 1500
39
39
%global dist .sl15
40
- %global __python3 /usr/bin/python3.9
41
- %global python3_sitearch %{_libdir }/python3.9 /site-packages
40
+ %global __python3 /usr/bin/python3.11
41
+ %global python3_sitearch %{_libdir }/python3.11 /site-packages
42
42
%endif
43
43
44
44
# SCL is used on el7 https://www.softwarecollections.org/en/docs/guide/
@@ -97,8 +97,8 @@ BuildRequires: python3-setuptools
97
97
%endif
98
98
99
99
%if 0%{?suse_version } == 1500
100
- BuildRequires: python39 -devel
101
- BuildRequires: python39 -setuptools
100
+ BuildRequires: python311 -devel
101
+ BuildRequires: python311 -setuptools
102
102
%endif
103
103
104
104
%if 0%{?rhel } == 7
@@ -152,7 +152,7 @@ Requires: python3
152
152
%endif
153
153
154
154
%if 0%{?suse_version } == 1500
155
- Requires: python39
155
+ Requires: python311
156
156
%endif
157
157
158
158
%if 0%{?rhel } == 7
@@ -234,6 +234,9 @@ sed -i -e '/protobuf/d' %{buildroot}%{python3_sitearch}/mysqlx_connector_python-
234
234
%{python3_sitearch}/_mysqlxpb.cpython*.so
235
235
236
236
%changelog
237
+ * Wed Dec 6 2023 Oscar Pacheco <oscar.p.pacheco@oracle.com> - 8.3.0-1
238
+ - Updated Python version for openSUSE 15 from 3.9 to 3.11
239
+
237
240
* Fri Dec 1 2023 Oscar Pacheco <oscar.p.pacheco@oracle.com> - 8.3.0-1
238
241
- Updated for 8.3.0
239
242
You can’t perform that action at this time.
0 commit comments