diff --git a/.gitignore b/.gitignore index a26ecb0..987ed79 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /pyroute2-0.1.10.tar.gz /pyroute2-0.1.11.tar.gz /pyroute2-0.2.7.tar.gz +/pyroute2-0.3.2.tar.gz diff --git a/python-pyroute2.spec b/python-pyroute2.spec index df573cd..3aa05ec 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -1,8 +1,8 @@ %global pkgname pyroute2 Name: python-%{pkgname} -Version: 0.2.7 -Release: 2%{?dist} +Version: 0.3.2 +Release: 1%{?dist} Summary: Pure Python netlink library License: GPLv2+ Group: Development/Languages @@ -13,10 +13,9 @@ BuildRequires: python2-devel Source: https://pypi.python.org/packages/source/p/pyroute2/pyroute2-%{version}.tar.gz %description -PyRoute2 provides basic netlink interface for Python programs. Aiming -to provide a complete implementation of several netlink families, this -library is still in alpha state, so check STATUS file, the work is in -progress. +PyRoute2 provides several levels of API to work with Netlink +protocols, such as Generic Netlink, RTNL, TaskStats, NFNetlink, +IPQ. %prep %setup -q -n %{pkgname}-%{version} @@ -32,6 +31,9 @@ progress. %{python_sitelib}/%{pkgname}* %changelog +* Tue Nov 18 2014 Peter V. Saveliev 0.3.2-1 +- Update to 0.3.2 + * Sat Jun 07 2014 Fedora Release Engineering - 0.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 9259164..a076b49 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c5bd9e991870a3a7a96522c1538fd580 pyroute2-0.2.7.tar.gz +e29927b74f78d0a7372bcbc5a2abc620 pyroute2-0.3.2.tar.gz