Accepting request 452041 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/452041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2017-01-25 22:32:12 +00:00 committed by Git OBS Bridge
commit b6a46c65c3
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:a83d34f53dc9b17aa42c9a35c3fbcc5120f3fcb07f7f8721ec45e6a27be347fc
size 417044

3
passlib-1.7.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jan 22 11:18:59 UTC 2017 - michael@stroeder.com
- updated project and source URLs
-------------------------------------------------------------------
Sat Nov 26 15:40:04 UTC 2016 - michael@stroeder.com
- Update to 1.7.0 with very many changes:
http://passlib.readthedocs.io/en/stable/history/1.7.html#id1
- CHANGES not in upstream source anymore
-------------------------------------------------------------------
Sun Feb 21 10:06:22 UTC 2016 - mardnh@gmx.de

View File

@ -17,13 +17,13 @@
Name: python-passlib
Version: 1.6.5
Version: 1.7.0
Release: 0
Url: http://passlib.googlecode.com
Url: https://bitbucket.org/ecollins/passlib
Summary: Comprehensive password hashing framework supporting over 20 schemes
License: BSD-3-Clause
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/p/passlib/passlib-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/p/passlib/passlib-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-nose
@ -53,7 +53,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root)
%doc CHANGES LICENSE README
%doc LICENSE README
%{python_sitelib}/*
%changelog