15
0

Accepting request 209875 from home:posophe:branches:devel:languages:python

- Update to version 0.2.0
  + No changelog available
- Use tarball generated with Github tags

OBS-URL: https://build.opensuse.org/request/show/209875
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iptables?expand=0&rev=6
This commit is contained in:
Denisart Benjamin
2013-12-08 21:28:20 +00:00
committed by Git OBS Bridge
parent 031f185710
commit a8d396223a
4 changed files with 14 additions and 6 deletions

View File

@@ -17,13 +17,14 @@
Name: python-iptables
Version: 0.1.1+git20121114
Version: 0.2.0
Release: 0
Url: https://github.com/ldx/python-iptables
Summary: Python bindings for iptables
License: Apache-2.0
Group: Development/Languages/Python
Source: %{name}-%{version}.tar.bz2
# Source: https://github.com/ldx/python-iptables/archive/v%{version}.tar.gz
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools
@@ -39,7 +40,7 @@ iptables wrapper libraries do; this makes python-iptables faster and not prone t
at the same time leveraging all available iptables match and target extensions without further work.
%prep
%setup -q -n %{name}
%setup -q
%build
python setup.py build