From fca8d09ed9c67f809f5f5377c60eeedd59af3c8bada1b6c01a5267f143e35573 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 17 Oct 2021 00:11:40 +0000 Subject: [PATCH] - update to 0.37.8: * Added 'zoneinfo' backend to TimezoneType * Added identifier quoting for view functions and constructs * Added literal processor for UUIDType OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=67 --- SQLAlchemy-Utils-0.37.6.tar.gz | 3 --- SQLAlchemy-Utils-0.37.8.tar.gz | 3 +++ python-SQLAlchemy-Utils.changes | 8 ++++++++ python-SQLAlchemy-Utils.spec | 6 +++++- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 SQLAlchemy-Utils-0.37.6.tar.gz create mode 100644 SQLAlchemy-Utils-0.37.8.tar.gz diff --git a/SQLAlchemy-Utils-0.37.6.tar.gz b/SQLAlchemy-Utils-0.37.6.tar.gz deleted file mode 100644 index f697799..0000000 --- a/SQLAlchemy-Utils-0.37.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b48d8c57d5bedab8633cd94cf0e97b49895270adadfbb9e66e2fa4c4058a6ad -size 136019 diff --git a/SQLAlchemy-Utils-0.37.8.tar.gz b/SQLAlchemy-Utils-0.37.8.tar.gz new file mode 100644 index 0000000..4c30e3b --- /dev/null +++ b/SQLAlchemy-Utils-0.37.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6aaee154f798be4e479af0ceffaa5034d35fcf6f40707c0947d21bde64e05e5 +size 136623 diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index 16a58ab..6edec0f 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 7 06:43:25 UTC 2021 - Dirk Müller + +- update to 0.37.8: + * Added 'zoneinfo' backend to TimezoneType + * Added identifier quoting for view functions and constructs + * Added literal processor for UUIDType + ------------------------------------------------------------------- Thu Jun 17 20:49:07 UTC 2021 - Dirk Müller diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index 87670ab..8d6668d 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.37.6 +Version: 0.37.8 Release: 0 Summary: Various utility functions for SQLAlchemy License: BSD-3-Clause @@ -31,6 +31,7 @@ BuildRequires: %{python_module Pygments >= 1.2} BuildRequires: %{python_module SQLAlchemy >= 1.0} BuildRequires: %{python_module anyjson >= 0.3.3} BuildRequires: %{python_module arrow >= 0.3.4} +BuildRequires: %{python_module backports.zoneinfo if %python-base < 3.9} BuildRequires: %{python_module colour >= 0.0.4} BuildRequires: %{python_module cryptography >= 0.6} BuildRequires: %{python_module docutils >= 0.10} @@ -52,6 +53,9 @@ 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-anyjson >= 0.3.3