diff --git a/pymssql-2.2.10.tar.gz b/pymssql-2.2.10.tar.gz new file mode 100644 index 0000000..627c986 --- /dev/null +++ b/pymssql-2.2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b8ffc5cdfa38b3ba9b9c8d537a1058c7e3b64dc6a6d3c13ad8b663174bcf71 +size 171234 diff --git a/pymssql-2.2.8.tar.gz b/pymssql-2.2.8.tar.gz deleted file mode 100644 index b1172a9..0000000 --- a/pymssql-2.2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9baefbfbd07d0142756e2dfcaa804154361ac5806ab9381350aad4e780c3033e -size 171536 diff --git a/python-pymssql.changes b/python-pymssql.changes index 708f2d0..8caff71 100644 --- a/python-pymssql.changes +++ b/python-pymssql.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Oct 30 20:52:41 UTC 2023 - Martin Hauke + +- Update to version 2.2.10 + * Add python 3.12 support. + * Do not try to drop temporary tables in clear_db(). + * test_sqlalchemy: update for compatibility with SQLAlchemy >2.0. +- Update to version 2.2.9 + * Update changelog. + ------------------------------------------------------------------- Sun Aug 13 19:43:00 UTC 2023 - Dirk Müller diff --git a/python-pymssql.spec b/python-pymssql.spec index 15906eb..9a48b1f 100644 --- a/python-pymssql.spec +++ b/python-pymssql.spec @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pymssql -Version: 2.2.8 +Version: 2.2.10 Release: 0 Summary: A simple database interface to MS-SQL for Python License: LGPL-2.1-only @@ -58,6 +57,6 @@ DB-API 2.0 Specification and works on most popular operating systems. %files %{python_files} %license LICENSE %doc ChangeLog.rst README.rst -%{python_sitearch}/* +%{python_sitearch}/pymssql* %changelog