Hello community,

here is the log from the commit of package python-bcrypt for openSUSE:Factory 
checked in at 2017-05-17 10:55:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bcrypt (Old)
 and      /work/SRC/openSUSE:Factory/.python-bcrypt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bcrypt"

Wed May 17 10:55:37 2017 rev:2 rq:495449 version:3.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bcrypt/python-bcrypt.changes      
2017-05-09 18:02:51.707335871 +0200
+++ /work/SRC/openSUSE:Factory/.python-bcrypt.new/python-bcrypt.changes 
2017-05-17 10:55:38.579948679 +0200
@@ -1,0 +2,6 @@
+Sat May  6 03:31:54 UTC 2017 - [email protected]
+
+- Don't provide python2-py-bcrypt, singlespec packages should use
+  correct name.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-bcrypt.spec ++++++
--- /var/tmp/diff_new_pack.5gs7N6/_old  2017-05-17 10:55:39.207860344 +0200
+++ /var/tmp/diff_new_pack.5gs7N6/_new  2017-05-17 10:55:39.215859218 +0200
@@ -42,12 +42,14 @@
 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
 


Reply via email to