diff --git a/SQLAlchemy-Utils-0.33.3.tar.gz b/SQLAlchemy-Utils-0.33.3.tar.gz deleted file mode 100644 index 20aa8cc..0000000 --- a/SQLAlchemy-Utils-0.33.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4119204ff302906015516992b7481e5aabeeaa61c7b04329f9113e42c097b855 -size 126027 diff --git a/SQLAlchemy-Utils-0.33.4.tar.gz b/SQLAlchemy-Utils-0.33.4.tar.gz new file mode 100644 index 0000000..6a54b49 --- /dev/null +++ b/SQLAlchemy-Utils-0.33.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78823042b1415e69b061c66beebef99ed61b73e75f23453f91977918a68322a3 +size 126085 diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index c18bcad..e41a4bc 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Sep 16 15:28:26 UTC 2018 - Arun Persaud + +- specfile: + * remove devel from noarch + * be more specific in %files section + +- update to version 0.33.4: + * Made PasswordType use `hash` function instead of deprecated + `encrypt` function (#341, pull request courtesy of libre-man) + ------------------------------------------------------------------- Sun May 6 05:44:06 UTC 2018 - arun@gmx.de diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index 754a040..fc59016 100644 --- a/python-SQLAlchemy-Utils.spec +++ b/python-SQLAlchemy-Utils.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-SQLAlchemy-Utils -Version: 0.33.3 +Version: 0.33.4 Release: 0 Summary: Various utility functions for SQLAlchemy License: BSD-3-Clause @@ -26,7 +26,6 @@ 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 devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros Requires: python-SQLAlchemy @@ -48,6 +47,8 @@ Various utility functions and custom data types for SQLAlchemy. %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/* +%dir %{python_sitelib}/sqlalchemy_utils +%{python_sitelib}/sqlalchemy_utils/* +%{python_sitelib}/SQLAlchemy_Utils-%{version}-py*.egg-info %changelog