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 1
1
Licensing Information User Manual
2
2
3
- MySQL Connector/Python 9.3 .0 Community
3
+ MySQL Connector/Python 9.4 .0 Community
4
4
__________________________________________________________________
5
5
6
6
Introduction
7
7
8
8
This License Information User Manual contains Oracle's product license
9
9
and other licensing information, including licensing information for
10
10
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.
12
12
13
- Last updated: March 2025
13
+ Last updated: June 2025
14
14
15
15
Licensing Information
16
16
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
18
18
you by the MySQL team at Oracle. This software is released under
19
19
version 2 of the GNU General Public License (GPLv2), as set forth
20
20
below, with the following additional permissions:
21
21
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
23
23
to work with certain software (including but not limited to OpenSSL)
24
24
that is licensed under separate terms, as designated in a particular
25
25
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
167
167
%{?scl:EOF}
168
168
169
169
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
170
173
171
174
%files -n mysqlx-connector-python3%{?product_suffix}
172
175
%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