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:
commit
b6a46c65c3
@ -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
3
passlib-1.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0be4f6053357c4ebba5578a065fbdad75a844501d4c6d91d4a3a0c1594c6abed
|
||||||
|
size 637909
|
@ -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
|
Sun Feb 21 10:06:22 UTC 2016 - mardnh@gmx.de
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-passlib
|
Name: python-passlib
|
||||||
Version: 1.6.5
|
Version: 1.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://passlib.googlecode.com
|
Url: https://bitbucket.org/ecollins/passlib
|
||||||
Summary: Comprehensive password hashing framework supporting over 20 schemes
|
Summary: Comprehensive password hashing framework supporting over 20 schemes
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-nose
|
BuildRequires: python-nose
|
||||||
@ -53,7 +53,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES LICENSE README
|
%doc LICENSE README
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user