17
0

Accepting request 635939 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/635939
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=24
This commit is contained in:
Tomáš Chvátal
2018-09-17 09:21:41 +00:00
committed by Git OBS Bridge
parent 5f9b82c4bf
commit 26489e7967
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4119204ff302906015516992b7481e5aabeeaa61c7b04329f9113e42c097b855
size 126027

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78823042b1415e69b061c66beebef99ed61b73e75f23453f91977918a68322a3
size 126085

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Sep 16 15:28:26 UTC 2018 - Arun Persaud <arun@gmx.de>
- 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

View File

@@ -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