Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2017-07-10 11:07:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyroute2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyroute2"

Mon Jul 10 11:07:59 2017 rev:5 rq:509081 version:0.4.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2017-06-29 15:06:33.825591335 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyroute2.new/python-pyroute2.changes     
2017-07-10 11:08:33.022415468 +0200
@@ -1,0 +2,18 @@
+Mon Jul 10 07:03:26 UTC 2017 - [email protected]
+
+- update to 0.4.17:
+    * req: #374 [critical] -- mode nla init
+    * iproute: #378 [critical] -- fix `flush_routes()` to respect filters
+    * ifinfmsg: #376 -- fix data plugins API to support pyinstaller
+    * ipdb: race fixed: remove port/bridge
+    * ipdb: #280 -- race fixed: port/bridge
+    * ipdb: #302 -- ipaddr views: [ifname].ipaddr.ipv4, [ifname]ipaddr.ipv6
+    * ipdb: #357 -- allow bridge timings to have some delta
+    * ipdb: #338 -- allow to fix interface objects from failed `create()`
+    * rtnl: #336 -- fix vlan flags
+    * iproute: #342 -- the match method takes any callable
+    * nlsocket: #367 -- increase default SO_SNDBUF
+    * ifinfmsg: support tuntap on armv6l, armv7l platforms
+- convert to singlespec
+
+-------------------------------------------------------------------

Old:
----
  pyroute2-0.4.15.tar.gz

New:
----
  pyroute2-0.4.17.tar.gz

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

Other differences:
------------------
++++++ python-pyroute2.spec ++++++
--- /var/tmp/diff_new_pack.uDZnax/_old  2017-07-10 11:08:33.674323407 +0200
+++ /var/tmp/diff_new_pack.uDZnax/_new  2017-07-10 11:08:33.674323407 +0200
@@ -16,21 +16,21 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pyroute2
-Version:        0.4.15
+Version:        0.4.17
 Release:        0
 Summary:        Python Netlink library
 License:        GPL-2.0+ or Apache-2.0
 Group:          Development/Languages/Python
 Url:            https://github.com/svinota/pyroute2
-Source:         
https://pypi.io/packages/source/p/pyroute2/pyroute2-%{version}.tar.gz
-BuildRequires:  python-devel
+Source:         
https://files.pythonhosted.org/packages/source/p/pyroute2/pyroute2-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  python-rpm-macros
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:      noarch
-%endif
+
+%python_subpackages
 
 %description
 Pyroute2 is a pure Python **netlink** and Linux **network configuration**
@@ -55,12 +55,12 @@
 %setup -q -n pyroute2-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc README.make.md README.packages.md README.md LICENSE.Apache.v2 
CHANGELOG.md LICENSE.GPL.v2 README.license.md
 %{python_sitelib}/*

++++++ pyroute2-0.4.15.tar.gz -> pyroute2-0.4.17.tar.gz ++++++
++++ 2615 lines of diff (skipped)


Reply via email to