diff --git a/SQLAlchemy-2.0.32.tar.gz b/sqlalchemy-2.0.36.tar.gz similarity index 54% rename from SQLAlchemy-2.0.32.tar.gz rename to sqlalchemy-2.0.36.tar.gz index 825157de2de65c389e9bd2ca0e6b4ccb34315c4a..fb899825f729c99dd08d260afb073cb3fbf4f902 100644 Binary files a/SQLAlchemy-2.0.32.tar.gz and b/sqlalchemy-2.0.36.tar.gz differ diff --git a/sqlalchemy.spec b/sqlalchemy.spec index 6d8157bcc4ba9ba2569bab002abf2d5699b6bb37..47aa694375d4a5695387c75bf317a7c4ed6dd683 100644 --- a/sqlalchemy.spec +++ b/sqlalchemy.spec @@ -1,12 +1,12 @@ %global __provides_exclude_from ^(%{python3_sitearch})/.*\\.so$ %define debug_package %{nil} Name: python-sqlalchemy -Version: 2.0.32 +Version: 2.0.36 Release: 1 Summary: SQL toolkit and object relational mapper for Python License: MIT URL: http://www.sqlalchemy.org/ -Source0: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/sqlalchemy-%{version}.tar.gz 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 @@ -42,7 +42,7 @@ and domain by letting you define the join conditions explicitly. The python3-sqlalchemy package contains the python 3 version of the module. %prep -%autosetup -n SQLAlchemy-%{version} -p1 +%autosetup -n sqlalchemy-%{version} -p1 rm -rf doc/build # Remove unnecessary scripts for building documentation sed -i 's/\r$//' examples/dynamic_dict/dynamic_dict.py @@ -67,6 +67,12 @@ PYTHONPATH=. %{__python3} -m pytest -n2 -q %doc doc examples %changelog +* Thu Oct 31 2024 lixiaoyong - 2.0.36-1 +- Update to 2.0.36 + Added new parameter mapped_column.hash to ORM constructs + Fixed bug in ORM bulk update/delete + Fixed regression caused by fixes to joined eager loading + * Tue Oct 15 2024 xu_ping <707078654@qq.com> - 2.0.32-1 - Update to 2.0.32