Skip to content

Commit 0c37f6d

Browse files
committed
New upstream version 0.9.3
1 parent 7120f57 commit 0c37f6d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
/PyMySQL-0.9.0.tar.gz
99
/PyMySQL-0.9.1.tar.gz
1010
/PyMySQL-0.9.2.tar.gz
11+
/PyMySQL-0.9.3.tar.gz

python-PyMySQL.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%global pypi_name PyMySQL
22

33
Name: python-%{pypi_name}
4-
Version: 0.9.2
5-
Release: 7%{?dist}
4+
Version: 0.9.3
5+
Release: 1%{?dist}
66
Summary: Pure-Python MySQL client library
77

88
License: MIT
@@ -57,6 +57,9 @@ rm -rf tests
5757
%{python3_sitelib}/pymysql/
5858

5959
%changelog
60+
* Mon Nov 18 2019 Lumír Balhar <lbalhar@redhat.com> - 0.9.3-1
61+
- New upstream version 0.9.3
62+
6063
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.2-7
6164
- Rebuilt for Python 3.8.0rc1 (#1748018)
6265

sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SHA512 (PyMySQL-0.9.2.tar.gz) = 4918802808fb12417db682831290adfa5a785ca34da5674b7a8ccc7c942a1de424c3085282912df326131e978daf771d71c6b33aeb3cb2590c70b5ff6e557b07
1+
SHA512 (PyMySQL-0.9.3.tar.gz) = 2056bc4aca7a600ca50214b399edc6f3068b288c426aecb115db148f645b0ec7e9a1a7134cf67f39d4820ea59a925dc1ce3ed0e383fb5e16e0651e87449824f9

0 commit comments

Comments
 (0)