File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
mysql-connector-python/cpydist/data/rpm
mysqlx-connector-python/cpydist/data/rpm Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,10 @@ v9.4.0
14
14
- WL#16966: Upgrade Python lz4 version
15
15
- WL#16963: Update the OpenTelemetry version
16
16
- WL#16962: Update the Python Protobuf version
17
+ - BUG#37868219: RPM packages have incorrect copyright year in their metadata
17
18
- BUG#37820231: Text based django ORM filters doesn't work with Connector/Python
18
19
- BUG#37806057: Rename extra option (when installing wheel package) to install webauthn functionality dependencies
20
+ - BUG#37642447: The license type is missing from RPM package
19
21
- BUG#37627508: mysql/connector python fetchmany() has an off by one bug when argument given as 1
20
22
- BUG#37047789: Python connector does not support Django enum
21
23
- BUG#36452514: Missing version info resources
Original file line number Diff line number Diff line change 30
30
31
31
%undefine _package_note_file
32
32
%define _build_id_links none
33
+ %define current_year %(date +%Y )
33
34
34
35
%if 0%{?rhel } == 8
35
36
%{! ?__python3: %global __python3 /usr/bin/python3.9}
@@ -70,7 +71,7 @@ Summary: Standardized MySQL database driver for Python
70
71
Name: mysql-connector-python%{?product_suffix }
71
72
Version: %{version }
72
73
Release: 1%{?version_extra:.%{version_extra }}%{?byte_code_only:.1}%{?dist }
73
- License: Copyright (c) 2015, 2024 , Oracle and/or its affiliates. Under %{?license_type } license as shown in the Description field.
74
+ License: Copyright (c) 2015, %{current_year} , Oracle and/or its affiliates. Under %{?lic_type } license as shown in the Description field.
74
75
URL: https://dev.mysql.com/downloads/connector/python/
75
76
Source0: https://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python%{?product_suffix }-%{version }-src.tar.gz
76
77
@@ -176,6 +177,10 @@ cd mysql-connector-python
176
177
%{python3_sitearch}/_mysql_connector.cpython*.so
177
178
178
179
%changelog
180
+ * Fri May 30 2025 Souma Kanti Ghosh <souma.kanti.ghosh@oracle.com> - 9.4.0-1
181
+ - Fixed missing license type in license metadata
182
+ - Added current year macro to be used in license metadata
183
+
179
184
* Mon Mar 17 2025 Souma Kanti Ghosh <souma.kanti.ghosh@oracle.com> - 9.3.0-1
180
185
- Updated for 9.3.0
181
186
Original file line number Diff line number Diff line change 29
29
%global wants_py_dnspython_version 2.6.1
30
30
31
31
%undefine _package_note_file
32
+ %define current_year %(date +%Y )
32
33
33
34
%if 0%{?rhel } == 8
34
35
%{! ?__python3: %global __python3 /usr/bin/python3.9}
@@ -66,7 +67,7 @@ Summary: Standardized MySQL database driver for Python
66
67
Name: mysqlx-connector-python%{?product_suffix }
67
68
Version: %{version }
68
69
Release: 1%{?version_extra:.%{version_extra }}%{?byte_code_only:.1}%{?dist }
69
- License: Copyright (c) 2015, 2024 , Oracle and/or its affiliates. Under %{?license_type } license as shown in the Description field.
70
+ License: Copyright (c) 2015, %{current_year} , Oracle and/or its affiliates. Under %{?lic_type } license as shown in the Description field.
70
71
URL: https://dev.mysql.com/downloads/connector/python/
71
72
Source0: https://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python%{?product_suffix }-%{version }-src.tar.gz
72
73
@@ -174,6 +175,10 @@ sed -i -e '/protobuf/d' %{buildroot}%{python3_sitearch}/mysqlx_connector_python-
174
175
%{python3_sitearch}/_mysqlxpb.cpython*.so
175
176
176
177
%changelog
178
+ * Fri May 30 2025 Souma Kanti Ghosh <souma.kanti.ghosh@oracle.com> - 9.4.0-1
179
+ - Fixed missing license type in license metadata
180
+ - Added current year macro to be used in license metadata
181
+
177
182
* Mon Mar 17 2025 Souma Kanti Ghosh <souma.kanti.ghosh@oracle.com> - 9.3.0-1
178
183
- Updated for 9.3.0
179
184
You can’t perform that action at this time.
0 commit comments