1
0

6 Commits

Author SHA256 Message Date
75a75c7bc7 Accepting request 1308066 from devel:languages:python
- update to 1.1.2:
  * Prevent UnboundLocalError in very rare situation.
  * Close underlying `SocketIO` soon when Connection is closed
    for PyPy.
  * Fix importing PyMySQL fail on CPython 3.13 when
    `getpass.getuser()` raises OSEError.
  * Make charset name "utf8" case insensitive.
  * `Connection.kill()` uses `KILL` query instead of
    `COM_KILL`command to support MySQL 8.4.
  * Fix SSL error on CPython 3.13 caused by strict TLS default
    setting. https://github.com/PyMySQL/PyMySQL/pull/1198
  * Fix auth switch request handling.

OBS-URL: https://build.opensuse.org/request/show/1308066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyMySQL?expand=0&rev=24
2025-09-30 15:41:28 +00:00
469fdb326f - update to 1.1.2:
* Prevent UnboundLocalError in very rare situation.
  * Close underlying `SocketIO` soon when Connection is closed
    for PyPy.
  * Fix importing PyMySQL fail on CPython 3.13 when
    `getpass.getuser()` raises OSEError.
  * Make charset name "utf8" case insensitive.
  * `Connection.kill()` uses `KILL` query instead of
    `COM_KILL`command to support MySQL 8.4.
  * Fix SSL error on CPython 3.13 caused by strict TLS default
    setting. https://github.com/PyMySQL/PyMySQL/pull/1198
  * Fix auth switch request handling.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMySQL?expand=0&rev=46
2025-09-29 21:07:02 +00:00
d40febcb71 Accepting request 1273418 from devel:languages:python
- update filelist to be compatible with older setuptools

- Skip a test that is failing due to character set fun and games.
- disable testing for Leaps

OBS-URL: https://build.opensuse.org/request/show/1273418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyMySQL?expand=0&rev=23
2025-04-29 14:42:32 +00:00
4d1cfdeced - update filelist to be compatible with older setuptools
- Skip a test that is failing due to character set fun and games.
- disable testing for Leaps

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMySQL?expand=0&rev=44
2025-04-29 11:18:25 +00:00
72c4e95ef0 Accepting request 1264834 from devel:languages:python
- Normalize metadata directory name.

Requires python-setuptools 78 to build successfully.

OBS-URL: https://build.opensuse.org/request/show/1264834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyMySQL?expand=0&rev=22
2025-04-16 18:38:21 +00:00
509dc553cc - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMySQL?expand=0&rev=42
2025-03-25 05:50:28 +00:00
4 changed files with 34 additions and 8 deletions

BIN
PyMySQL-1.1.1.tar.gz (Stored with Git LFS)

Binary file not shown.

3
PyMySQL-1.1.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dffceb6354556d48161005ede20374d312ac0f52d8db51ee007974866c8351a5
size 89950

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Sep 29 21:06:17 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.1.2:
* Prevent UnboundLocalError in very rare situation.
* Close underlying `SocketIO` soon when Connection is closed
for PyPy.
* Fix importing PyMySQL fail on CPython 3.13 when
`getpass.getuser()` raises OSEError.
* Make charset name "utf8" case insensitive.
* `Connection.kill()` uses `KILL` query instead of
`COM_KILL`command to support MySQL 8.4.
* Fix SSL error on CPython 3.13 caused by strict TLS default
setting. https://github.com/PyMySQL/PyMySQL/pull/1198
* Fix auth switch request handling.
-------------------------------------------------------------------
Tue Apr 29 11:17:15 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update filelist to be compatible with older setuptools
-------------------------------------------------------------------
Tue Mar 25 05:50:16 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Thu May 23 11:34:26 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
@@ -52,7 +78,7 @@ Wed May 3 08:35:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
-------------------------------------------------------------------
Thu Oct 13 06:38:41 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Skip a test that is failing due to character set fun and games.
- Skip a test that is failing due to character set fun and games.
-------------------------------------------------------------------
Wed Jul 28 13:51:39 UTC 2021 - Matej Cepl <mcepl@suse.com>
@@ -89,7 +115,7 @@ Thu Nov 26 09:10:16 UTC 2020 - Dirk Mueller <dmueller@suse.com>
-------------------------------------------------------------------
Wed Sep 23 13:18:38 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
- disable testing for Leaps
- disable testing for Leaps
mariadb-rpm-macros not available or not sufficient
-------------------------------------------------------------------

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-PyMySQL
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
%{?sle15_python_module_pythons}
Name: python-PyMySQL
Version: 1.1.1
Version: 1.1.2
Release: 0
Summary: Pure Python MySQL Driver
License: MIT
@@ -109,6 +109,6 @@ exit $exit_code
%license LICENSE
%doc CHANGELOG.md README.md
%{python_sitelib}/pymysql
%{python_sitelib}/PyMySQL-%{version}*-info
%{python_sitelib}/[pP]y[mM]y[sS][qQ][lL]-%{version}.dist-info
%changelog