diff --git a/.gitignore b/.gitignore index 3d1f67f..c4d5db9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /PyMySQL-0.6.6.tar.gz +/PyMySQL-0.6.7.tar.gz diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 26caf28..b2e3f90 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -1,8 +1,8 @@ %global pypi_name PyMySQL Name: python-%{pypi_name} -Version: 0.6.6 -Release: 4%{?dist} +Version: 0.6.7 +Release: 1%{?dist} Summary: Pure-Python MySQL client library License: MIT @@ -86,6 +86,9 @@ done %{python3_sitelib}/pymysql/ %changelog +* Thu Oct 1 2015 Julien Enselme - 0.6.7-1 +- Update to 0.6.7 + * Thu Aug 6 2015 Julien Enselme - 0.6.6-4 - Use %%license in %%files diff --git a/sources b/sources index 0e1c447..9cc2b71 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a3968a6bf6672fa93ca931ab2ef46024 PyMySQL-0.6.6.tar.gz +a923513b970e7add0dad9b50e20b82b3 PyMySQL-0.6.7.tar.gz