diff --git a/SQLAlchemy-2.0.19.tar.gz b/SQLAlchemy-2.0.19.tar.gz deleted file mode 100644 index 59d6779..0000000 --- a/SQLAlchemy-2.0.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77a14fa20264af73ddcdb1e2b9c5a829b8cc6b8304d0f093271980e36c200a3f -size 9425046 diff --git a/SQLAlchemy-2.0.21.tar.gz b/SQLAlchemy-2.0.21.tar.gz new file mode 100644 index 0000000..46974ac --- /dev/null +++ b/SQLAlchemy-2.0.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b971ab1ac2994a14c56b35eaaa91f86ba080e9ad481b20d99d77f381bb6258 +size 9454220 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index fe0b952..50f8b96 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Sep 29 15:23:49 UTC 2023 - Martin Schreiner + +- Update to 2.0.21: + * Changes from 2.0.21: + https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.21 + * Changes from 2.0.20: + https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.20 +- Remove .gitignore files from source tree, removes all rpmlint + warnings. + ------------------------------------------------------------------- Sun Aug 13 21:41:29 UTC 2023 - Dirk Müller diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 8cd2bfd..2a5a0d7 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-SQLAlchemy -Version: 2.0.19 +Version: 2.0.21 Release: 0 Summary: Database Abstraction Library License: MIT @@ -76,6 +76,8 @@ reference for python-SQLAlchemy. rm -rf doc/build # Remove unnecessary scripts for building documentation sed -i 's/\r$//' examples/dynamic_dict/dynamic_dict.py +find . -type f -name ".gitignore" -exec rm {} \; + %build export CFLAGS="%{optflags} -fno-strict-aliasing" %pyproject_wheel