Update to 1.1.1
This commit is contained in:
parent
b474de41ed
commit
95a781a1b8
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/PyMySQL-1.0.2.tar.gz
|
||||
/PyMySQL-1.0.3.tar.gz
|
||||
/PyMySQL-1.1.0.tar.gz
|
||||
/pymysql-1.1.1.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: python-PyMySQL
|
||||
Version: 1.1.0
|
||||
Release: 7%{?dist}
|
||||
Version: 1.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Pure-Python MySQL client library
|
||||
|
||||
License: MIT
|
||||
@ -30,7 +30,7 @@ and Jython.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n PyMySQL-%{version}
|
||||
%autosetup -n pymysql-%{version}
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
@ -56,6 +56,9 @@ and Jython.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jun 15 2024 Julien Enselme <jujens@jujens.eu> - 1.1.1-1
|
||||
- Update to 1.1.1
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.1.0-7
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyMySQL-1.1.0.tar.gz) = 51dddc92e766183ab5d93717121d853415561dc81abc7ec8299a73610cae5bc22b6070006d6ea24405ab31bc1ea68be61466a3477c0f84d47435f78ffc60d31e
|
||||
SHA512 (pymysql-1.1.1.tar.gz) = 09d533232a2e939ea4586452b97bd6f2d35cf5347027167ab16f154cc5cd63713da6b8782b9669829e1f4f161f189c79bacd2b57cf50880c27d90c832bc3683f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user