From 5f9b82c4bfe9f31acc4a01da676da4dcfa07317511614eee3eea74b835273c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 7 May 2018 13:46:38 +0000 Subject: [PATCH] Accepting request 604545 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/604545 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=22 --- SQLAlchemy-Utils-0.33.1.tar.gz | 3 --- SQLAlchemy-Utils-0.33.3.tar.gz | 3 +++ python-SQLAlchemy-Utils.changes | 13 +++++++++++++ python-SQLAlchemy-Utils.spec | 10 ++++------ 4 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 SQLAlchemy-Utils-0.33.1.tar.gz create mode 100644 SQLAlchemy-Utils-0.33.3.tar.gz diff --git a/SQLAlchemy-Utils-0.33.1.tar.gz b/SQLAlchemy-Utils-0.33.1.tar.gz deleted file mode 100644 index 345aac2..0000000 --- a/SQLAlchemy-Utils-0.33.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e90725b96c4625c319b89deffa85fe37a4845ece33dd2a951546cff936311e5c -size 124642 diff --git a/SQLAlchemy-Utils-0.33.3.tar.gz b/SQLAlchemy-Utils-0.33.3.tar.gz new file mode 100644 index 0000000..20aa8cc --- /dev/null +++ b/SQLAlchemy-Utils-0.33.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4119204ff302906015516992b7481e5aabeeaa61c7b04329f9113e42c097b855 +size 126027 diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index ede0d10..c18bcad 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun May 6 05:44:06 UTC 2018 - arun@gmx.de + +- update to version 0.33.3: + * Added new AesGcmEngine (#322, pull request courtesy of + manishahluwalia) + +- changes from version 0.33.2: + * Added support for universal wheels (#312, pull request courtesy of + nsoranzo) + * Fixed usage of template0 and template1 with postgres database + functions. (#286, pull request courtesy of funkybob) + ------------------------------------------------------------------- Sat Mar 24 00:02:42 UTC 2018 - arun@gmx.de diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index ceb5210..754a040 100644 --- a/python-SQLAlchemy-Utils.spec +++ b/python-SQLAlchemy-Utils.spec @@ -18,21 +18,19 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-SQLAlchemy-Utils -Version: 0.33.1 +Version: 0.33.3 Release: 0 Summary: Various utility functions for SQLAlchemy License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/kvesteri/sqlalchemy-utils +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 devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros Requires: python-SQLAlchemy -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -48,8 +46,8 @@ Various utility functions and custom data types for SQLAlchemy. %python_install %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE README.rst +%license LICENSE +%doc README.rst %{python_sitelib}/* %changelog