From d032f22ee860083e8bfdb298845be03bccbced018e80b1171681501e8d1f028f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 4 Oct 2016 10:59:24 +0000 Subject: [PATCH 1/3] Accepting request 432173 from home:matwey:branches:devel:languages:python OBS-URL: https://build.opensuse.org/request/show/432173 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=8 --- construct-2.5.2.tar.gz | 3 --- construct-2.5.5.tar.gz | 3 +++ python-construct.changes | 6 ++++++ python-construct.spec | 4 ++-- split_debug.patch | 8 ++++---- 5 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 construct-2.5.2.tar.gz create mode 100644 construct-2.5.5.tar.gz diff --git a/construct-2.5.2.tar.gz b/construct-2.5.2.tar.gz deleted file mode 100644 index af7b1d4..0000000 --- a/construct-2.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:665b6271eeadf15219c726b180c8d7a641d026784d72ca3dad90a20aae009020 -size 58373 diff --git a/construct-2.5.5.tar.gz b/construct-2.5.5.tar.gz new file mode 100644 index 0000000..5ca349b --- /dev/null +++ b/construct-2.5.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eef7869dca32dabee1797350e3161e8f073ecac9fc0cf36f9264a941c107111 +size 688114 diff --git a/python-construct.changes b/python-construct.changes index 049ee99..73f3d8b 100644 --- a/python-construct.changes +++ b/python-construct.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 1 15:10:47 UTC 2016 - matwey.kornilov@gmail.com + +- Version 2.5.5: + - Many minor fixups + ------------------------------------------------------------------- Sat May 3 12:42:41 UTC 2014 - matwey.kornilov@gmail.com diff --git a/python-construct.spec b/python-construct.spec index 474ce91..afb3a94 100644 --- a/python-construct.spec +++ b/python-construct.spec @@ -1,7 +1,7 @@ # # spec file for package python-construct # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-construct -Version: 2.5.2 +Version: 2.5.5 Release: 0 Summary: A powerful declarative parser/builder for binary data License: MIT diff --git a/split_debug.patch b/split_debug.patch index 72459f3..4610974 100644 --- a/split_debug.patch +++ b/split_debug.patch @@ -1,10 +1,10 @@ -Index: construct-2.5.2/construct/__init__.py +Index: construct-2.5.5/construct/__init__.py =================================================================== ---- construct-2.5.2.orig/construct/__init__.py -+++ construct-2.5.2/construct/__init__.py +--- construct-2.5.5.orig/construct/__init__.py ++++ construct-2.5.5/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) + ULInt8, UNInt16, UNInt32, UNInt64, UNInt8, GreedyString) from construct.lib.expr import this -from construct.debug import Probe, Debugger from construct.version import version, version_string as __version__ From 71ebf05c67d44d603cc9d0dae51db28a19bd45cf30b8f376a4a17d1d899266af Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Oct 2016 12:45:12 +0000 Subject: [PATCH 2/3] - correct download url OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=9 --- python-construct.changes | 5 +++++ python-construct.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-construct.changes b/python-construct.changes index 73f3d8b..0cefcaa 100644 --- a/python-construct.changes +++ b/python-construct.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 10 12:45:01 UTC 2016 - dmueller@suse.com + +- correct download url + ------------------------------------------------------------------- Sat Oct 1 15:10:47 UTC 2016 - matwey.kornilov@gmail.com diff --git a/python-construct.spec b/python-construct.spec index afb3a94..b8cafaa 100644 --- a/python-construct.spec +++ b/python-construct.spec @@ -23,7 +23,7 @@ Summary: A powerful declarative parser/builder for binary data License: MIT Group: Development/Languages/Python Url: http://construct.readthedocs.org -Source: http://pypi.python.org/packages/source/c/construct/construct-%{version}.tar.gz +Source: https://pypi.io/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 BuildRequires: python-devel From 73107172e9a4700a8caef46c15f8f4208cdf523ae6e8f095c65624df6bb471c1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Oct 2016 12:49:25 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=10 --- construct-2.5.5.tar.gz => construct-2.5.5-reupload.tar.gz | 0 python-construct.spec | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename construct-2.5.5.tar.gz => construct-2.5.5-reupload.tar.gz (100%) diff --git a/construct-2.5.5.tar.gz b/construct-2.5.5-reupload.tar.gz similarity index 100% rename from construct-2.5.5.tar.gz rename to construct-2.5.5-reupload.tar.gz diff --git a/python-construct.spec b/python-construct.spec index b8cafaa..375590c 100644 --- a/python-construct.spec +++ b/python-construct.spec @@ -23,7 +23,7 @@ Summary: A powerful declarative parser/builder for binary data License: MIT Group: Development/Languages/Python Url: http://construct.readthedocs.org -Source: https://pypi.io/packages/source/c/construct/construct-%{version}.tar.gz +Source: https://pypi.io/packages/source/c/construct/construct-%{version}-reupload.tar.gz # PATCH-FEATURE-OPENSUSE split_debug.patch matwey.kornilov@gmail.com -- make debug.py non-loadable Patch0: split_debug.patch BuildRequires: python-devel