Update to 1.1.2
Taken from Fedora 511fa00
This commit is contained in:
parent
99b926925a
commit
12c7c00c34
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
|||||||
/PyMySQL-1.0.3.tar.gz
|
/PyMySQL-1.0.3.tar.gz
|
||||||
/PyMySQL-1.1.0.tar.gz
|
/PyMySQL-1.1.0.tar.gz
|
||||||
/PyMySQL-1.1.1.tar.gz
|
/PyMySQL-1.1.1.tar.gz
|
||||||
|
/pymysql-1.1.2.tar.gz
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
%global python3_pkgversion 3.14
|
%global python3_pkgversion 3.14
|
||||||
|
|
||||||
Name: python%{python3_pkgversion}-PyMySQL
|
Name: python%{python3_pkgversion}-PyMySQL
|
||||||
Version: 1.1.1
|
Version: 1.1.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pure-Python MySQL client library
|
Summary: Pure-Python MySQL client library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.org/project/pymysql/
|
URL: https://pypi.org/project/pymysql/
|
||||||
Source: %{pypi_source PyMySQL}
|
Source: %{pypi_source pymysql}
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ and Jython.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.1.1-1
|
* Fri Oct 24 2025 Python Maint <python-maint@redhat.com> - 1.1.2-1
|
||||||
- Initial package
|
- Initial package
|
||||||
- Fedora contributions by:
|
- Fedora contributions by:
|
||||||
Benjamin A. Beasley <code@musicinmybrain.net>
|
Benjamin A. Beasley <code@musicinmybrain.net>
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (PyMySQL-1.1.1.tar.gz) = 09d533232a2e939ea4586452b97bd6f2d35cf5347027167ab16f154cc5cd63713da6b8782b9669829e1f4f161f189c79bacd2b57cf50880c27d90c832bc3683f
|
SHA512 (pymysql-1.1.2.tar.gz) = 338ff403ea96364ed1785501e41d22ffa4305ff09db14445dad8a06e643826c9089d0de3a77de52b55d0e02a9a2a6e0344271b172008bdab968bd74384115736
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user