From b76340925a33900eb7108253bf57cd435a24565530a876169e246b639c0e6c34 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 29 Nov 2016 10:03:23 +0000 Subject: [PATCH] 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 --- passlib-1.6.5.tar.gz | 3 --- passlib-1.7.0.tar.gz | 3 +++ python-passlib.changes | 7 +++++++ python-passlib.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 passlib-1.6.5.tar.gz create mode 100644 passlib-1.7.0.tar.gz diff --git a/passlib-1.6.5.tar.gz b/passlib-1.6.5.tar.gz deleted file mode 100644 index 85e49e9..0000000 --- a/passlib-1.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a83d34f53dc9b17aa42c9a35c3fbcc5120f3fcb07f7f8721ec45e6a27be347fc -size 417044 diff --git a/passlib-1.7.0.tar.gz b/passlib-1.7.0.tar.gz new file mode 100644 index 0000000..9c004df --- /dev/null +++ b/passlib-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be4f6053357c4ebba5578a065fbdad75a844501d4c6d91d4a3a0c1594c6abed +size 637909 diff --git a/python-passlib.changes b/python-passlib.changes index 513fb33..5ff5f48 100644 --- a/python-passlib.changes +++ b/python-passlib.changes @@ -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 diff --git a/python-passlib.spec b/python-passlib.spec index 456069e..ebb92e9 100644 --- a/python-passlib.spec +++ b/python-passlib.spec @@ -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