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:
commit
85ba3933f7
@ -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>
|
Tue Feb 19 12:11:20 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -38,6 +38,8 @@ BuildRequires: python2-enum34
|
|||||||
BuildRequires: pkgconfig(libargon2)
|
BuildRequires: pkgconfig(libargon2)
|
||||||
Requires: python-cffi >= 1.0.0
|
Requires: python-cffi >= 1.0.0
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
|
Provides: python-argon2_cffi
|
||||||
|
Obsoletes: python-argon2_cffi
|
||||||
%ifpython2
|
%ifpython2
|
||||||
Requires: python-enum34
|
Requires: python-enum34
|
||||||
%endif
|
%endif
|
||||||
@ -59,7 +61,7 @@ export ARGON2_CFFI_USE_SYSTEM=1
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} py.test-%{$python_version}
|
%pytest_arch
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst CHANGELOG.rst FAQ.rst
|
%doc README.rst CHANGELOG.rst FAQ.rst
|
||||||
|
Loading…
x
Reference in New Issue
Block a user