diff --git a/.gitignore b/.gitignore index a1266ff..6262b5d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /PyMySQL-0.8.1.tar.gz /PyMySQL-0.9.0.tar.gz /PyMySQL-0.9.1.tar.gz +/PyMySQL-0.9.2.tar.gz diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index c3551ce..768ab03 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -1,7 +1,7 @@ %global pypi_name PyMySQL Name: python-%{pypi_name} -Version: 0.9.1 +Version: 0.9.2 Release: 1%{?dist} Summary: Pure-Python MySQL client library @@ -63,15 +63,15 @@ rm -rf tests %install %py2_install # Remove shebang -for lib in %{buildroot}%{python2_sitelib}/pymysql/tests/thirdparty/test_MySQLdb/*.py; do - sed -i '1{\@^#!/usr/bin/env python@d}' $lib -done +#for lib in %{buildroot}%{python2_sitelib}/pymysql/tests/thirdparty/test_MySQLdb/*.py; do +# sed -i '1{\@^#!/usr/bin/env python@d}' $lib +#done %py3_install # Remove shebang -for lib in %{buildroot}%{python3_sitelib}/pymysql/tests/thirdparty/test_MySQLdb/*.py; do - sed -i '1{\@^#!/usr/bin/env python@d}' $lib -done +#for lib in %{buildroot}%{python3_sitelib}/pymysql/tests/thirdparty/test_MySQLdb/*.py; do +# sed -i '1{\@^#!/usr/bin/env python@d}' $lib +#done %check @@ -91,6 +91,9 @@ done %{python3_sitelib}/pymysql/ %changelog +* Fri Jul 06 2018 Itamar Reis Peixoto - 0.9.2-1 +- Update to 0.9.2 + * Tue Jul 03 2018 Itamar Reis Peixoto - 0.9.1-1 - Update to 0.9.1 diff --git a/sources b/sources index 7b4256c..cc39a78 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (PyMySQL-0.9.1.tar.gz) = 3f6d46959041c215ebe2df4f14bc6e090554a8a5bc7985d73b79da34b4f4b63b6d1480c64150bc84e038e91300c546136ec4a1219198d4edd748e8c4df061b09 +SHA512 (PyMySQL-0.9.2.tar.gz) = 4918802808fb12417db682831290adfa5a785ca34da5674b7a8ccc7c942a1de424c3085282912df326131e978daf771d71c6b33aeb3cb2590c70b5ff6e557b07