File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 7
7
/PyMySQL-0.8.1.tar.gz
8
8
/PyMySQL-0.9.0.tar.gz
9
9
/PyMySQL-0.9.1.tar.gz
10
+ /PyMySQL-0.9.2.tar.gz
Original file line number Diff line number Diff line change 1
1
%global pypi_name PyMySQL
2
2
3
3
Name: python-%{pypi_name }
4
- Version: 0.9.1
4
+ Version: 0.9.2
5
5
Release: 1%{?dist }
6
6
Summary: Pure-Python MySQL client library
7
7
@@ -63,15 +63,15 @@ rm -rf tests
63
63
%install
64
64
%py2_install
65
65
# Remove shebang
66
- for lib in %{buildroot}%{python2_sitelib}/pymysql/tests/thirdparty/test_MySQLdb/* .py; do
67
- sed -i ' 1{\@^#!/usr/bin/env python@d}' $lib
68
- done
66
+ # for lib in %{buildroot}%{python2_sitelib}/pymysql/tests/thirdparty/test_MySQLdb/*.py; do
67
+ # sed -i '1{\@^#!/usr/bin/env python@d}' $lib
68
+ # done
69
69
70
70
%py3_install
71
71
# Remove shebang
72
- for lib in %{buildroot }%{python3_sitelib }/pymysql/tests/thirdparty/test_MySQLdb/*.py; do
73
- sed -i '1{\@^#!/usr/bin/env python@d}' $lib
74
- done
72
+ # for lib in %{buildroot}%{python3_sitelib}/pymysql/tests/thirdparty/test_MySQLdb/*.py; do
73
+ # sed -i '1{\@^#!/usr/bin/env python@d}' $lib
74
+ # done
75
75
76
76
77
77
%check
91
91
%{python3_sitelib }/pymysql/
92
92
93
93
%changelog
94
+ * Fri Jul 06 2018 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.9.2-1
95
+ - Update to 0.9.2
96
+
94
97
* Tue Jul 03 2018 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.9.1-1
95
98
- Update to 0.9.1
96
99
Original file line number Diff line number Diff line change 1
- SHA512 (PyMySQL-0.9.1 .tar.gz) = 3f6d46959041c215ebe2df4f14bc6e090554a8a5bc7985d73b79da34b4f4b63b6d1480c64150bc84e038e91300c546136ec4a1219198d4edd748e8c4df061b09
1
+ SHA512 (PyMySQL-0.9.2 .tar.gz) = 4918802808fb12417db682831290adfa5a785ca34da5674b7a8ccc7c942a1de424c3085282912df326131e978daf771d71c6b33aeb3cb2590c70b5ff6e557b07
You can’t perform that action at this time.
0 commit comments