From da8f5e67ad1a71fb1500aee2c04016cbac76c8ab Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 12 Aug 2025 23:40:18 +0800 Subject: [PATCH] 2.0.43 (cherry picked from commit 2ed5ed7df9eb8b41c82c2968b39a7d45f3d31abf) --- python-sqlalchemy.spec | 15 ++++++++------- python-sqlalchemy.yaml | 3 +-- ...hemy-2.0.42.tar.gz => sqlalchemy-2.0.43.tar.gz | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) rename sqlalchemy-2.0.42.tar.gz => sqlalchemy-2.0.43.tar.gz (32%) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 8e896bb..a966368 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -1,16 +1,15 @@ -%global __provides_exclude_from ^(%{python3_sitearch})/.*\\.so$ -%define debug_package %{nil} Name: python-sqlalchemy -Version: 2.0.42 +Version: 2.0.43 Release: 1 Summary: SQL toolkit and object relational mapper for Python License: MIT URL: https://www.sqlalchemy.org/ -Source0: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/sqlalchemy-%{version}.tar.gz +Source0: %{pypi_source sqlalchemy} BuildRequires: python3-devel python3-setuptools python3-pytest gcc python3-greenlet BuildRequires: python3-pip python3-wheel python3-pdm-pep517 python3-typing-extensions python3-pytest-xdist BuildRequires: python3-mypy -Requires: python3-greenlet +BuildRequires: python3dist(setuptools) >= 61.0 +BuildRequires: python3dist(cython) >= 0.29.24 %description SQLAlchemy is an Object Relational Mapper (ORM) that provides a flexible, @@ -55,19 +54,21 @@ find . -type f -name ".gitignore" -exec rm {} \; %install %pyproject_install - %check PYTHONPATH=. %{__python3} -m pytest -n2 -q %files -n python3-sqlalchemy %license LICENSE %doc README.rst -%{python3_sitelib}/* +%{python3_sitearch}/* %files help %doc doc examples %changelog +* Tue Aug 12 2025 Funda Wang - 2.0.43-1 +- update to 2.0.43 + * Mon Aug 04 2025 zhang_wenyu - 2.0.42-1 - Update to 2.0.42 - Fixed issue where select() of a free-standing scalar expression that has a unary operator applied diff --git a/python-sqlalchemy.yaml b/python-sqlalchemy.yaml index ef0cf55..637d0d8 100644 --- a/python-sqlalchemy.yaml +++ b/python-sqlalchemy.yaml @@ -1,5 +1,4 @@ version_control: github src_repo: sqlalchemy/sqlalchemy tag_prefix: rel -seperator: _ - +separator: _ diff --git a/sqlalchemy-2.0.42.tar.gz b/sqlalchemy-2.0.43.tar.gz similarity index 32% rename from sqlalchemy-2.0.42.tar.gz rename to sqlalchemy-2.0.43.tar.gz index 6210906..04ebf9d 100644 --- a/sqlalchemy-2.0.42.tar.gz +++ b/sqlalchemy-2.0.43.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:160bedd8a5c28765bd5be4dec2d881e109e33b34922e50a3b881a7681773ac5f -size 9749972 +oid sha256:788bfcef6787a7764169cfe9859fe425bf44559619e1d9f56f5bddf2ebf6f417 +size 9762949 -- Gitee