Update to 0.7.9

This commit is contained in:
Julien Enselme 2016-09-18 12:22:49 +02:00
parent 95d73984b5
commit c3f291be46
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/PyMySQL-0.6.6.tar.gz /PyMySQL-0.6.6.tar.gz
/PyMySQL-0.6.7.tar.gz /PyMySQL-0.6.7.tar.gz
/PyMySQL-0.7.9.tar.gz

View File

@ -4,13 +4,13 @@
%endif %endif
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.6.7 Version: 0.7.9
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://pypi.python.org/packages/source/P/%{pypi_name}/%{pypi_name}-%{version}.tar.gz Source0: https://pypi.python.org/packages/a4/c4/c15457f261fda9839637de044eca9b6da8f55503183fe887523801b85701/PyMySQL-0.7.9.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python2-devel BuildRequires: python2-devel
@ -89,6 +89,9 @@ done
%endif %endif
%changelog %changelog
* Sun Sep 18 2016 Julien Enselme <jujens@jujens.eu> - 0.7.9-1
- Update to 0.7.9
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.7-6 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.7-6
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
a923513b970e7add0dad9b50e20b82b3 PyMySQL-0.6.7.tar.gz bf82311ac2df4c43adad003a8c805b90 PyMySQL-0.7.9.tar.gz