Rebase to 8.0.19
This commit is contained in:
parent
05d5172372
commit
424ec2d95a
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,3 +14,4 @@ clog
|
|||
/mysql-connector-python-1.1.5.tar.gz
|
||||
/mysql-connector-python-1.1.6.tar.gz
|
||||
/mysql-connector-python-8.0.16.tar.gz
|
||||
/mysql-connector-python-8.0.19.tar.gz
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@
|
|||
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
|
||||
|
||||
Name: mysql-connector-python
|
||||
Version: 8.0.16
|
||||
Release: 5%{?dist}
|
||||
Summary: MySQL Connector for Python 2
|
||||
Version: 8.0.19
|
||||
Release: 1%{?dist}
|
||||
Summary: MySQL Connector for Python 3
|
||||
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://dev.mysql.com/doc/connector-python/en/index.html
|
||||
|
|
@ -88,6 +88,9 @@ chmod -x examples/*py
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 20 2020 Michal Schorm <mschorm@redhat.com> - 8.0.19-1
|
||||
- Rebase to 8.0.19
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 8.0.16-5
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (mysql-connector-python-8.0.16.tar.gz) = 5dd28b49343995a40a185c04bf46db7acc26d1371394af57b8110990e5cc8dc53397c6dd5b011851c9f0359f033c897114c756bc7d480860b4eb625c1ac06234
|
||||
SHA512 (mysql-connector-python-8.0.19.tar.gz) = 878504437a8756013cbb7a072a47f9fa22fe89379746f76e06f20eea22db237e674a9f51c268a5b37fd7f26a0407c3263f2b9fa78b70200807047bf22b335797
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue