diff --git a/pyodbc-4.0.39.tar.gz b/pyodbc-4.0.39.tar.gz deleted file mode 100644 index 4007658ac04442b2afa6e1f5fcafd3845a82600b..0000000000000000000000000000000000000000 Binary files a/pyodbc-4.0.39.tar.gz and /dev/null differ diff --git a/pyodbc-5.1.0.tar.gz b/pyodbc-5.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..73b0aa3ad4cbed0662c4f9707c8d6741dc68e9f5 Binary files /dev/null and b/pyodbc-5.1.0.tar.gz differ diff --git a/python-pyodbc.spec b/python-pyodbc.spec index 0c54c6692c4f4378225dfa96f6589caec0af2a4e..4851c4ed0a76da072377f73fb7783a4fcd7d45cb 100644 --- a/python-pyodbc.spec +++ b/python-pyodbc.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyodbc -Version: 4.0.39 +Version: 5.1.0 Release: 1 Summary: DB API Module for ODBC License: MIT URL: https://github.com/mkleehammer/pyodbc -Source0: https://files.pythonhosted.org/packages/b7/80/835b8a98089e31aa6b9bfc0301c1546e69f5205a966888f2663e43e7d07b/pyodbc-4.0.39.tar.gz +Source0: https://files.pythonhosted.org/packages/b7/80/835b8a98089e31aa6b9bfc0301c1546e69f5205a966888f2663e43e7d07b/pyodbc-%{version}.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,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Sat Mar 02 2024 wangqiang - 5.1.0-1 +- Update package to version 5.1.0 + * Mon Jul 17 2023 Dongxing Wang - 4.0.39-1 - Update package to version 4.0.39 diff --git a/python-pyodbc.yaml b/python-pyodbc.yaml new file mode 100644 index 0000000000000000000000000000000000000000..78239f01153ada77dcabe9057c2b531e5a6b52e1 --- /dev/null +++ b/python-pyodbc.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: pyodbc +tag_prefix: ^v +seperator: .