forked from pool/python-PyMySQL
Accepting request 850935 from devel:languages:python
- udpate to 0.10.1: * Fix missing import of ProgrammingError. (#878) * Fix auth switch request handling. (#890) OBS-URL: https://build.opensuse.org/request/show/850935 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyMySQL?expand=0&rev=15
This commit is contained in:
commit
5131e2d5d2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6aa14b0af07a2191c1a83d12712b6c4463a2ff087c78d53f76636b0361c3a8a4
|
|
||||||
size 86137
|
|
3
PyMySQL-0.10.1.tar.gz
Normal file
3
PyMySQL-0.10.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:34dcb0f12bbbb99a8950d45bbb214bb66b1040b01c73ce27927520c4b40a2fd0
|
||||||
|
size 86441
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 26 09:10:16 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- udpate to 0.10.1:
|
||||||
|
* Fix missing import of ProgrammingError. (#878)
|
||||||
|
* Fix auth switch request handling. (#890)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 23 13:18:38 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
|
Wed Sep 23 13:18:38 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-PyMySQL
|
Name: python-PyMySQL
|
||||||
Version: 0.10.0
|
Version: 0.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pure Python MySQL Driver
|
Summary: Pure Python MySQL Driver
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -104,7 +104,7 @@ exit $exit_code
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGELOG README.rst
|
%doc CHANGELOG.md README.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user