14
0

Accepting request 232525 from home:matwey:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/232525
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=6
This commit is contained in:
Todd R
2014-05-08 13:16:42 +00:00
committed by Git OBS Bridge
parent 3dfdb7ee68
commit ba4cda03f4
5 changed files with 18 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-construct
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,15 +13,16 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-construct
Version: 2.5.1
Version: 2.5.2
Release: 0
License: MIT
Summary: A powerful declarative parser/builder for binary data
Url: http://construct.readthedocs.org
License: MIT
Group: Development/Languages/Python
Url: http://construct.readthedocs.org
Source: http://pypi.python.org/packages/source/c/construct/construct-%{version}.tar.gz
# PATCH-FEATURE-OPENSUSE split_debug.patch matwey.kornilov@gmail.com -- make debug.py non-loadable
Patch0: split_debug.patch
@@ -58,3 +59,4 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%doc LICENSE README.rst
%{python_sitelib}/*
%changelog