diff --git a/SQLAlchemy-1.3.20.tar.gz b/SQLAlchemy-1.3.20.tar.gz deleted file mode 100644 index 8a6fdc8..0000000 --- a/SQLAlchemy-1.3.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2f25c7f410338d31666d7ddedfa67570900e248b940d186b48461bd4e5569a1 -size 6264898 diff --git a/SQLAlchemy-1.3.22.tar.gz b/SQLAlchemy-1.3.22.tar.gz new file mode 100644 index 0000000..03b1f25 --- /dev/null +++ b/SQLAlchemy-1.3.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758fc8c4d6c0336e617f9f6919f9daea3ab6bb9b07005eda9a1a682e24a6cacc +size 6300186 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index aeb7d73..4cf4e44 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Dec 19 11:01:39 UTC 2020 - Dirk Müller + +- update to 1.3.22: + * Fixed regression which occured due to #5755 which implemented isolation + level support for Oracle + * bugfixes for various engines, see + https://docs.sqlalchemy.org/en/14/changelog/changelog_13.html#change-1.3.21 + ------------------------------------------------------------------- Mon Oct 19 07:04:45 UTC 2020 - Adrian Schröter diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index a845072..b9f1444 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -1,7 +1,7 @@ # # spec file for package python-SQLAlchemy # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-SQLAlchemy -Version: 1.3.20 +Version: 1.3.22 Release: 0 Summary: Database Abstraction Library License: MIT @@ -36,7 +36,6 @@ Requires: python Provides: python-sqlalchemy = %{version} Obsoletes: python-sqlalchemy < %{version} # SECTION test requirements -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest >= 4.4.0} BuildRequires: %{python_module pytest-xdist} # /SECTION