15
0

- Update to 0.41.2:

* Fix breaking change introduced on SQLAlchemy 2.0.22 changes to
    attributes.AttributeImpl constructor
- Drop patch sqlalchemy-2.0.22.patch:
  * Included upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=81
This commit is contained in:
2024-10-02 04:50:51 +00:00
committed by Git OBS Bridge
parent c123221bfc
commit 2207837a9b
5 changed files with 15 additions and 37 deletions

View File

@@ -18,14 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-SQLAlchemy-Utils
Version: 0.41.1
Version: 0.41.2
Release: 0
Summary: Various utility functions for SQLAlchemy
License: BSD-3-Clause
URL: https://github.com/kvesteri/sqlalchemy-utils
Source: https://files.pythonhosted.org/packages/source/S/SQLAlchemy-Utils/SQLAlchemy-Utils-%{version}.tar.gz
# PATCH-FIX-OPENSUSE sqlalchemy-2.0.22.patch gh#kvesteri/sqlalchemy-utils#725
Patch1: sqlalchemy-2.0.22.patch
BuildRequires: %{python_module Babel >= 1.3}
BuildRequires: %{python_module Jinja2 >= 2.3}
BuildRequires: %{python_module Pygments >= 1.2}
@@ -107,8 +105,7 @@ rm tests/types/test_uuid.py
%files %{python_files}
%license LICENSE
%doc README.rst
%dir %{python_sitelib}/sqlalchemy_utils
%{python_sitelib}/sqlalchemy_utils/*
%{python_sitelib}/SQLAlchemy_Utils-%{version}*-info
%{python_sitelib}/sqlalchemy_utils
%{python_sitelib}/SQLAlchemy_Utils-%{version}.dist-info
%changelog