Hello community,

here is the log from the commit of package python-M2Crypto for openSUSE:Factory 
checked in at 2017-06-26 15:51:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-M2Crypto (Old)
 and      /work/SRC/openSUSE:Factory/.python-M2Crypto.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-M2Crypto"

Mon Jun 26 15:51:29 2017 rev:21 rq:505953 version:0.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-M2Crypto/python-M2Crypto.changes  
2017-05-09 17:58:44.366287896 +0200
+++ /work/SRC/openSUSE:Factory/.python-M2Crypto.new/python-M2Crypto.changes     
2017-06-26 15:51:31.365926308 +0200
@@ -1,0 +2,5 @@
+Mon Jun 19 21:47:35 UTC 2017 - [email protected]
+
+- only require python3-typing if necessary
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-M2Crypto.spec ++++++
--- /var/tmp/diff_new_pack.7BPdox/_old  2017-06-26 15:51:32.001836640 +0200
+++ /var/tmp/diff_new_pack.7BPdox/_new  2017-06-26 15:51:32.001836640 +0200
@@ -32,7 +32,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module typing}
 BuildRequires:  fdupes
 BuildRequires:  openssl
 BuildRequires:  openssl-devel
@@ -43,7 +42,15 @@
 %else
 BuildRequires:  swig
 %endif
+%if 0%{?suse_version} <= 1320
+BuildRequires:  %{python_module typing}
 Requires:       python-typing
+%else
+BuildRequires:  python2-typing
+%endif
+%ifpython2 && 0%{?suse_version} > 1320
+Requires:       python2-typing
+%endif
 %ifpython2
 Provides:       %{oldpython}-m2crypto = %{version}
 Obsoletes:      %{oldpython}-m2crypto < %{version}


Reply via email to