Update to 0.10.0
This commit is contained in:
parent
7722bf29e1
commit
252a7354aa
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/PyMySQL-0.9.1.tar.gz
|
/PyMySQL-0.9.1.tar.gz
|
||||||
/PyMySQL-0.9.2.tar.gz
|
/PyMySQL-0.9.2.tar.gz
|
||||||
/PyMySQL-0.9.3.tar.gz
|
/PyMySQL-0.9.3.tar.gz
|
||||||
|
/PyMySQL-0.10.0.tar.gz
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
%global pypi_name PyMySQL
|
%global pypi_name PyMySQL
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.9.3
|
Version: 0.10.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pure-Python MySQL client library
|
Summary: Pure-Python MySQL client library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -57,6 +57,9 @@ rm -rf tests
|
|||||||
%{python3_sitelib}/pymysql/
|
%{python3_sitelib}/pymysql/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 18 2020 Julien Enselme <jujens@jujens.eu> - 0.10.0-1
|
||||||
|
- Update to 0.10.0
|
||||||
|
|
||||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.9.3-3
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.9.3-3
|
||||||
- Rebuilt for Python 3.9
|
- Rebuilt for Python 3.9
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (PyMySQL-0.9.3.tar.gz) = 2056bc4aca7a600ca50214b399edc6f3068b288c426aecb115db148f645b0ec7e9a1a7134cf67f39d4820ea59a925dc1ce3ed0e383fb5e16e0651e87449824f9
|
SHA512 (PyMySQL-0.10.0.tar.gz) = e1186c4beea31cb602a3d2297a28313c0bf4e361a04f7402b76a70feea1d24bf305a4f9ea637be250974983586cb49d82946ab478b531bbb2ca7fe370424e7fc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user