Hello community,
here is the log from the commit of package python-pycryptodome for
openSUSE:Factory checked in at 2018-05-16 14:28:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pycryptodome (Old)
and /work/SRC/openSUSE:Factory/.python-pycryptodome.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycryptodome"
Wed May 16 14:28:23 2018 rev:3 rq:609135 version:3.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pycryptodome/python-pycryptodome.changes
2018-05-11 11:27:43.445585605 +0200
+++
/work/SRC/openSUSE:Factory/.python-pycryptodome.new/python-pycryptodome.changes
2018-05-16 14:28:29.899312531 +0200
@@ -1,0 +2,5 @@
+Wed May 16 12:26:23 UTC 2018 - [email protected]
+
+- Provide/obsolete also python-crypto for py2 package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pycryptodome.spec ++++++
--- /var/tmp/diff_new_pack.B9sb4a/_old 2018-05-16 14:28:31.247263502 +0200
+++ /var/tmp/diff_new_pack.B9sb4a/_new 2018-05-16 14:28:31.251263356 +0200
@@ -18,6 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
+%define oldpython python
Name: python-pycryptodome
Version: 3.6.1
Release: 0
@@ -32,6 +33,10 @@
BuildRequires: python-rpm-macros
Provides: python-pycrypto = %{version}
Obsoletes: python-pycrypto < %{version}
+%ifpython2
+Provides: %{oldpython}-pycrypto = %{version}
+Obsoletes: %{oldpython}-pycrypto < %{version}
+%endif
%python_subpackages