File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
mysqlx-connector-python/cpydist/data/rpm Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11Licensing Information User Manual
22
3- MySQL Connector/Python 9.3 .0 Community
3+ MySQL Connector/Python 9.4 .0 Community
44 __________________________________________________________________
55
66Introduction
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
1515Licensing 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
Original file line number Diff line number Diff line change @@ -167,6 +167,9 @@ cd mysqlx-connector-python
167167%{?scl:EOF}
168168
169169sed -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
You can’t perform that action at this time.
0 commit comments