Skip to content

Commit f9bdcea

Browse files
committed
Updated Connector/Python version to 9.3.0
Change-Id: I252d6714433bf0d5f3b306fb82f78a1e652625fd
1 parent 149e5eb commit f9bdcea

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015, 2024, Oracle and/or its affiliates.
1+
# Copyright (c) 2015, 2025, Oracle and/or its affiliates.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2.0, as
@@ -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.2.0}
44+
%{!?version: %global version 9.3.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 Mar 17 2025 Souma Kanti Ghosh <souma.kanti.ghosh@oracle.com> - 9.3.0-1
180+
- Updated for 9.3.0
181+
179182
* Mon Oct 28 2024 Souma Kanti Ghosh <souma.kanti.ghosh@oracle.com> - 9.2.0-1
180183
- Updated for 9.2.0
181184

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012, 2024, Oracle and/or its affiliates.
1+
# Copyright (c) 2012, 2025, Oracle and/or its affiliates.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2.0, as
@@ -32,7 +32,7 @@
3232
as mysql.connector.version.
3333
"""
3434

35-
VERSION = (9, 2, 0, "", 1)
35+
VERSION = (9, 3, 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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015, 2024, Oracle and/or its affiliates.
1+
# Copyright (c) 2015, 2025, Oracle and/or its affiliates.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2.0, as
@@ -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.2.0}
45+
%{!?version: %global version 9.3.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 Mar 17 2025 Souma Kanti Ghosh <souma.kanti.ghosh@oracle.com> - 9.3.0-1
178+
- Updated for 9.3.0
179+
177180
* Mon Oct 28 2024 Souma Kanti Ghosh <souma.kanti.ghosh@oracle.com> - 9.2.0-1
178181
- Updated for 9.2.0
179182

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012, 2024, Oracle and/or its affiliates.
1+
# Copyright (c) 2012, 2025, Oracle and/or its affiliates.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2.0, as
@@ -32,7 +32,7 @@
3232
as mysqlx.version.
3333
"""
3434

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

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

0 commit comments

Comments
 (0)