Update package to version 4.0.35

This commit is contained in:
wubijie 2022-12-09 09:39:24 +08:00
parent 6df3035d47
commit e78ec1b61b
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
pyodbc-4.0.35.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pyodbc Name: python-pyodbc
Version: 4.0.32 Version: 4.0.35
Release: 1 Release: 1
Summary: DB API Module for ODBC Summary: DB API Module for ODBC
License: MIT License: MIT
URL: https://github.com/mkleehammer/pyodbc URL: https://github.com/mkleehammer/pyodbc
Source0: https://files.pythonhosted.org/packages/d1/21/755f5fa373d01d1803d992c7611799dc4e9fcbb5db7d0852990d6ab3c9ad/pyodbc-4.0.32.tar.gz Source0: https://files.pythonhosted.org/packages/2c/93/1468581e505e4e6611064ca9d0cebb93b3080133e4363054fdd658e5fff3/pyodbc-4.0.35.tar.gz
%description %description
pyodbc is an open source Python module that makes accessing ODBC databases pyodbc is an open source Python module that makes accessing ODBC databases
simple. It implements the DB API 2.0 specification but is packed with even more simple. It implements the DB API 2.0 specification but is packed with even more
@ -79,6 +79,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Dec 09 2022 wubijie <wubijie@kylinos.cn> - 4.0.35-1
- Update package to version 4.0.35
* Wed Jul 13 2022 OpenStack_SIG <openstack@openeuler.org> - 4.0.32-1 * Wed Jul 13 2022 OpenStack_SIG <openstack@openeuler.org> - 4.0.32-1
- Init package python3-pyodbc of version 4.0.32 - Init package python3-pyodbc of version 4.0.32