From 01814099afd4110a1cf9df2738b1a379e56c3deb Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Feb 02 2022 16:01:21 +0000 Subject: Update python-sqlalchemy to 1.4.31 Related-to: https://review.rdoproject.org/r/q/I04a147c8caf19380b3c464d9e31ccdc964700886 --- diff --git a/.python-sqlalchemy.metadata b/.python-sqlalchemy.metadata index 6482f38..a2832fa 100644 --- a/.python-sqlalchemy.metadata +++ b/.python-sqlalchemy.metadata @@ -1 +1 @@ -c4656ca23ca24dbbff7757df05a85a670d3ad83e SOURCES/SQLAlchemy-1.4.26.tar.gz +63f8217b3c80d68b8ed3585ba44a5c1334df5d89 SOURCES/SQLAlchemy-1.4.31.tar.gz diff --git a/SPECS/python-sqlalchemy.spec b/SPECS/python-sqlalchemy.spec index 394a4af..2d13e70 100644 --- a/SPECS/python-sqlalchemy.spec +++ b/SPECS/python-sqlalchemy.spec @@ -16,7 +16,7 @@ aiosqlite Name: python-sqlalchemy -Version: 1.4.26 +Version: 1.4.31 # cope with pre-release versions containing tildes %global srcversion %{lua: srcversion, num = rpm.expand("%{version}"):gsub("~", ""); print(srcversion);} Release: 1%{?dist} @@ -30,7 +30,6 @@ BuildRequires: gcc BuildRequires: python3-devel >= 3.6 BuildRequires: python3-greenlet BuildRequires: python3-setuptools -BuildRequires: python3-mock BuildRequires: python3-pytest %if %{with xdist} BuildRequires: python3-pytest-xdist @@ -81,7 +80,7 @@ This package includes the python 3 version of the module. # (--max-worker-restart=5 would end the test run after 5 crashing tests.) sed -i -e's/\(addopts = .*\) --max-worker-restart=5/\1/' setup.cfg -# C9 have greenlet-0.4.17 which is excluded in setup.cfg +# C9 have greenlet-1.4.17 which is excluded in setup.cfg sed -i 's/greenlet.*/greenlet/g' setup.cfg %build @@ -100,7 +99,6 @@ PYTHONPATH=. %{__python3} -m pytest test -k "not test_contextvars" \ --numprocesses=auto %endif - %files doc %doc doc examples @@ -110,6 +108,19 @@ PYTHONPATH=. %{__python3} -m pytest test -k "not test_contextvars" \ %{python3_sitearch}/* %changelog +* Fri Jan 21 2022 Nils Philippsen - 1.4.31-1 +- version 1.4.31 + +* Thu Dec 23 2021 Nils Philippsen - 1.4.29-1 +- version 1.4.29 + +* Wed Dec 15 2021 Nils Philippsen - 1.4.28-1 +- version 1.4.28 +- remove build dependency on python3-mock + +* Fri Nov 12 2021 Nils Philippsen - 1.4.27-1 +- version 1.4.27 + * Tue Oct 26 2021 Joel Capitao - 1.4.26-1 - Update to 1.4.26. Fixes rhbz#2015705