From 8d006ec60b109ba78d515f8db0f3e1fdf0085168b667a52f384aaddb0d6646ba Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Tue, 10 Feb 2026 14:20:53 +0000 Subject: [PATCH] - Update to version 2.0.46 * Add BuildRequires for - python-pytest-cov * Reinstate tests - test_parseconnect - CreateEngineTest - test_bad_args These tests are passing with version 2.0.46 * Change version numbers according to specification * Changelog: https://docs.sqlalchemy.org/en/21/changelog/changelog_20.html#change-2.0.46 - Changes in version 2.0.45 * Changelog: https://docs.sqlalchemy.org/en/21/changelog/changelog_20.html#change-2.0.45 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=275 --- python-SQLAlchemy.changes | 19 +++++++++++++++++++ python-SQLAlchemy.spec | 16 +++++++++------- sqlalchemy-2.0.44.tar.gz | 3 --- sqlalchemy-2.0.46.tar.gz | 3 +++ 4 files changed, 31 insertions(+), 10 deletions(-) delete mode 100644 sqlalchemy-2.0.44.tar.gz create mode 100644 sqlalchemy-2.0.46.tar.gz diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index e29d7df..9105c7f 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Feb 9 18:17:05 UTC 2026 - Andreas Prittwitz + +- Update to version 2.0.46 + * Add BuildRequires for + - python-pytest-cov + * Reinstate tests + - test_parseconnect + - CreateEngineTest + - test_bad_args + These tests are passing with version 2.0.46 + * Change version numbers according to specification + * Changelog: + https://docs.sqlalchemy.org/en/21/changelog/changelog_20.html#change-2.0.46 + +- Changes in version 2.0.45 + * Changelog: + https://docs.sqlalchemy.org/en/21/changelog/changelog_20.html#change-2.0.45 + ------------------------------------------------------------------- Mon Nov 10 08:31:29 UTC 2025 - Dirk Müller diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index d4a06d8..e6178c3 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -1,7 +1,7 @@ # # spec file for package python-SQLAlchemy # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-SQLAlchemy -Version: 2.0.44 +Version: 2.0.46 Release: 0 Summary: Database Abstraction Library License: MIT @@ -34,9 +34,9 @@ BuildRequires: %{python_module wheel} BuildRequires: %{pythons} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python -Requires: python-greenlet > 0.4.17 -Requires: python-typing_extensions >= 4.2.0 +Requires: python >= 3.7 +Requires: python-greenlet >= 1 +Requires: python-typing_extensions >= 4.6.0 Provides: python-sqlalchemy = %{version} Obsoletes: python-sqlalchemy < %{version} Conflicts: python-SQLAlchemy1 @@ -46,7 +46,9 @@ Requires: python-importlib-metadata # SECTION test requirements BuildRequires: %{python_module greenlet > 0.4.17} BuildRequires: %{python_module importlib-metadata} -BuildRequires: %{python_module pytest >= 4.4.0} +BuildRequires: %{python_module pytest < 10} +BuildRequires: %{python_module pytest >= 7.0.0} +BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module typing_extensions >= 4.2.0} # /SECTION @@ -87,7 +89,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -%pytest_arch -n2 -q --nomemory --notimingintensive --nomypy -k 'not (test_parseconnect and CreateEngineTest and test_bad_args)' +%pytest_arch -n2 -q --nomemory --notimingintensive --nomypy %files %{python_files} %license LICENSE diff --git a/sqlalchemy-2.0.44.tar.gz b/sqlalchemy-2.0.44.tar.gz deleted file mode 100644 index 632a936..0000000 --- a/sqlalchemy-2.0.44.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ae7454e1ab1d780aee69fd2aae7d6b8670a581d8847f2d1e0f7ddfbf47e5a22 -size 9819830 diff --git a/sqlalchemy-2.0.46.tar.gz b/sqlalchemy-2.0.46.tar.gz new file mode 100644 index 0000000..55c03b7 --- /dev/null +++ b/sqlalchemy-2.0.46.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf36851ee7219c170bb0793dbc3da3e80c582e04a5437bc601bfe8c85c9216d7 +size 9865393