diff --git a/pyodbc-5.1.0.tar.gz b/pyodbc-5.1.0.tar.gz deleted file mode 100644 index 73b0aa3ad4cbed0662c4f9707c8d6741dc68e9f5..0000000000000000000000000000000000000000 Binary files a/pyodbc-5.1.0.tar.gz and /dev/null differ diff --git a/pyodbc-5.2.0.tar.gz b/pyodbc-5.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a8d24c4137ec7e9eeb2e1c6a44d48e547968e3ef Binary files /dev/null and b/pyodbc-5.2.0.tar.gz differ diff --git a/python-pyodbc.spec b/python-pyodbc.spec index d618fd9010cded928bc5bebb85f809d821971336..4fddfe035184c5d46f6416c7a804abacae441a90 100644 --- a/python-pyodbc.spec +++ b/python-pyodbc.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyodbc -Version: 5.1.0 -Release: 2 +Version: 5.2.0 +Release: 1 Summary: DB API Module for ODBC License: MIT URL: https://github.com/mkleehammer/pyodbc -Source0: https://files.pythonhosted.org/packages/d5/5b/a93f7017d4df84c3971cf60ee935149f12e0d1e111febc67ba2e23015a79/pyodbc-5.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/a0/36/a1ac7d23a1611e7ccd4d27df096f3794e8d1e7faa040260d9d41b6fc3185/pyodbc-5.2.0.tar.gz %description 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 @@ -63,6 +63,11 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Oct 24 2024 guochao - 5.2.0-1 +- Update package to version 5.2.0 +- Add pyodbc.SQL_SS_VARIANT constant +- Add Python 3.13 to CI + * Thu Jul 04 2024 liuzhilin - 5.1.0-2 - Fix Source0 url