SHA256
1
0
forked from pool/python-twine

- Recommend the pyblake2 on python2 as it is included in py3.6+

but was never in py2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-twine?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal 2018-05-21 09:30:57 +00:00 committed by Git OBS Bridge
parent 752dfac0a1
commit 81bfa32b70
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 21 09:30:29 UTC 2018 - tchvatal@suse.com
- Recommend the pyblake2 on python2 as it is included in py3.6+
but was never in py2
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 21 09:23:53 UTC 2018 - tchvatal@suse.com Mon May 21 09:23:53 UTC 2018 - tchvatal@suse.com

View File

@ -41,7 +41,7 @@ Requires: python-tqdm >= 4.14
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun): update-alternatives
Recommends: python-keyring Recommends: python-keyring
%if 0%{?suse_version} <= 1320 %ifpython2
Recommends: python-pyblake2 Recommends: python-pyblake2
%endif %endif
%python_subpackages %python_subpackages