15
0

Accepting request 925771 from devel:languages:python

- 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/request/show/925771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy-Utils?expand=0&rev=31
This commit is contained in:
2021-10-18 19:59:09 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b48d8c57d5bedab8633cd94cf0e97b49895270adadfbb9e66e2fa4c4058a6ad
size 136019

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 7 06:43:25 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@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.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