From de76b0091bba7edd40672f54ed28f23c5b9e2814b8fab1418c4df22d2d075ada Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 11 Jul 2022 16:38:10 +0000 Subject: [PATCH] Accepting request 988403 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/988403 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=73 --- SQLAlchemy-Utils-0.38.2.tar.gz | 3 --- SQLAlchemy-Utils-0.38.3.tar.gz | 3 +++ python-SQLAlchemy-Utils.changes | 17 +++++++++++++++++ python-SQLAlchemy-Utils.spec | 10 ++++------ 4 files changed, 24 insertions(+), 9 deletions(-) delete mode 100644 SQLAlchemy-Utils-0.38.2.tar.gz create mode 100644 SQLAlchemy-Utils-0.38.3.tar.gz diff --git a/SQLAlchemy-Utils-0.38.2.tar.gz b/SQLAlchemy-Utils-0.38.2.tar.gz deleted file mode 100644 index 30cdd60..0000000 --- a/SQLAlchemy-Utils-0.38.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e01d6d3fb52d3926fcd4ea4a13f3540701b751aced0316bff78264402c2ceb4 -size 136800 diff --git a/SQLAlchemy-Utils-0.38.3.tar.gz b/SQLAlchemy-Utils-0.38.3.tar.gz new file mode 100644 index 0000000..d6db85c --- /dev/null +++ b/SQLAlchemy-Utils-0.38.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9afba607a40455cf703adfa9846584bf26168a0c5a60a70063b70d65051f4d +size 137517 diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index 872217c..903c3b0 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Jul 11 13:57:21 UTC 2022 - Arun Persaud + +- 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 diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index 152e372..ed563b5 100644 --- a/python-SQLAlchemy-Utils.spec +++ b/python-SQLAlchemy-Utils.spec @@ -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