From ba4cda03f40c0216c676eb6306be5a5b3ff2ea8a7bd0def2afce8b071765c528 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 8 May 2014 13:16:42 +0000 Subject: [PATCH] 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 --- construct-2.5.1.tar.gz | 3 --- construct-2.5.2.tar.gz | 3 +++ python-construct.changes | 6 ++++++ python-construct.spec | 10 ++++++---- split_debug.patch | 6 +++--- 5 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 construct-2.5.1.tar.gz create mode 100644 construct-2.5.2.tar.gz diff --git a/construct-2.5.1.tar.gz b/construct-2.5.1.tar.gz deleted file mode 100644 index 87b34a5..0000000 --- a/construct-2.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ae387cfde856f9ce3b1f4b1fc58750b6dc30994d96bde2517cfe47d10d51323 -size 56287 diff --git a/construct-2.5.2.tar.gz b/construct-2.5.2.tar.gz new file mode 100644 index 0000000..af7b1d4 --- /dev/null +++ b/construct-2.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665b6271eeadf15219c726b180c8d7a641d026784d72ca3dad90a20aae009020 +size 58373 diff --git a/python-construct.changes b/python-construct.changes index 345ad7a..049ee99 100644 --- a/python-construct.changes +++ b/python-construct.changes @@ -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 diff --git a/python-construct.spec b/python-construct.spec index 61567da..474ce91 100644 --- a/python-construct.spec +++ b/python-construct.spec @@ -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 diff --git a/split_debug.patch b/split_debug.patch index d8e33e5..72459f3 100644 --- a/split_debug.patch +++ b/split_debug.patch @@ -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)