Update to 1.1.0
This commit is contained in:
parent
b8e25f640d
commit
019e08d122
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
|||||||
/PyMySQL-0.10.1.tar.gz
|
/PyMySQL-0.10.1.tar.gz
|
||||||
/PyMySQL-1.0.2.tar.gz
|
/PyMySQL-1.0.2.tar.gz
|
||||||
/PyMySQL-1.0.3.tar.gz
|
/PyMySQL-1.0.3.tar.gz
|
||||||
|
/PyMySQL-1.1.0.tar.gz
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
%global pypi_name PyMySQL
|
%global pypi_name PyMySQL
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.0.3
|
Version: 1.1.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pure-Python MySQL client library
|
Summary: Pure-Python MySQL client library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -67,6 +67,9 @@ cp %{SOURCE1} .
|
|||||||
%{python3_sitelib}/pymysql/
|
%{python3_sitelib}/pymysql/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 04 2023 Julien Enselme <jujens@jujens.eu> - 1.1.0-1
|
||||||
|
- Update to 1.1.0
|
||||||
|
|
||||||
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1.0.3-3
|
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1.0.3-3
|
||||||
- Rebuilt for Python 3.12
|
- Rebuilt for Python 3.12
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (PyMySQL-1.0.3.tar.gz) = 0095c65290a15061a136b797304c3c46dae4cae8bd42603be2abdf6f1f91cc3d6b418614376c1c67321ac9ce937000e6879c29db38089fa05f815b21cd59d6cd
|
SHA512 (PyMySQL-1.1.0.tar.gz) = 51dddc92e766183ab5d93717121d853415561dc81abc7ec8299a73610cae5bc22b6070006d6ea24405ab31bc1ea68be61466a3477c0f84d47435f78ffc60d31e
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user