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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f61640c877b95f3655c59e43fef97d3e893656f05eaa87ba0e9d3b0136eb7b56
size 307525

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef60b7a58338c65de5a0600eeabca92db940e78fef4dbaffe4fc1e9ce9f6dafb
size 45316

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Dec 8 21:22:27 UTC 2013 - p.drouand@gmail.com
- Update to version 0.2.0
+ No changelog available
- Use tarball generated with Github tags
-------------------------------------------------------------------
Thu Oct 24 11:07:03 UTC 2013 - speilicke@suse.com

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