Skip to content

Commit bcbde1b

Browse files
committed
Updated Connector/Python version to 9.2.0
Change-Id: I9d585394623037aa340b94db97a8f86b6f5f174b
1 parent 4fbf521 commit bcbde1b

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
%{?extra_link_args: %global extra_link_args %{extra_link_args}}
4242

4343
# set version if not defined through 'rpmbuild'
44-
%{!?version: %global version 9.1.0}
44+
%{!?version: %global version 9.2.0}
4545

4646
%global with_openssl_opts ""
4747

@@ -176,6 +176,9 @@ cd mysql-connector-python
176176
%{python3_sitearch}/_mysql_connector.cpython*.so
177177
178178
%changelog
179+
* Mon Oct 28 2024 Souma Kanti Ghosh <souma.kanti.ghosh@oracle.com> - 9.2.0-1
180+
- Updated for 9.2.0
181+
179182
* Wed Sep 11 2024 Oscar Pacheco <oscar.p.pacheco@oracle.com> - 9.1.0-1
180183
- Updated for 9.1.0
181184

mysql-connector-python/lib/mysql/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
as mysql.connector.version.
3333
"""
3434

35-
VERSION = (9, 1, 0, "", 1)
35+
VERSION = (9, 2, 0, "", 1)
3636

3737
# pylint: disable=consider-using-f-string
3838
if VERSION[3] and VERSION[4]:

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
%{?extra_link_args: %global extra_link_args %{extra_link_args}}
4343

4444
# set version if not defined through 'rpmbuild'
45-
%{!?version: %global version 9.1.0}
45+
%{!?version: %global version 9.2.0}
4646

4747

4848
# if true set byte_code_only to --byte_code_only
@@ -174,6 +174,9 @@ sed -i -e '/protobuf/d' %{buildroot}%{python3_sitearch}/mysqlx_connector_python-
174174
%{python3_sitearch}/_mysqlxpb.cpython*.so
175175
176176
%changelog
177+
* Mon Oct 28 2024 Souma Kanti Ghosh <souma.kanti.ghosh@oracle.com> - 9.2.0-1
178+
- Updated for 9.2.0
179+
177180
* Wed Sep 11 2024 Oscar Pacheco <oscar.p.pacheco@oracle.com> - 9.1.0-1
178181
- Updated for 9.1.0
179182

mysqlx-connector-python/lib/mysqlx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
as mysqlx.version.
3333
"""
3434

35-
VERSION = (9, 1, 0, "", 1)
35+
VERSION = (9, 2, 0, "", 1)
3636

3737
# pylint: disable=consider-using-f-string
3838
if VERSION[3] and VERSION[4]:

0 commit comments

Comments
 (0)