Skip to content

Commit 3a6c0ce

Browse files
author
Oscar Pacheco
committed
Merge branch 'release/9.4.0' into trunk
Change-Id: I1c259a44c512e23b72b56e65a877dbe47c526c1c
2 parents b5277b2 + ca251cf commit 3a6c0ce

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

LICENSE.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
Licensing Information User Manual
22

3-
MySQL Connector/Python 9.3.0 Community
3+
MySQL Connector/Python 9.4.0 Community
44
__________________________________________________________________
55

66
Introduction
77

88
This License Information User Manual contains Oracle's product license
99
and other licensing information, including licensing information for
1010
third-party software which may be included in this distribution of
11-
MySQL Connector/Python 9.3.0 Community.
11+
MySQL Connector/Python 9.4.0 Community.
1212

13-
Last updated: March 2025
13+
Last updated: June 2025
1414

1515
Licensing Information
1616

17-
This release of MySQL Connector/Python 9.3.0 Community is brought to
17+
This release of MySQL Connector/Python 9.4.0 Community is brought to
1818
you by the MySQL team at Oracle. This software is released under
1919
version 2 of the GNU General Public License (GPLv2), as set forth
2020
below, with the following additional permissions:
2121

22-
This distribution of MySQL Connector/Python 9.3.0 Community is designed
22+
This distribution of MySQL Connector/Python 9.4.0 Community is designed
2323
to work with certain software (including but not limited to OpenSSL)
2424
that is licensed under separate terms, as designated in a particular
2525
file or component or in the license documentation. Without limiting

mysqlx-connector-python/cpydist/data/rpm/mysql-connector-python.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ cd mysqlx-connector-python
167167
%{?scl:EOF}
168168
169169
sed -i -e '/protobuf/d' %{buildroot}%{python3_sitearch}/mysqlx_connector_python-*.egg-info/requires.txt
170+
%if 0%{?rhel} == 10
171+
sed -i -e '/Requires-Dist: protobuf/d' %{buildroot}%{python3_sitearch}/mysqlx_connector_python-*.egg-info/PKG-INFO
172+
%endif
170173
171174
%files -n mysqlx-connector-python3%{?product_suffix}
172175
%doc LICENSE.txt CHANGES.txt README.txt README.rst CONTRIBUTING.md SECURITY.md mysqlx-connector-python/docs/INFO_SRC mysqlx-connector-python/docs/INFO_BIN

0 commit comments

Comments
 (0)