[packages/python3-sqlalchemy] Up to 2.0.49
arekm
arekm at pld-linux.org
Fri Apr 24 09:44:53 CEST 2026
commit e7a1edd191e38daf834b7415cb292d56bf7482f0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Apr 24 09:44:36 2026 +0200
Up to 2.0.49
python3-sqlalchemy.spec | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/python3-sqlalchemy.spec b/python3-sqlalchemy.spec
index 41218c0..29121b5 100644
--- a/python3-sqlalchemy.spec
+++ b/python3-sqlalchemy.spec
@@ -6,13 +6,13 @@
Summary: Database Abstraction Library for Python
Summary(pl.UTF-8): Biblioteka abstrakcji baz danych dla Pythona
Name: python3-%{module}
-Version: 2.0.43
+Version: 2.0.49
Release: 1
License: MIT
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/sqlalchemy/
Source0: https://files.pythonhosted.org/packages/source/s/sqlalchemy/sqlalchemy-%{version}.tar.gz
-# Source0-md5: a006c045b1a5610dba083ab3ae5dd991
+# Source0-md5: e7e941a14ffe78d66bf23cdaaccdee7d
URL: https://www.sqlalchemy.org/
BuildRequires: python3-Cython >= 0.29.24
BuildRequires: python3-devel >= 1:3.7
@@ -80,13 +80,11 @@ Przykłady do modułu Pythona SQLAlchemy.
%py3_build
%if %{with tests}
-# =================================== FAILURES ===================================
-# ____________ MypyPlainTest.test_mypy_no_plugin[mapped_covariant.py] ____________
-# [...]
-# AssertionError: .../mapped_covariant.py:35: error: Incompatible return value type (got "Mapped[str]", expected "str") [return-value]
+# test_mypy_no_plugin parametrized tests match exact mypy "Revealed type"
+# regex output; they drift on every mypy upgrade. Deselect them as a class.
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
PYTHONPATH=$(echo $(pwd)/build-3/lib.linux-*) \
-%{__python3} -m pytest test -k 'not test_mypy_no_plugin[mapped_covariant.py]'
+%{__python3} -m pytest test -k 'not test_mypy_no_plugin'
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-sqlalchemy.git/commitdiff/e7a1edd191e38daf834b7415cb292d56bf7482f0
More information about the pld-cvs-commit
mailing list