- new version 0.9.2
This commit is contained in:
parent
4da9d9d62a
commit
f130e96d32
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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 <itamar@ispbrasil.com.br> - 0.9.2-1
|
||||
- Update to 0.9.2
|
||||
|
||||
* Tue Jul 03 2018 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.9.1-1
|
||||
- Update to 0.9.1
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyMySQL-0.9.1.tar.gz) = 3f6d46959041c215ebe2df4f14bc6e090554a8a5bc7985d73b79da34b4f4b63b6d1480c64150bc84e038e91300c546136ec4a1219198d4edd748e8c4df061b09
|
||||
SHA512 (PyMySQL-0.9.2.tar.gz) = 4918802808fb12417db682831290adfa5a785ca34da5674b7a8ccc7c942a1de424c3085282912df326131e978daf771d71c6b33aeb3cb2590c70b5ff6e557b07
|
||||
|
||||
Loading…
Reference in New Issue
Block a user