From 57f2681dbc3c4ad0a663b51f5c9ae03b793d459a75c4ad3352d752d4384783c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 11 May 2020 05:51:25 +0000 Subject: [PATCH] Accepting request 802303 from home:apersaud:branches:devel:languages:python - update to version 0.36.5: * Added support for dictionary input in CompositeType (#435, pull request courtesy of cozos) * Added new EnrichedDateTime and EnrichedDate types (#403, pull request courtesy of yk-lab) * Using String instead of LargeBinary for impl of EncryptedType (#426, pull request courtesy of aicioara) * Added support for JSONType in EncryptedType (#439, pull request courtesy of rushilsrivastava) - changes from version 0.36.4: * Added jsonb_sql function (#377, pull request courtesy of getglad) * Drop py27 support OBS-URL: https://build.opensuse.org/request/show/802303 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=56 --- SQLAlchemy-Utils-0.36.3.tar.gz | 3 --- SQLAlchemy-Utils-0.36.5.tar.gz | 3 +++ python-SQLAlchemy-Utils.changes | 17 +++++++++++++++++ python-SQLAlchemy-Utils.spec | 12 ++---------- 4 files changed, 22 insertions(+), 13 deletions(-) delete mode 100644 SQLAlchemy-Utils-0.36.3.tar.gz create mode 100644 SQLAlchemy-Utils-0.36.5.tar.gz diff --git a/SQLAlchemy-Utils-0.36.3.tar.gz b/SQLAlchemy-Utils-0.36.3.tar.gz deleted file mode 100644 index 54a0fe4..0000000 --- a/SQLAlchemy-Utils-0.36.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f268af5bc03597fe7690d60df3e5f1193254a83e07e4686f720f61587ec4493a -size 128324 diff --git a/SQLAlchemy-Utils-0.36.5.tar.gz b/SQLAlchemy-Utils-0.36.5.tar.gz new file mode 100644 index 0000000..468f1d8 --- /dev/null +++ b/SQLAlchemy-Utils-0.36.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680068c4b671225c183815e19b6f4adc765a9989dd5d9e8e9c900ede30cc7434 +size 131216 diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index 6d583e8..231ab18 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat May 9 16:12:59 UTC 2020 - Arun Persaud + +- update to version 0.36.5: + * Added support for dictionary input in CompositeType (#435, pull + request courtesy of cozos) + * Added new EnrichedDateTime and EnrichedDate types (#403, pull + request courtesy of yk-lab) + * Using String instead of LargeBinary for impl of EncryptedType + (#426, pull request courtesy of aicioara) + * Added support for JSONType in EncryptedType (#439, pull request + courtesy of rushilsrivastava) + +- changes from version 0.36.4: + * Added jsonb_sql function (#377, pull request courtesy of getglad) + * Drop py27 support + ------------------------------------------------------------------- Mon Apr 20 09:36:04 UTC 2020 - Tomáš Chvátal diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index 7582d42..aea98a1 100644 --- a/python-SQLAlchemy-Utils.spec +++ b/python-SQLAlchemy-Utils.spec @@ -17,9 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 +%define skip_python2 1 Name: python-SQLAlchemy-Utils -Version: 0.36.3 +Version: 0.36.5 Release: 0 Summary: Various utility functions for SQLAlchemy License: BSD-3-Clause @@ -57,14 +57,6 @@ Recommends: python-intervals >= 0.7.1 Recommends: python-passlib >= 1.6 Recommends: python-phonenumbers >= 5.9.2 BuildArch: noarch -%if %{with python2} -BuildRequires: python-enum34 -BuildRequires: python-ipaddr -%endif -%ifpython2 -Requires: python-enum34 -Requires: python-ipaddr -%endif %python_subpackages %description