From 14b600cd176c87cc5aabd357af2d7d7e2a74ea284df697d29bd10ac1612139b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 11 Nov 2019 12:42:44 +0000 Subject: [PATCH] Accepting request 747234 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/747234 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=46 --- SQLAlchemy-Utils-0.34.2.tar.gz | 3 --- SQLAlchemy-Utils-0.35.0.tar.gz | 3 +++ python-SQLAlchemy-Utils.changes | 7 +++++++ python-SQLAlchemy-Utils.spec | 3 +-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 SQLAlchemy-Utils-0.34.2.tar.gz create mode 100644 SQLAlchemy-Utils-0.35.0.tar.gz diff --git a/SQLAlchemy-Utils-0.34.2.tar.gz b/SQLAlchemy-Utils-0.34.2.tar.gz deleted file mode 100644 index 9dc3237..0000000 --- a/SQLAlchemy-Utils-0.34.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6689b29d7951c5c7c4d79fa6b8c95f9ff9ec708b07aa53f82060599bd14dcc88 -size 129065 diff --git a/SQLAlchemy-Utils-0.35.0.tar.gz b/SQLAlchemy-Utils-0.35.0.tar.gz new file mode 100644 index 0000000..998a000 --- /dev/null +++ b/SQLAlchemy-Utils-0.35.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f0f0ebed696386bc7bf9231cd6894087baba374dd60f40eb1b07512d6b1a5e +size 129187 diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index fb40eaa..f2756ef 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Nov 9 14:47:11 UTC 2019 - Arun Persaud + +- update to version 0.35.0: + * Removed some deprecation warnings + * Added Int8RangeType (#401, pull request courtesy of lpsinger) + ------------------------------------------------------------------- Sun Aug 25 18:01:32 UTC 2019 - Arun Persaud diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index d537600..03f1b5f 100644 --- a/python-SQLAlchemy-Utils.spec +++ b/python-SQLAlchemy-Utils.spec @@ -18,11 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-SQLAlchemy-Utils -Version: 0.34.2 +Version: 0.35.0 Release: 0 Summary: Various utility functions for SQLAlchemy License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/kvesteri/sqlalchemy-utils Source: https://files.pythonhosted.org/packages/source/S/SQLAlchemy-Utils/SQLAlchemy-Utils-%{version}.tar.gz BuildRequires: %{python_module Babel >= 1.3}