forked from pool/python-bcrypt
Accepting request 830197 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/830197 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 22:04:24 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Disable Python2 support to fix the build on older distributions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 12:46:59 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
%define skip_python2 1
|
||||
Name: python-bcrypt
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
@@ -42,11 +42,7 @@ Requires: python-six >= 1.4.1
|
||||
%requires_eq python-cffi
|
||||
Provides: python-py-bcrypt = %{version}
|
||||
Obsoletes: python-py-bcrypt < %{version}
|
||||
# This is intended as a drop-in replacement for py-bcrypt
|
||||
%ifpython2
|
||||
Provides: %{oldpython}-py-bcrypt = %{version}
|
||||
Obsoletes: %{oldpython}-py-bcrypt < %{version}
|
||||
%endif
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user