Update to 0.9.0
This commit is contained in:
parent
080d33ca3c
commit
26c4ddbcc2
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/PyMySQL-0.7.11.tar.gz
|
||||
/PyMySQL-0.8.0.tar.gz
|
||||
/PyMySQL-0.8.1.tar.gz
|
||||
/PyMySQL-0.9.0.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global pypi_name PyMySQL
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.8.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Pure-Python MySQL client library
|
||||
|
||||
License: MIT
|
||||
@ -85,6 +85,9 @@ done
|
||||
%{python3_sitelib}/pymysql/
|
||||
|
||||
%changelog
|
||||
* Sat Jun 30 2018 Julien Enselme <jujens@jujens.eu> - 0.9.0-1
|
||||
- Update to 0.9.0
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.8.1-2
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyMySQL-0.8.1.tar.gz) = db679a35fe6282791b0e0cce6a2a5bb3e3168d6f0da68575e94db94eac6249df1c66be008da789758fa8e55ef8a016ffaaedaf28b006bcd628441c317e845ca5
|
||||
SHA512 (PyMySQL-0.9.0.tar.gz) = 28936c45a874d3bf24c0f4e458f64136bc30f1d7bdfeb385097c12c3bab61b97da35a4dd171e7cd7fcb1990344807a4aa73236462b81e5f0342af01642548e07
|
||||
|
||||
Loading…
Reference in New Issue
Block a user