Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ncclient for openSUSE:Factory 
checked in at 2022-01-14 23:13:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ncclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-ncclient.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ncclient"

Fri Jan 14 23:13:43 2022 rev:17 rq:946492 version:0.6.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ncclient/python-ncclient.changes  
2022-01-13 23:22:00.908070004 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ncclient.new.1892/python-ncclient.changes    
    2022-01-14 23:15:13.670708664 +0100
@@ -1,0 +2,9 @@
+Fri Jan 14 17:35:29 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Specfile fix:
+  * Remove the Python 3.4 conditional. It the _nodots macro is not
+    known to the obs resolver.
+  * Also remove python2 lines for cleanup, not resolvable in 15.3
+    in either case.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-ncclient.spec ++++++
--- /var/tmp/diff_new_pack.zkGY5I/_old  2022-01-14 23:15:14.086708932 +0100
+++ /var/tmp/diff_new_pack.zkGY5I/_new  2022-01-14 23:15:14.090708935 +0100
@@ -16,8 +16,8 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without  python2
+%{?!python_module:%define python_module() python3-%{**}}
+%define skip_python2 1
 Name:           python-ncclient
 Version:        0.6.12
 Release:        0
@@ -34,9 +34,6 @@
 BuildRequires:  python-rpm-macros
 Requires:       python-lxml >= 3.3.0
 Requires:       python-paramiko >= 1.15.0
-%if 0%{?python_version_nodots} <= 34
-Requires:       python-selectors2 >= 2.0.1
-%endif
 Requires:       python-setuptools > 0.6
 Requires:       python-six
 BuildArch:      noarch
@@ -44,12 +41,6 @@
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module paramiko >= 1.15.0}
 BuildRequires:  %{python_module pytest}
-%if %{with python2}
-BuildRequires:  python2-selectors2 >= 2.0.1
-%endif
-%if 0%{?python3_version_nodots} <= 34
-BuildRequires:  python3-selectors2 >= 2.0.1
-%endif
 BuildRequires:  %{python_module six}
 %python_subpackages
 
@@ -92,7 +83,8 @@
 
 %files %{python_files}
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/ncclient
+%{python_sitelib}/ncclient-%{version}*-info
 
 %files -n python-ncclient-doc
 %doc README.md README.rst examples docs/build/html

Reply via email to