From dfe15378b7865ae426c7bd91281076580233320c656e425b8d6c9f60e5c5ccc1 Mon Sep 17 00:00:00 2001 From: Todd R Date: Sat, 6 May 2017 04:25:06 +0000 Subject: [PATCH] Accepting request 493115 from home:TheBlackCat:branches:devel:languages:python Don't provide python2-py-bcrypt, singlespec packages should use correct name. OBS-URL: https://build.opensuse.org/request/show/493115 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=9 --- python-bcrypt.changes | 6 ++++++ python-bcrypt.spec | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python-bcrypt.changes b/python-bcrypt.changes index 6582837..459c820 100644 --- a/python-bcrypt.changes +++ b/python-bcrypt.changes @@ -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 diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 9541b2c..e2238e1 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -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