Update to 1.0.2
This commit is contained in:
parent
7b4c6d1410
commit
1582b27775
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/PyMySQL-0.9.3.tar.gz
|
/PyMySQL-0.9.3.tar.gz
|
||||||
/PyMySQL-0.10.0.tar.gz
|
/PyMySQL-0.10.0.tar.gz
|
||||||
/PyMySQL-0.10.1.tar.gz
|
/PyMySQL-0.10.1.tar.gz
|
||||||
|
/PyMySQL-1.0.2.tar.gz
|
||||||
|
|||||||
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.10.1
|
Version: 0.10.1
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pure-Python MySQL client library
|
Summary: Pure-Python MySQL client library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.python.org/pypi/%{pypi_name}/
|
URL: https://pypi.python.org/pypi/%{pypi_name}/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/P/PyMySQL/PyMySQL-%{version}.tar.gz
|
Source0: %pypi_source
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -57,6 +57,9 @@ rm -rf tests
|
|||||||
%{python3_sitelib}/pymysql/
|
%{python3_sitelib}/pymysql/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 29 2022 Julien Enselme <jujens@jujens.eu> - 1.0.2-1
|
||||||
|
- Update to 1.0.2
|
||||||
|
|
||||||
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 0.10.1-6
|
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 0.10.1-6
|
||||||
- Rebuilt for Python 3.11
|
- Rebuilt for Python 3.11
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (PyMySQL-0.10.1.tar.gz) = 33dba505fd937ddece7b4c52a1db64084656bccc0b3e98ecee1227732fe03f4e8c3f4bcb64bcf67db54f3407f3ce8a706a08d3f992450755267b0e6c5b123b99
|
SHA512 (PyMySQL-1.0.2.tar.gz) = c831505dafe6aebf039129ec4b09ef6dcafd490bcee2b515f42c0d0412fe9c379ba28650fb329d21f1da7e9fcae64968e1bc6065a04a08e00497a24967e27146
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user