commit python-pyroute2 for openSUSE:Factory

2020-09-16 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2020-09-16 19:41:26

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new.4249 (New)


Package is "python-pyroute2"

Wed Sep 16 19:41:26 2020 rev:22 rq:834879 version:0.5.14

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2020-08-05 20:27:32.243047298 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyroute2.new.4249/python-pyroute2.changes
2020-09-16 19:41:36.818952707 +0200
@@ -1,0 +2,9 @@
+Wed Sep 16 11:14:53 UTC 2020 - Dirk Mueller 
+
+- update to 0.5.14:
+  * iproute: ip neigh get 
+  * iproute: link_lookup fix 
+  * nftables: missing hooks 
+  * netns: fix 
+
+---

Old:

  pyroute2-0.5.13.tar.gz

New:

  pyroute2-0.5.14.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.xrqdUL/_old  2020-09-16 19:41:38.434954526 +0200
+++ /var/tmp/diff_new_pack.xrqdUL/_new  2020-09-16 19:41:38.438954530 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyroute2
-Version:0.5.13
+Version:0.5.14
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0-or-later OR Apache-2.0

++ pyroute2-0.5.13.tar.gz -> pyroute2-0.5.14.tar.gz ++
 1876 lines of diff (skipped)




commit python-pyroute2 for openSUSE:Factory

2020-08-05 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2020-08-05 20:27:18

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new.3592 (New)


Package is "python-pyroute2"

Wed Aug  5 20:27:18 2020 rev:21 rq:824351 version:0.5.13

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2020-07-03 00:18:27.181267602 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyroute2.new.3592/python-pyroute2.changes
2020-08-05 20:27:32.243047298 +0200
@@ -1,0 +2,9 @@
+Tue Aug  4 16:07:22 UTC 2020 - Dirk Mueller 
+
+- update to 0.5.13:
+  * netns: allow to pass custom libc reference 

+  * generic: att L2TP support 
+  * iproute: link_lookup() optimization 

+  * ndb: basic cluster support
+
+---

Old:

  pyroute2-0.5.12.tar.gz

New:

  pyroute2-0.5.13.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.c4S7wW/_old  2020-08-05 20:27:33.835047802 +0200
+++ /var/tmp/diff_new_pack.c4S7wW/_new  2020-08-05 20:27:33.835047802 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyroute2
-Version:0.5.12
+Version:0.5.13
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0-or-later OR Apache-2.0

++ pyroute2-0.5.12.tar.gz -> pyroute2-0.5.13.tar.gz ++
 2961 lines of diff (skipped)




commit python-pyroute2 for openSUSE:Factory

2020-07-02 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2020-07-03 00:15:23

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new.3060 (New)


Package is "python-pyroute2"

Fri Jul  3 00:15:23 2020 rev:20 rq:818349 version:0.5.12

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2020-06-10 00:45:59.698571150 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyroute2.new.3060/python-pyroute2.changes
2020-07-03 00:18:27.181267602 +0200
@@ -1,0 +2,5 @@
+Thu Jul  2 13:39:28 UTC 2020 - pgaj...@suse.com
+
+- test package with pytest, drop unused nose dependency
+
+---



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.zk7fde/_old  2020-07-03 00:18:28.109270680 +0200
+++ /var/tmp/diff_new_pack.zk7fde/_new  2020-07-03 00:18:28.113270693 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0-or-later OR Apache-2.0
 URL:https://github.com/svinota/pyroute2
 Source: 
https://files.pythonhosted.org/packages/source/p/pyroute2/pyroute2-%{version}.tar.gz
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -63,8 +63,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# tests require root access
-#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
nosetests-%{$python_bin_suffix} -v
+%pytest
 
 %post
 %python_install_alternative pyroute2-cli




commit python-pyroute2 for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2020-06-10 00:45:56

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new.3606 (New)


Package is "python-pyroute2"

Wed Jun 10 00:45:56 2020 rev:19 rq:810907 version:0.5.12

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2020-05-26 17:18:54.679922047 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyroute2.new.3606/python-pyroute2.changes
2020-06-10 00:45:59.698571150 +0200
@@ -1,0 +2,8 @@
+Tue Jun  2 16:34:32 UTC 2020 - Dirk Mueller 
+
+- update to 0.5.12:
+  * rtnl: implement team config pass 

+  * ndb.auth: example auth modules for RADIUS and OpenStack / Keystone
+  * cli: syntax fixes
+
+---

Old:

  pyroute2-0.5.11.tar.gz

New:

  pyroute2-0.5.12.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.JqJvZQ/_old  2020-06-10 00:46:00.442573008 +0200
+++ /var/tmp/diff_new_pack.JqJvZQ/_new  2020-06-10 00:46:00.454573038 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyroute2
-Version:0.5.11
+Version:0.5.12
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0-or-later OR Apache-2.0

++ pyroute2-0.5.11.tar.gz -> pyroute2-0.5.12.tar.gz ++
 8656 lines of diff (skipped)




commit python-pyroute2 for openSUSE:Factory

2020-05-26 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2020-05-26 17:18:25

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new.2738 (New)


Package is "python-pyroute2"

Tue May 26 17:18:25 2020 rev:18 rq:807680 version:0.5.11

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2020-04-29 20:53:51.033199659 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyroute2.new.2738/python-pyroute2.changes
2020-05-26 17:18:54.679922047 +0200
@@ -1,0 +2,5 @@
+Wed May 20 07:26:42 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.1G8zgE/_old  2020-05-26 17:18:55.699924240 +0200
+++ /var/tmp/diff_new_pack.1G8zgE/_new  2020-05-26 17:18:55.703924248 +0200
@@ -28,6 +28,8 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 %python_subpackages
 
@@ -56,18 +58,28 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/pyroute2-cli
+%python_clone -a %{buildroot}%{_bindir}/ss2
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 # tests require root access
 #%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
nosetests-%{$python_bin_suffix} -v
 
+%post
+%python_install_alternative pyroute2-cli
+%python_install_alternative ss2
+
+%postun
+%python_uninstall_alternative pyroute2-cli
+%python_uninstall_alternative ss2
+
 %files %{python_files}
 %license README.license.md
 %doc README.md CHANGELOG.md README.report.md
 %license LICENSE.Apache.v2 LICENSE.GPL.v2
 %{python_sitelib}/*
-%python3_only %{_bindir}/ss2
-%python3_only %{_bindir}/pyroute2-cli
+%python_alternative %{_bindir}/ss2
+%python_alternative %{_bindir}/pyroute2-cli
 
 %changelog




commit python-pyroute2 for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2020-04-29 20:51:50

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new.2738 (New)


Package is "python-pyroute2"

Wed Apr 29 20:51:50 2020 rev:17 rq:798856 version:0.5.11

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2020-03-25 23:46:52.188063734 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyroute2.new.2738/python-pyroute2.changes
2020-04-29 20:53:51.033199659 +0200
@@ -1,0 +2,9 @@
+Wed Apr 29 10:26:20 UTC 2020 - Dirk Mueller 
+
+- update to 0.5.11:
+  * ndb.report: filters and transformations
+  * ndb.objects.route: support basic MPLS routes management
+  * ndb.objects.route: support MPLS lwtunnel routes
+  * ndb.schema: reschedule events
+
+---

Old:

  pyroute2-0.5.10.tar.gz

New:

  pyroute2-0.5.11.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.UmLfi6/_old  2020-04-29 20:53:52.121202152 +0200
+++ /var/tmp/diff_new_pack.UmLfi6/_new  2020-04-29 20:53:52.125202161 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyroute2
-Version:0.5.10
+Version:0.5.11
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0-or-later OR Apache-2.0

++ pyroute2-0.5.10.tar.gz -> pyroute2-0.5.11.tar.gz ++
 4892 lines of diff (skipped)




commit python-pyroute2 for openSUSE:Factory

2020-03-25 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2020-03-25 23:46:00

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new.3160 (New)


Package is "python-pyroute2"

Wed Mar 25 23:46:00 2020 rev:16 rq:788086 version:0.5.10

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2020-03-16 10:19:19.091611183 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyroute2.new.3160/python-pyroute2.changes
2020-03-25 23:46:52.188063734 +0100
@@ -4 +4 @@
-- update to 0.5.10:
+- update to 0.5.10 bsc#1161898:



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.are86s/_old  2020-03-25 23:46:53.060064019 +0100
+++ /var/tmp/diff_new_pack.are86s/_new  2020-03-25 23:46:53.080064026 +0100
@@ -22,7 +22,6 @@
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0-or-later OR Apache-2.0
-Group:  Development/Languages/Python
 URL:https://github.com/svinota/pyroute2
 Source: 
https://files.pythonhosted.org/packages/source/p/pyroute2/pyroute2-%{version}.tar.gz
 BuildRequires:  %{python_module nose}




commit python-pyroute2 for openSUSE:Factory

2020-03-16 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2020-03-16 10:18:36

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new.3160 (New)


Package is "python-pyroute2"

Mon Mar 16 10:18:36 2020 rev:15 rq:785076 version:0.5.10

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2020-03-03 10:16:19.254660368 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyroute2.new.3160/python-pyroute2.changes
2020-03-16 10:19:19.091611183 +0100
@@ -1,0 +2,15 @@
+Sat Mar 14 15:55:55 UTC 2020 - Dirk Mueller 
+
+- update to 0.5.10:
+  * general: don't use pkg_resources 

+  * iproute: fix Windows support
+  * netlink: provide the target field
+  * ndb: use the target field from the netlink header
+  * ndb: multiple SQL fixes, transactions fixed with the PostgreSQL backend
+  * ndb: multiple object cache fixes 

+  * ndb.schema: drop DB triggers
+  * ndb.objects: fix object management within a netns 

+  * ndb.objects.route: support route metrics
+  * ndb.objects.route: fix default route syntax
+
+---

Old:

  pyroute2-0.5.9.tar.gz

New:

  pyroute2-0.5.10.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.1SQmkE/_old  2020-03-16 10:19:19.879611504 +0100
+++ /var/tmp/diff_new_pack.1SQmkE/_new  2020-03-16 10:19:19.879611504 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyroute2
-Version:0.5.9
+Version:0.5.10
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0-or-later OR Apache-2.0

++ pyroute2-0.5.9.tar.gz -> pyroute2-0.5.10.tar.gz ++
 36434 lines of diff (skipped)




commit python-pyroute2 for openSUSE:Factory

2020-03-03 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2020-03-03 10:15:41

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new.26092 (New)


Package is "python-pyroute2"

Tue Mar  3 10:15:41 2020 rev:14 rq:780415 version:0.5.9

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2020-02-11 22:24:16.347530333 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyroute2.new.26092/python-pyroute2.changes   
2020-03-03 10:16:19.254660368 +0100
@@ -1,0 +2,15 @@
+Fri Feb 28 23:04:37 UTC 2020 - Dirk Mueller 
+
+- update to 0.5.9:
+  * ethtool: fix module setup
+  * ethtool: initial support 
+  * tc: multimatch support 
+  * tc: meta support 
+  * tc: cake: add stats_app decoder 

+  * conntrack: filter 
+  * ndb.objects.interface: reload after setns
+  * ndb.objects.route: create() dst syntax
+  * ndb.objects.route: 'default' syntax
+  * wireguard: basic testing
+
+---

Old:

  pyroute2-0.5.7.tar.gz

New:

  pyroute2-0.5.9.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.6rp0qB/_old  2020-03-03 10:16:19.894661692 +0100
+++ /var/tmp/diff_new_pack.6rp0qB/_new  2020-03-03 10:16:19.894661692 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyroute2
-Version:0.5.7
+Version:0.5.9
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0-or-later OR Apache-2.0

++ pyroute2-0.5.7.tar.gz -> pyroute2-0.5.9.tar.gz ++
 5772 lines of diff (skipped)




commit python-pyroute2 for openSUSE:Factory

2020-02-11 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2020-02-11 22:23:33

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new.26092 (New)


Package is "python-pyroute2"

Tue Feb 11 22:23:33 2020 rev:13 rq:772462 version:0.5.7

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2019-06-12 13:15:33.688737260 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyroute2.new.26092/python-pyroute2.changes   
2020-02-11 22:24:16.347530333 +0100
@@ -1,0 +2,16 @@
+Sat Feb  8 19:40:29 UTC 2020 - Martin Hauke 
+
+- Update to version 0.5.7:
+  * ndb.objects.netns: prototype
+  * ndb: netns management
+  * ndb: netns sources autoconnect (disabled by default)
+  * wireguard: basic support
+  * netns: fix FD leakage
+  * 
+  * cli: Python3 fixes
+  * iproute: support `route('append', ...)`
+  * ipdb: fix routes cleanup on link down
+  * 
+  * wiset: support "mark" ipset type
+
+---

Old:

  pyroute2-0.5.6.tar.gz

New:

  pyroute2-0.5.7.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.84y0AB/_old  2020-02-11 22:24:16.899530635 +0100
+++ /var/tmp/diff_new_pack.84y0AB/_new  2020-02-11 22:24:16.903530637 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyroute2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyroute2
-Version:0.5.6
+Version:0.5.7
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0-or-later OR Apache-2.0

++ pyroute2-0.5.6.tar.gz -> pyroute2-0.5.7.tar.gz ++
 32621 lines of diff (skipped)




commit python-pyroute2 for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2019-06-12 13:15:33

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new.4811 (New)


Package is "python-pyroute2"

Wed Jun 12 13:15:33 2019 rev:12 rq:708957 version:0.5.6

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2019-05-06 13:25:00.561001382 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyroute2.new.4811/python-pyroute2.changes
2019-06-12 13:15:33.688737260 +0200
@@ -1,0 +2,10 @@
+Mon Jun  3 10:15:55 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.5.6:
+  * ndb.objects.route: multipath routes
+  * ndb.objects.rule: basic support
+  * ndb.objects.interface: veth fixed
+  * ndb.source: fix source restart
+  * ndb.log: logging setup
+
+---

Old:

  pyroute2-0.5.5.tar.gz

New:

  pyroute2-0.5.6.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.znfGgA/_old  2019-06-12 13:15:34.264736656 +0200
+++ /var/tmp/diff_new_pack.znfGgA/_new  2019-06-12 13:15:34.280736640 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyroute2
-Version:0.5.5
+Version:0.5.6
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0-or-later OR Apache-2.0

++ pyroute2-0.5.5.tar.gz -> pyroute2-0.5.6.tar.gz ++
 11190 lines of diff (skipped)




commit python-pyroute2 for openSUSE:Factory

2019-05-06 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2019-05-06 13:24:56

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new.5148 (New)


Package is "python-pyroute2"

Mon May  6 13:24:56 2019 rev:11 rq:694214 version:0.5.5

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2019-03-05 12:22:52.160886306 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyroute2.new.5148/python-pyroute2.changes
2019-05-06 13:25:00.561001382 +0200
@@ -1,0 +2,15 @@
+Fri Apr 12 13:10:15 UTC 2019 - pgaj...@suse.com
+
+- version update to 0.5.5
+  * nftables: rules expressions
+  * 
+  * netns: ns_pids
+  * 
+  * ndb: wait() method
+  * ndb: add extra logging, log state transitions
+  * ndb: nested views, e.g. `ndb.interfaces['br0'].ports
+  * cli: port pyroute2-cli to use NDB instead of IPDB
+  * iproute: basic Windows support (proof of concept only)
+  * remote: support mitogen proxy chains, support remote netns
+
+---

Old:

  pyroute2-0.5.4.tar.gz

New:

  pyroute2-0.5.5.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.lWtVp0/_old  2019-05-06 13:25:01.593003492 +0200
+++ /var/tmp/diff_new_pack.lWtVp0/_new  2019-05-06 13:25:01.597003500 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyroute2
-Version:0.5.4
+Version:0.5.5
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0-or-later OR Apache-2.0
@@ -69,5 +69,6 @@
 %license LICENSE.Apache.v2 LICENSE.GPL.v2
 %{python_sitelib}/*
 %python3_only %{_bindir}/ss2
+%python3_only %{_bindir}/pyroute2-cli
 
 %changelog

++ pyroute2-0.5.4.tar.gz -> pyroute2-0.5.5.tar.gz ++
 5468 lines of diff (skipped)




commit python-pyroute2 for openSUSE:Factory

2019-03-05 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2019-03-05 12:22:43

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new.28833 (New)


Package is "python-pyroute2"

Tue Mar  5 12:22:43 2019 rev:10 rq:681315 version:0.5.4

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2018-12-07 14:39:13.166787230 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyroute2.new.28833/python-pyroute2.changes   
2019-03-05 12:22:52.160886306 +0100
@@ -1,0 +2,9 @@
+Mon Mar  4 11:51:42 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.5.4:
+  * iproute: basic SR-IOV support, virtual functions setup
+  * ipdb: shutdown logging fixed
+  * ipset: fix regression
+  * netns: pushns() / popns() / dropns() calls
+
+---

Old:

  pyroute2-0.5.3.tar.gz

New:

  pyroute2-0.5.4.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.OXLLDq/_old  2019-03-05 12:22:54.024885738 +0100
+++ /var/tmp/diff_new_pack.OXLLDq/_new  2019-03-05 12:22:54.052885729 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyroute2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,18 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyroute2
-Version:0.5.3
+Version:0.5.4
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0-or-later OR Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/svinota/pyroute2
+URL:https://github.com/svinota/pyroute2
 Source: 
https://files.pythonhosted.org/packages/source/p/pyroute2/pyroute2-%{version}.tar.gz
+BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -60,9 +59,13 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+# tests require root access
+#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
nosetests-%{$python_bin_suffix} -v
+
 %files %{python_files}
-%defattr(-,root,root,-) 
-%doc README.md CHANGELOG.md README.license.md README.report.md
+%license README.license.md
+%doc README.md CHANGELOG.md README.report.md
 %license LICENSE.Apache.v2 LICENSE.GPL.v2
 %{python_sitelib}/*
 %python3_only %{_bindir}/ss2

++ pyroute2-0.5.3.tar.gz -> pyroute2-0.5.4.tar.gz ++
 4035 lines of diff (skipped)




commit python-pyroute2 for openSUSE:Factory

2018-12-07 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2018-12-07 14:39:12

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new.19453 (New)


Package is "python-pyroute2"

Fri Dec  7 14:39:12 2018 rev:9 rq:655926 version:0.5.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2018-11-26 10:21:33.745644218 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyroute2.new.19453/python-pyroute2.changes   
2018-12-07 14:39:13.166787230 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:52:45 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.eyzfIb/_old  2018-12-07 14:39:13.922786295 +0100
+++ /var/tmp/diff_new_pack.eyzfIb/_new  2018-12-07 14:39:13.926786289 +0100
@@ -25,7 +25,8 @@
 Group:  Development/Languages/Python
 Url:https://github.com/svinota/pyroute2
 Source: 
https://files.pythonhosted.org/packages/source/p/pyroute2/pyroute2-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -57,6 +58,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %defattr(-,root,root,-) 




commit python-pyroute2 for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2018-11-26 10:20:02

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new.19453 (New)


Package is "python-pyroute2"

Mon Nov 26 10:20:02 2018 rev:8 rq:648763 version:0.5.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2017-09-20 17:12:28.623361872 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyroute2.new.19453/python-pyroute2.changes   
2018-11-26 10:21:33.745644218 +0100
@@ -1,0 +2,53 @@
+Mon Nov 12 18:31:56 UTC 2018 - James Oakley 
+
+- update to 0.5.3:
+  * bsd: parser improvements
+  * ndb: PostgreSQL support
+  * ndb: transactions commit/rollback
+  * ndb: dependencies rollback
+  * ipdb: IPv6 routes fix
+* 
+  * tcmsg: ematch support
+  * tcmsg: flow filter
+  * tcmsg: stats2 support improvements
+  * ifinfmsg: GRE i/oflags, i/okey format fixed
+* 
+  * cli/ss2: improvements, tests
+  * nlsocket: fix work on kernels < 3.2
+* 
+- changes from 0.5.2
+  * ndb: read-only DB prototype
+  * remote: support communication via stdio
+  * general: fix async keyword -- Python 3.7 compatibility
+* 
+* 
+  * iproute: support monitoring on BSD systems via PF_ROUTE
+  * rtnl: support for SQL schema in message classes
+  * nl80211: improvements
+* 
+* 
+* 
+  * netlink: support generators
+- changes from 0.5.1
+  * ipdb: #310 -- route keying fix
+  * ipdb: #483, #484 -- callback internals change
+  * ipdb: #499 -- eventloop interface
+  * ipdb: #500 -- fix non-default :: routes
+  * netns: #448 -- API change: setns() doesn't remove FD
+  * netns: #504 -- fix resource leakage
+  * bsd: initial commits
+- changes from 0.5.0
+  * ACHTUNG: ipdb commit logic is changed
+  * ipdb: do not drop failed transactions
+  * ipdb: #388 -- normalize IPv6 addresses
+  * ipdb: #391 -- support both IPv4 and IPv6 default routes
+  * ipdb: #392 -- fix MPLS route key reference
+  * ipdb: #394 -- correctly work with route priorities
+  * ipdb: #408 -- fix IPv6 routes in tables >= 256
+  * ipdb: #416 -- fix VRF interfaces creation
+  * ipset: multiple improvements
+  * tuntap: #469 -- support s390x arch
+  * nlsocket: #443 -- fix socket methods resolve order for Python2
+  * netns: non-destructive `netns.create()`
+
+---

Old:

  pyroute2-0.4.21.tar.gz

New:

  pyroute2-0.5.3.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.vwWXHf/_old  2018-11-26 10:21:35.933641643 +0100
+++ /var/tmp/diff_new_pack.vwWXHf/_new  2018-11-26 10:21:35.937641638 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyroute2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,16 +12,16 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyroute2
-Version:0.4.21
+Version:0.5.3
 Release:0
 Summary:Python Netlink library
-License:GPL-2.0+ or Apache-2.0
+License:GPL-2.0-or-later OR Apache-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/svinota/pyroute2
 Source: 
https://files.pythonhosted.org/packages/source/p/pyroute2/pyroute2-%{version}.tar.gz
@@ -33,23 +33,21 @@
 %python_subpackages
 
 %description
-Pyroute2 is a pure Python **netlink** and Linux **network configuration**
-library. It requires only Python stdlib, no 3rd party libraries.
-Later it can change, but the deps tree will remain as simple, as
-it is possible.
-
-The library provides several modules:
-
-* Netlink protocol implementations (RTNetlink, TaskStats, etc)
-* **rtnl**, network settings --- addresses, routes, traffic controls
-* **nl80211** --- wireless functions API (work in progress)
-   

commit python-pyroute2 for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2017-08-28 15:16:09

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new (New)


Package is "python-pyroute2"

Mon Aug 28 15:16:09 2017 rev:6 rq:518681 version:0.4.19

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2017-07-10 11:08:33.022415468 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyroute2.new/python-pyroute2.changes 
2017-08-28 15:17:39.236605738 +0200
@@ -1,0 +2,25 @@
+Fri Aug 25 08:28:33 UTC 2017 - tbecht...@suse.com
+
+- update to 0.4.19:
+  * ipdb: global methods `review()`, `drop()`, `dump()`, `load()`
+  * ipdb: support VLAN protocol (802.1q, 802.1ad)
+  * ipdb: initial support for IPv6 rules
+  * ipdb: #388 -- normalize IPv6 addresses
+  * ipdb: #391 -- support both IPv4 and IPv6 default routes
+  * ipdb: #394 -- correctly work with route priorities
+  * netns: non-destructive `netns.create()`
+
+---
+Fri Aug 25 07:15:35 UTC 2017 - tbecht...@suse.com
+
+- update to 0.4.18:
+  * ipdb: #379 [critical] -- routes in global commits
+  * ipdb: #380 -- global commit with disabled plugins
+  * ipdb: #381 -- exceptions fixed
+  * ipdb: #382 -- manage dependent routes during interface commits
+  * ipdb: #384 -- global `review()`
+  * ipdb: #385 -- global `drop()`
+  * netns: #383 -- support ppc64
+  * general: public API refactored (same signatures; to be documented)
+
+---

Old:

  pyroute2-0.4.17.tar.gz

New:

  pyroute2-0.4.19.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.gisj51/_old  2017-08-28 15:17:40.140478726 +0200
+++ /var/tmp/diff_new_pack.gisj51/_new  2017-08-28 15:17:40.148477602 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyroute2
-Version:0.4.17
+Version:0.4.19
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0+ or Apache-2.0

++ pyroute2-0.4.17.tar.gz -> pyroute2-0.4.19.tar.gz ++
 3547 lines of diff (skipped)




commit python-pyroute2 for openSUSE:Factory

2017-07-10 Thread root
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 - tbecht...@suse.com
+
+- 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)




commit python-pyroute2 for openSUSE:Factory

2017-06-29 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2017-06-29 15:06:11

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new (New)


Package is "python-pyroute2"

Thu Jun 29 15:06:11 2017 rev:4 rq:505039 version:0.4.15

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2017-01-25 23:25:38.369932889 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyroute2.new/python-pyroute2.changes 
2017-06-29 15:06:33.825591335 +0200
@@ -1,0 +2,29 @@
+Tue Jun 13 09:49:31 UTC 2017 - dmuel...@suse.com
+
+- update to 0.4.15:
+   * req: #365 -- full and short nla notation fixed, critical
+   * iproute: #364 -- new method, `brport()`
+   * ipdb: -- support bridge port options
+   * event: new genl protocols set: VFS_DQUOT, acpi_event, thermal_event
+   * ipdb: #310 -- fixed priority change on routes
+   * ipdb: #349 -- fix setting ifalias on interfaces
+   * ipdb: #353 -- mitigate kernel oops during bridge creation
+   * ipdb: #354 -- allow to explicitly choose plugins to load
+   * ipdb: #359 -- provide read-only context managers
+   * rtnl: #336 -- vlan flags support
+   * rtnl: #352 -- support interface type plugins
+   * tc: #344 -- mirred action
+   * tc: #346 -- connmark action
+   * netlink: #358 -- memory optimization
+   * config: #360 -- generic asyncio config
+   * iproute: #362 -- allow to change or replace a qdisc
+   * ipset: full rework of the IPSET_ATTR_DATA and IPSET_ATTR_ADT
+ ACHTUNG: this commit may break API compatibility
+   * ipset: hash:mac support
+   * ipset: list:set support
+   * ipdb: throw EEXIST when creates VLAN/VXLAN devs with same ID, but
+ under different names
+   * tests: #329 -- include unit tests into the bundle
+* legal: E/// logo removed
+
+---

Old:

  pyroute2-0.4.12.tar.gz

New:

  pyroute2-0.4.15.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.O6UZPk/_old  2017-06-29 15:06:37.865020234 +0200
+++ /var/tmp/diff_new_pack.O6UZPk/_new  2017-06-29 15:06:37.869019669 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-pyroute2
-Version:0.4.12
+Version:0.4.15
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0+ or Apache-2.0

++ pyroute2-0.4.12.tar.gz -> pyroute2-0.4.15.tar.gz ++
 36757 lines of diff (skipped)




commit python-pyroute2 for openSUSE:Factory

2017-01-25 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2017-01-25 23:25:37

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new (New)


Package is "python-pyroute2"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2016-12-08 00:30:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyroute2.new/python-pyroute2.changes 
2017-01-25 23:25:38.369932889 +0100
@@ -1,0 +2,13 @@
+Tue Jan 10 17:18:02 UTC 2017 - dmuel...@suse.com
+
+- update to 0.4.12:
+  * ipdb: #314 -- let users choose RTNL groups IPDB listens to
+  * ipdb: #321 -- isolate `net_ns_.*` setup in a separate code block
+  * ipdb: #322 -- IPv6 updates on interfaces in DOWN state
+  * ifinfmsg: allow absolute/relative paths in the net_ns_fd NLA
+  * ipset: #323 -- support setting counters on ipset add
+  * ipset: `headers()` command
+  * ipset: revisions
+  * ipset: #326 -- mark types
+
+---

Old:

  pyroute2-0.4.11.tar.gz

New:

  pyroute2-0.4.12.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.rfZKZ7/_old  2017-01-25 23:25:38.817865356 +0100
+++ /var/tmp/diff_new_pack.rfZKZ7/_new  2017-01-25 23:25:38.821864752 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyroute2
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-pyroute2
-Version:0.4.11
+Version:0.4.12
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0+ or Apache-2.0

++ pyroute2-0.4.11.tar.gz -> pyroute2-0.4.12.tar.gz ++
 25548 lines of diff (skipped)




commit python-pyroute2 for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2016-12-08 00:30:42

Comparing /work/SRC/openSUSE:Factory/python-pyroute2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyroute2.new (New)


Package is "python-pyroute2"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2016-09-13 22:23:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyroute2.new/python-pyroute2.changes 
2016-12-08 00:30:43.0 +0100
@@ -1,0 +2,27 @@
+Mon Nov 21 08:17:08 UTC 2016 - g...@suse.com
+
+- Update to 0.4.11
+  + rtnl: #284 -- support vlan_flags
+  + ipdb: #288 -- do not inore link-local addresses
+  + ipdb: #300 -- sort ip addresses
+  + ipdb: #306 -- support net_ns_pid
+  + ipdb: #307 -- fix IPv6 routes management
+  + ipdb: #311 -- vlan interfaces address loading
+  + iprsocket: #305 -- support NETLINK_LISTEN_ALL_NSID
+  + devlink: fix fd leak on broken init
+  + sock_diag: initial NETLINK_SOCK_DIAG support
+  + rtnl: fix critical fd leak in the compat code
+  + rtnl: compat proxying fix
+  + rtnl: compat code is back
+  + netns: custom netns path support
+  + ipset: multiple improvements
+
+---
+Tue Nov 15 10:37:01 UTC 2016 - dmuel...@suse.com
+
+- update to 0.4.6:
+  * ipdb: #278 -- fix initial ports mapping
+  * ipset: #277 -- fix ADT attributes parsing
+  * nl80211: #274, #275, #276 -- BSS-related fixes
+
+---

Old:

  pyroute2-0.4.5.tar.gz

New:

  pyroute2-0.4.11.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.cRHjwJ/_old  2016-12-08 00:30:44.0 +0100
+++ /var/tmp/diff_new_pack.cRHjwJ/_new  2016-12-08 00:30:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-pyroute2
-Version:0.4.5
+Version:0.4.11
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0+ or Apache-2.0

++ pyroute2-0.4.5.tar.gz -> pyroute2-0.4.11.tar.gz ++
 17142 lines of diff (skipped)