diff --git a/pyodbc-5.2.0.tar.gz b/pyodbc-5.2.0.tar.gz deleted file mode 100644 index a8d24c4137ec7e9eeb2e1c6a44d48e547968e3ef..0000000000000000000000000000000000000000 Binary files a/pyodbc-5.2.0.tar.gz and /dev/null differ diff --git a/pyodbc-5.3.0.tar.gz b/pyodbc-5.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..13a9cd32f1662657aaf420b8222b4a70d43c88dc Binary files /dev/null and b/pyodbc-5.3.0.tar.gz differ diff --git a/python-pyodbc.spec b/python-pyodbc.spec index 4fddfe035184c5d46f6416c7a804abacae441a90..79cda639bb101e0e40f305d960a41faa2cb92ff5 100644 --- a/python-pyodbc.spec +++ b/python-pyodbc.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyodbc -Version: 5.2.0 +Version: 5.3.0 Release: 1 Summary: DB API Module for ODBC License: MIT URL: https://github.com/mkleehammer/pyodbc -Source0: https://files.pythonhosted.org/packages/a0/36/a1ac7d23a1611e7ccd4d27df096f3794e8d1e7faa040260d9d41b6fc3185/pyodbc-5.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/8f/85/44b10070a769a56bd910009bb185c0c0a82daff8d567cd1a116d7d730c7d/pyodbc-5.3.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 +* Tue Oct 21 2025 Hann - 5.3.0-1 +- Update package to version 5.3.0 +- Do not perform type check on NULL pointer +- Drop support for EOL Python 3.8 + * Thu Oct 24 2024 guochao - 5.2.0-1 - Update package to version 5.2.0 - Add pyodbc.SQL_SS_VARIANT constant