- 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
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 18:17:05 UTC 2026 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ae7454e1ab1d780aee69fd2aae7d6b8670a581d8847f2d1e0f7ddfbf47e5a22
|
||||
size 9819830
|
||||
3
sqlalchemy-2.0.46.tar.gz
Normal file
3
sqlalchemy-2.0.46.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf36851ee7219c170bb0793dbc3da3e80c582e04a5437bc601bfe8c85c9216d7
|
||||
size 9865393
|
||||
Reference in New Issue
Block a user