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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ae387cfde856f9ce3b1f4b1fc58750b6dc30994d96bde2517cfe47d10d51323
size 56287

3
construct-2.5.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat May 3 12:42:41 UTC 2014 - matwey.kornilov@gmail.com
- Version 2.5.2:
- Misc minor fixes in docs
-------------------------------------------------------------------
Mon Jul 8 13:57:11 UTC 2013 - matwey.kornilov@gmail.com

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

View File

@ -1,7 +1,7 @@
Index: construct-2.5.1/construct/__init__.py
Index: construct-2.5.2/construct/__init__.py
===================================================================
--- construct-2.5.1.orig/construct/__init__.py
+++ construct-2.5.1/construct/__init__.py
--- construct-2.5.2.orig/construct/__init__.py
+++ construct-2.5.2/construct/__init__.py
@@ -35,7 +35,6 @@ from construct.macros import (Alias, Ali
SNInt8, SeqOfOne, String, SymmetricMapping, UBInt16, UBInt32, UBInt64, UBInt8, ULInt16, ULInt32, ULInt64,
ULInt8, UNInt16, UNInt32, UNInt64, UNInt8)