From a1f5e2985b3caa7e50c7c2621b8d5a4dad2d1d2d3e49f57003574b270e45dbe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Jul 2019 09:01:32 +0000 Subject: [PATCH 1/3] Accepting request 717370 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/717370 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=40 --- SQLAlchemy-Utils-0.34.0.tar.gz | 3 --- SQLAlchemy-Utils-0.34.1.tar.gz | 3 +++ python-SQLAlchemy-Utils.changes | 8 ++++++++ python-SQLAlchemy-Utils.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 SQLAlchemy-Utils-0.34.0.tar.gz create mode 100644 SQLAlchemy-Utils-0.34.1.tar.gz diff --git a/SQLAlchemy-Utils-0.34.0.tar.gz b/SQLAlchemy-Utils-0.34.0.tar.gz deleted file mode 100644 index 5e71bcf..0000000 --- a/SQLAlchemy-Utils-0.34.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ebd4d176a5786233db9f2e92040476fcff8b1b426fdbbb7ee4f478280ee9166 -size 128790 diff --git a/SQLAlchemy-Utils-0.34.1.tar.gz b/SQLAlchemy-Utils-0.34.1.tar.gz new file mode 100644 index 0000000..b1786e7 --- /dev/null +++ b/SQLAlchemy-Utils-0.34.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c037bec2fe2a73b2dfda7b079b02644f20c477fdf6fc4ff0c2141a65ddbee0ee +size 128908 diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index 118dbdb..652ab5d 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jul 21 17:08:23 UTC 2019 - Arun Persaud + +- update to version 0.34.1: + * Remove deprecation warnings (#379, pull request courtesy of + Le-Stagiaire) + * Drop py34 support + ------------------------------------------------------------------- Sat Jun 15 15:51:10 UTC 2019 - Arun Persaud diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index bf81402..050976e 100644 --- a/python-SQLAlchemy-Utils.spec +++ b/python-SQLAlchemy-Utils.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-SQLAlchemy-Utils -Version: 0.34.0 +Version: 0.34.1 Release: 0 Summary: Various utility functions for SQLAlchemy License: BSD-3-Clause From 19253411a8f07e25265bab0e9752f5d2fb2406691a69726115491f04af565925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Jul 2019 10:05:49 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=41 --- python-SQLAlchemy-Utils.spec | 42 ++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index 050976e..a6cc03e 100644 --- a/python-SQLAlchemy-Utils.spec +++ b/python-SQLAlchemy-Utils.spec @@ -25,11 +25,44 @@ 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 SQLAlchemy} +BuildRequires: %{python_module Babel >= 1.3} +BuildRequires: %{python_module SQLAlchemy >= 1.0} +BuildRequires: %{python_module anyjson >= 0.3.3} +BuildRequires: %{python_module arrow >= 0.3.4} +BuildRequires: %{python_module colour >= 0.0.4} +BuildRequires: %{python_module cryptography >= 0.6} +BuildRequires: %{python_module flexmock >= 0.9.7} +BuildRequires: %{python_module furl >= 0.4.1} +BuildRequires: %{python_module intervals >= 0.7.1} +BuildRequires: %{python_module mock} +BuildRequires: %{python_module passlib >= 1.6} +BuildRequires: %{python_module phonenumbers >= 5.9.2} +BuildRequires: %{python_module pytest >= 2.7.1} +BuildRequires: %{python_module python-dateutil} +BuildRequires: %{python_module pytz >= 2014.2} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} +BuildRequires: fdupes +BuildRequires: python-enum34 +BuildRequires: python-ipaddr BuildRequires: python-rpm-macros -Requires: python-SQLAlchemy +Requires: python-SQLAlchemy >= 1.0 +Requires: python-six +Recommends: python-Babel >= 1.3 +Recommends: python-anyjson >= 0.3.3 +Recommends: python-arrow >= 0.3.4 +Recommends: python-colour >= 0.0.4 +Recommends: python-cryptography >= 0.6 +Recommends: python-dateutil +Recommends: python-furl >= 0.4.1 +Recommends: python-intervals >= 0.7.1 +Recommends: python-passlib >= 1.6 +Recommends: python-phonenumbers >= 5.9.2 BuildArch: noarch +%ifpython2 +Requires: python-enum34 +Requires: python-ipaddr +%endif %python_subpackages %description @@ -43,6 +76,11 @@ Various utility functions and custom data types for SQLAlchemy. %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +# requires initialized pgsql database +#%%pytest %files %{python_files} %license LICENSE From 5e8219cb0ed05848e7034dd32839e13e7c8e0cd660571f9e13866e8faa0241bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Jul 2019 10:06:04 +0000 Subject: [PATCH 3/3] - Run fdupes - Add missing deps and recommends OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=42 --- python-SQLAlchemy-Utils.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index 652ab5d..fe7117a 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 24 10:05:50 UTC 2019 - Tomáš Chvátal + +- Run fdupes +- Add missing deps and recommends + ------------------------------------------------------------------- Sun Jul 21 17:08:23 UTC 2019 - Arun Persaud