Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 10:51:04 +02:00
parent cc65e4e1e8
commit e828142681

View File

@ -11,7 +11,7 @@
Name: pyodbc
Version: 3.0.10
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Python DB API 2.0 Module for ODBC
Group: Development/Languages
License: MIT
@ -99,6 +99,9 @@ popd
%endif
%changelog
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.0.10-14
- Rebuilt for Python 3.7
* Wed Feb 14 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.0.10-13
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)