Update to 0.6.7
This commit is contained in:
parent
81f8e16158
commit
cb9e246728
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/PyMySQL-0.6.6.tar.gz
|
/PyMySQL-0.6.6.tar.gz
|
||||||
|
/PyMySQL-0.6.7.tar.gz
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
%global pypi_name PyMySQL
|
%global pypi_name PyMySQL
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.6.6
|
Version: 0.6.7
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pure-Python MySQL client library
|
Summary: Pure-Python MySQL client library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -86,6 +86,9 @@ done
|
|||||||
%{python3_sitelib}/pymysql/
|
%{python3_sitelib}/pymysql/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 1 2015 Julien Enselme <jujens@jujens.eu> - 0.6.7-1
|
||||||
|
- Update to 0.6.7
|
||||||
|
|
||||||
* Thu Aug 6 2015 Julien Enselme <jujens@jujens.eu> - 0.6.6-4
|
* Thu Aug 6 2015 Julien Enselme <jujens@jujens.eu> - 0.6.6-4
|
||||||
- Use %%license in %%files
|
- Use %%license in %%files
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user