15
0

Accepting request 988451 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/988451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy-Utils?expand=0&rev=36
This commit is contained in:
2022-07-11 17:10:32 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e01d6d3fb52d3926fcd4ea4a13f3540701b751aced0316bff78264402c2ceb4
size 136800

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f9afba607a40455cf703adfa9846584bf26168a0c5a60a70063b70d65051f4d
size 137517

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jul 11 13:57:21 UTC 2022 - Arun Persaud <arun@gmx.de>
- specfile:
* remove six dependency
- update to version 0.38.3:
* Fixed double-quoted UUID's in sqlalchemy >= 1.4.30 (#581, pull
request courtesy of kurtmckee)
* Fixed create_database() and drop_database() crashing with
CockroachDB (#586, pull request courtesy of kurtmckee)
* Added mixed case support for pg composite (#584, pull request
courtesy of bamartin125)
* Support Python 3.10.
* Remove the dependency on the six package. (#605)
* Introduce sqlalchemy 2.0 compatibility. (#513)
-------------------------------------------------------------------
Wed Apr 20 08:53:17 UTC 2022 - pgajdos@suse.com

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-SQLAlchemy-Utils
Version: 0.38.2
Version: 0.38.3
Release: 0
Summary: Various utility functions for SQLAlchemy
License: BSD-3-Clause
@@ -47,14 +47,9 @@ BuildRequires: %{python_module pytest >= 2.7.1}
BuildRequires: %{python_module python-dateutil >= 2.6}
BuildRequires: %{python_module pytz >= 2014.2}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-SQLAlchemy >= 1.0
%if 0%{?python_version_nodots} < 39
Requires: python-backports.zoneinfo
%endif
Requires: python-six
Recommends: python-Babel >= 1.3
Recommends: python-arrow >= 0.3.4
Recommends: python-colour >= 0.0.4
@@ -66,6 +61,9 @@ Recommends: python-passlib >= 1.6
Recommends: python-pendulum >= 2.0.5
Recommends: python-phonenumbers >= 5.9.2
BuildArch: noarch
%if 0%{?python_version_nodots} < 39
Requires: python-backports.zoneinfo
%endif
%python_subpackages
%description