From e5b8f349a410a6e2ced69923b92b6ebb1b72525e Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Jul 05 2024 10:30:08 +0000 Subject: Update to 2.0.30 Related-to: https://review.rdoproject.org/r/q/I453c732f1d5bc323e851263f17df9ac4974b53ca --- diff --git a/.python-sqlalchemy.metadata b/.python-sqlalchemy.metadata index dd0cf66..f46a730 100644 --- a/.python-sqlalchemy.metadata +++ b/.python-sqlalchemy.metadata @@ -1 +1 @@ -25f560700f60e3d217ba43ca499a95a92aee24b2 SOURCES/SQLAlchemy-2.0.29.tar.gz +08fc96071934bf9d64c3e857f836f8772eb05252 SOURCES/SQLAlchemy-2.0.30.tar.gz diff --git a/SPECS/python-sqlalchemy.spec b/SPECS/python-sqlalchemy.spec index 4331e70..8667da6 100644 --- a/SPECS/python-sqlalchemy.spec +++ b/SPECS/python-sqlalchemy.spec @@ -1,3 +1,4 @@ + # Mypy plugin is deprecated in 2.0. mypy is not in RHEL. %bcond mypy %{undefined rhel} @@ -8,8 +9,8 @@ %bcond asyncmy 0 %endif -# Tests crash when being run by pytest-xdist -%bcond xdist 0 +# Whether to run tests in parallel +%bcond xdist %{undefined rhel} %global srcname SQLAlchemy %global canonicalname %{py_dist_name %{srcname}} @@ -33,10 +34,10 @@ %endif Name: python-%{canonicalname} -Version: 2.0.29 +Version: 2.0.30 # 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 @@ -142,6 +143,12 @@ done > doc-files.txt %doc README.rst %changelog +* Fri May 17 2024 Yaakov Selkowitz - 2.0.30-2 +- Run tests serially on RHEL + +* Mon May 13 2024 Nils Philippsen - 2.0.30-1 +- Update to 2.0.30 + * Sun Mar 24 2024 Nils Philippsen - 2.0.29-1 - Update to 2.0.29