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..0a747de 100644 --- a/python-passlib.changes +++ b/python-passlib.changes @@ -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 diff --git a/python-passlib.spec b/python-passlib.spec index 456069e..5e21865 100644 --- a/python-passlib.spec +++ b/python-passlib.spec @@ -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