diff --git a/python-pyodbc.spec b/python-pyodbc.spec index 4851c4ed0a76da072377f73fb7783a4fcd7d45cb..d618fd9010cded928bc5bebb85f809d821971336 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: 1 +Release: 2 Summary: DB API Module for ODBC License: MIT URL: https://github.com/mkleehammer/pyodbc -Source0: https://files.pythonhosted.org/packages/b7/80/835b8a98089e31aa6b9bfc0301c1546e69f5205a966888f2663e43e7d07b/pyodbc-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/d5/5b/a93f7017d4df84c3971cf60ee935149f12e0d1e111febc67ba2e23015a79/pyodbc-5.1.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,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Jul 04 2024 liuzhilin - 5.1.0-2 +- Fix Source0 url + * Sat Mar 02 2024 wangqiang - 5.1.0-1 - Update package to version 5.1.0