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