forked from pool/python-argon2-cffi
Accepting request 765259 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/765259 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argon2-cffi?expand=0&rev=6
This commit is contained in:
commit
0448b093d5
3
argon2-cffi-19.2.0.tar.gz
Normal file
3
argon2-cffi-19.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffaa623eea77b497ffbdd1a51e941b33d3bf552c60f14dbee274c4070677bda3
|
||||
size 1816417
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81548a27b919861040cb928a350733f4f9455dd67c7d1ba92eb5960a1d7f8b26
|
||||
size 1808120
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 12:29:23 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to 19.2.0
|
||||
* Python 3.4 is not supported anymore.
|
||||
* The dependency on enum34 is now protected using a PEP 508 marker.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 13:50:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-argon2-cffi
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,13 +18,13 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-argon2-cffi
|
||||
Version: 19.1.0
|
||||
Version: 19.2.0
|
||||
Release: 0
|
||||
Summary: The Argon2 password hashing algorithm for Python
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/hynek/argon2_cffi
|
||||
Source: https://files.pythonhosted.org/packages/source/a/argon2_cffi/argon2_cffi-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/a/argon2-cffi/argon2-cffi-%{version}.tar.gz
|
||||
BuildRequires: %{python_module cffi >= 1.0.0}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module hypothesis}
|
||||
@ -50,7 +50,7 @@ A Python module that uses CFFI to access the Argon2 password hashing
|
||||
C library.
|
||||
|
||||
%prep
|
||||
%setup -q -n argon2_cffi-%{version}
|
||||
%setup -q -n argon2-cffi-%{version}
|
||||
|
||||
%build
|
||||
export ARGON2_CFFI_USE_SYSTEM=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user