Skip to content

Commit ed12619

Browse files
author
Julien Enselme
committed
Update to 0.7.10
1 parent 395d837 commit ed12619

File tree

4 files changed

+12
-76
lines changed

4 files changed

+12
-76
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/PyMySQL-0.6.6.tar.gz
22
/PyMySQL-0.6.7.tar.gz
33
/PyMySQL-0.7.9.tar.gz
4+
/PyMySQL-0.7.10.tar.gz

bz1378008-add-bind-address-option.patch

Lines changed: 0 additions & 69 deletions
This file was deleted.

python-PyMySQL.spec

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44
%endif
55

66
Name: python-%{pypi_name}
7-
Version: 0.7.9
8-
Release: 4%{?dist}
7+
Version: 0.7.10
8+
Release: 10%{?dist}
99
Summary: Pure-Python MySQL client library
1010

1111
License: MIT
1212
URL: https://pypi.python.org/pypi/%{pypi_name}/
13-
Source0: https://pypi.python.org/packages/a4/c4/c15457f261fda9839637de044eca9b6da8f55503183fe887523801b85701/PyMySQL-0.7.9.tar.gz
14-
15-
Patch1: bz1378008-add-bind-address-option.patch
13+
Source0: https://pypi.python.org/packages/90/c2/d81638491baa572d6e79b78bde42c7449d2e45b578c919c0df1a76cb859b/PyMySQL-0.7.10.tar.gz
1614

1715
BuildArch: noarch
1816
BuildRequires: python2-devel
@@ -47,18 +45,19 @@ to be a drop-in replacement for MySQLdb and work on CPython, PyPy, IronPython
4745
and Jython.
4846
%endif
4947

48+
5049
%prep
5150
%setup -qn %{pypi_name}-%{version}
5251
rm -rf %{pypi_name}.egg-info
5352

54-
%patch1 -p1
5553

5654
%build
5755
%py2_build
5856
%if 0%{?with_python3}
5957
%py3_build
6058
%endif
6159

60+
6261
%install
6362
%py2_install
6463
# Remove shebang
@@ -74,6 +73,7 @@ for lib in %{buildroot}%{python3_sitelib}/pymysql/tests/thirdparty/test_MySQLdb/
7473
done
7574
%endif
7675

76+
7777
%check
7878
# Tests cannot be launch on koji, they require a mysqldb running.
7979

@@ -92,7 +92,11 @@ done
9292
%{python3_sitelib}/pymysql/
9393
%endif
9494

95+
9596
%changelog
97+
* Wed Feb 15 2017 Julien Enselme <jujens@jujens.eu> - 0.7.10-1
98+
- Update to 0.7.10
99+
96100
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.9-4
97101
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
98102

sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bf82311ac2df4c43adad003a8c805b90 PyMySQL-0.7.9.tar.gz
1+
SHA512 (PyMySQL-0.7.10.tar.gz) = ff571958132cbd23db781d685ea93ab0bfff0158e99d6edbe9fe6cf2c0390412afa02aa3f7fe8794ae13fd73dab4385bd99fdb28d8d07a24e36d6abf767a5cbd

0 commit comments

Comments
 (0)