From c3f291be461afc67166b34abdfc7628d81a60e97 Mon Sep 17 00:00:00 2001 From: Julien Enselme Date: Sun, 18 Sep 2016 12:22:49 +0200 Subject: [PATCH] Update to 0.7.9 --- .gitignore | 1 + python-PyMySQL.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c4d5db9..87345cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /PyMySQL-0.6.6.tar.gz /PyMySQL-0.6.7.tar.gz +/PyMySQL-0.7.9.tar.gz diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 2307d94..143306d 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -4,13 +4,13 @@ %endif Name: python-%{pypi_name} -Version: 0.6.7 -Release: 6%{?dist} +Version: 0.7.9 +Release: 1%{?dist} Summary: Pure-Python MySQL client library License: MIT 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 BuildRequires: python2-devel @@ -89,6 +89,9 @@ done %endif %changelog +* Sun Sep 18 2016 Julien Enselme - 0.7.9-1 +- Update to 0.7.9 + * Tue Jul 19 2016 Fedora Release Engineering - 0.6.7-6 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 9cc2b71..af4d9bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a923513b970e7add0dad9b50e20b82b3 PyMySQL-0.6.7.tar.gz +bf82311ac2df4c43adad003a8c805b90 PyMySQL-0.7.9.tar.gz