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