From bf0e822506490145565e85c2d4232a9be436a75a Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Jul 27 2022 10:52:15 +0000 Subject: Update to 1.4.39 Related-to: https://review.rdoproject.org/r/q/Ibe2bfa54d0ebb7d8be081db1bc901abb3ba00165 --- diff --git a/.python-sqlalchemy.metadata b/.python-sqlalchemy.metadata index bfbf493..1279d7c 100644 --- a/.python-sqlalchemy.metadata +++ b/.python-sqlalchemy.metadata @@ -1 +1 @@ -62e7e94e758b1a0f7d1bc447651bb19d7891c81f SOURCES/SQLAlchemy-1.4.36.tar.gz +e400a88b4f464f104d0c9c34e21267ad82461b00 SOURCES/SQLAlchemy-1.4.39.tar.gz diff --git a/SPECS/python-sqlalchemy.spec b/SPECS/python-sqlalchemy.spec index 42049ed..646c45a 100644 --- a/SPECS/python-sqlalchemy.spec +++ b/SPECS/python-sqlalchemy.spec @@ -1,9 +1,5 @@ -# when bootstrapping Python, pytest-xdist is not yet available (also not yet in EPEL9) -%if ! 0%{?rhel} || 0%{?rhel} > 9 +# when bootstrapping Python, pytest-xdist is not yet available %bcond_without xdist -%else -%bcond_with xdist -%endif %global srcname SQLAlchemy @@ -20,10 +16,10 @@ aiosqlite Name: python-sqlalchemy -Version: 1.4.36 +Version: 1.4.39 # cope with pre-release versions containing tildes %global srcversion %{lua: srcversion, num = rpm.expand("%{version}"):gsub("~", ""); print(srcversion);} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modular and flexible ORM library for python License: MIT @@ -105,6 +101,24 @@ PYTHONPATH=. %{__python3} -m pytest test \ %{python3_sitearch}/* %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 1.4.39-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jun 24 2022 Nils Philippsen - 1.4.39-1 +- version 1.4.39 + +* Fri Jun 24 2022 Nils Philippsen - 1.4.38-1 +- version 1.4.38 + +* Tue Jun 14 2022 Python Maint - 1.4.37-2 +- Rebuilt for Python 3.11 + +* Wed Jun 08 2022 Nils Philippsen +- Generally BR: python3-pytest-xdist, also on EL9 + +* Wed Jun 01 2022 Nils Philippsen - 1.4.37-1 +- version 1.4.37 + * Wed Apr 27 2022 Nils Philippsen - 1.4.36-1 - version 1.4.36