From ecd0731143beb676d06f3934b27d74253f3471307472059dcf77879428801949 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 25 Apr 2017 21:59:35 +0000 Subject: [PATCH] Accepting request 491157 from home:TheBlackCat:branches:devel:languages:python - Add Provides/Obsoletes py-bcrypt. This package is intended as a drop-in replacement for py-bcrypt OBS-URL: https://build.opensuse.org/request/show/491157 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=5 --- python-bcrypt.changes | 6 ++++++ python-bcrypt.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/python-bcrypt.changes b/python-bcrypt.changes index b7888c4..9a7f1a3 100644 --- a/python-bcrypt.changes +++ b/python-bcrypt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 25 21:59:02 UTC 2017 - toddrme2178@gmail.com + +- Add Provides/Obsoletes py-bcrypt. + This package is intended as a drop-in replacement for py-bcrypt + ------------------------------------------------------------------- Mon Apr 17 08:41:04 UTC 2017 - axel.braun@gmx.de diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 4a52cd3..851d6eb 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -36,6 +36,9 @@ BuildRequires: %{python_module six} BuildRequires: pkgconfig(libffi) 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} BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages