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:
commit
58206bd804
@ -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
|
||||
|
||||
|
@ -42,12 +42,14 @@ BuildRequires: %{python_module pytest}
|
||||
Requires: python-six
|
||||
%requires_eq python-cffi
|
||||
# This is intended as a drop-in replacement for py-bcrypt
|
||||
Provides: python-py-bcrypt = %{version}
|
||||
Obsoletes: python-py-bcrypt < %{version}
|
||||
%ifpython2
|
||||
Provides: %{oldpython}-py-bcrypt = %{version}
|
||||
Obsoletes: %{oldpython}-py-bcrypt < %{version}
|
||||
%endif
|
||||
%ifpython3
|
||||
Provides: python3-py-bcrypt = %{version}
|
||||
Obsoletes: python3-py-bcrypt < %{version}
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user