import python-PyMySQL-0.10.1-1.module+el8.4.0+9692+8e86ab84

This commit is contained in:
CentOS Sources 2021-03-30 07:31:25 -04:00 committed by Stepan Oksanichenko
parent 986e7be4b6
commit 2ccefe759a
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/PyMySQL-0.9.3.tar.gz
SOURCES/PyMySQL-0.10.1.tar.gz

View File

@ -1 +1 @@
57f990ed2204f25b9d3697eb01556b6dce973155 SOURCES/PyMySQL-0.9.3.tar.gz
723f04ee8864c7b4eac41e48690fd73bf82c147c SOURCES/PyMySQL-0.10.1.tar.gz

View File

@ -1,8 +1,8 @@
%global pypi_name PyMySQL
Name: python-%{pypi_name}
Version: 0.9.3
Release: 3%{?dist}
Version: 0.10.1
Release: 1%{?dist}
Summary: Pure-Python MySQL client library
License: MIT
@ -62,6 +62,9 @@ rm -rf tests
%{python3_sitelib}/pymysql/
%changelog
* Tue Oct 06 2020 Michal Schorm <mschorm@redhat.com> - 0.10.1-1
- Rebase to 0.10 version to add support for MariaDB ed25519 authentication mechanism
* Fri Dec 13 2019 Tomas Orsava <torsava@redhat.com> - 0.9.3-3
- Exclude unsupported i686 arch