Update to 0.9.1
This commit is contained in:
parent
fe978c9a34
commit
4da9d9d62a
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/PyMySQL-0.8.0.tar.gz
|
||||
/PyMySQL-0.8.1.tar.gz
|
||||
/PyMySQL-0.9.0.tar.gz
|
||||
/PyMySQL-0.9.1.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global pypi_name PyMySQL
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.9.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Pure-Python MySQL client library
|
||||
|
||||
License: MIT
|
||||
@ -91,6 +91,9 @@ done
|
||||
%{python3_sitelib}/pymysql/
|
||||
|
||||
%changelog
|
||||
* Tue Jul 03 2018 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.9.1-1
|
||||
- Update to 0.9.1
|
||||
|
||||
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 0.9.0-2
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyMySQL-0.9.0.tar.gz) = 28936c45a874d3bf24c0f4e458f64136bc30f1d7bdfeb385097c12c3bab61b97da35a4dd171e7cd7fcb1990344807a4aa73236462b81e5f0342af01642548e07
|
||||
SHA512 (PyMySQL-0.9.1.tar.gz) = 3f6d46959041c215ebe2df4f14bc6e090554a8a5bc7985d73b79da34b4f4b63b6d1480c64150bc84e038e91300c546136ec4a1219198d4edd748e8c4df061b09
|
||||
|
||||
Loading…
Reference in New Issue
Block a user