1
0
forked from pool/python-bcrypt

Accepting request 495449 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/495449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-05-17 08:55:37 +00:00 committed by Git OBS Bridge
commit 58206bd804
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat May 6 03:31:54 UTC 2017 - toddrme2178@gmail.com
- Don't provide python2-py-bcrypt, singlespec packages should use
correct name.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 30 09:33:56 UTC 2017 - jengelh@inai.de Sun Apr 30 09:33:56 UTC 2017 - jengelh@inai.de

View File

@ -42,12 +42,14 @@ BuildRequires: %{python_module pytest}
Requires: python-six Requires: python-six
%requires_eq python-cffi %requires_eq python-cffi
# This is intended as a drop-in replacement for py-bcrypt # This is intended as a drop-in replacement for py-bcrypt
Provides: python-py-bcrypt = %{version}
Obsoletes: python-py-bcrypt < %{version}
%ifpython2 %ifpython2
Provides: %{oldpython}-py-bcrypt = %{version} Provides: %{oldpython}-py-bcrypt = %{version}
Obsoletes: %{oldpython}-py-bcrypt < %{version} Obsoletes: %{oldpython}-py-bcrypt < %{version}
%endif %endif
%ifpython3
Provides: python3-py-bcrypt = %{version}
Obsoletes: python3-py-bcrypt < %{version}
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%python_subpackages %python_subpackages