From f190147089ec2d0ca517df083aa7c455483450eb Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 30 2021 11:31:25 +0000 Subject: import python-PyMySQL-0.10.1-1.module+el8.4.0+9692+8e86ab84 --- diff --git a/.gitignore b/.gitignore index 5240a56..d067989 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/PyMySQL-0.9.3.tar.gz +SOURCES/PyMySQL-0.10.1.tar.gz diff --git a/.python-PyMySQL.metadata b/.python-PyMySQL.metadata index 92bc903..0952638 100644 --- a/.python-PyMySQL.metadata +++ b/.python-PyMySQL.metadata @@ -1 +1 @@ -57f990ed2204f25b9d3697eb01556b6dce973155 SOURCES/PyMySQL-0.9.3.tar.gz +723f04ee8864c7b4eac41e48690fd73bf82c147c SOURCES/PyMySQL-0.10.1.tar.gz diff --git a/SPECS/python-PyMySQL.spec b/SPECS/python-PyMySQL.spec index 4be0c25..226c0a6 100644 --- a/SPECS/python-PyMySQL.spec +++ b/SPECS/python-PyMySQL.spec @@ -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 - 0.10.1-1 +- Rebase to 0.10 version to add support for MariaDB ed25519 authentication mechanism + * Fri Dec 13 2019 Tomas Orsava - 0.9.3-3 - Exclude unsupported i686 arch