Accepting request 442120 from home:stroeder:branches:devel:languages:python

update to upstream release 1.7.0

OBS-URL: https://build.opensuse.org/request/show/442120
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=21
This commit is contained in:
Dirk Mueller 2016-11-29 10:03:23 +00:00 committed by Git OBS Bridge
parent 924af1c961
commit b76340925a
4 changed files with 12 additions and 5 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,10 @@
-------------------------------------------------------------------
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,7 +17,7 @@
Name: python-passlib
Version: 1.6.5
Version: 1.7.0
Release: 0
Url: http://passlib.googlecode.com
Summary: Comprehensive password hashing framework supporting over 20 schemes
@ -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