Accepting request 690321 from devel:languages:python

- Provide argon2_cffi namespace too

OBS-URL: https://build.opensuse.org/request/show/690321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argon2-cffi?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2019-04-04 10:01:33 +00:00 committed by Git OBS Bridge
commit 85ba3933f7
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 1 10:54:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Provide argon2_cffi namespace too
-------------------------------------------------------------------
Tue Feb 19 12:11:20 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -38,6 +38,8 @@ BuildRequires: python2-enum34
BuildRequires: pkgconfig(libargon2)
Requires: python-cffi >= 1.0.0
Requires: python-six
Provides: python-argon2_cffi
Obsoletes: python-argon2_cffi
%ifpython2
Requires: python-enum34
%endif
@ -59,7 +61,7 @@ export ARGON2_CFFI_USE_SYSTEM=1
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} py.test-%{$python_version}
%pytest_arch
%files %{python_files}
%doc README.rst CHANGELOG.rst FAQ.rst