Hello community, here is the log from the commit of package python-construct for openSUSE:Factory checked in at 2016-10-14 09:05:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-construct (Old) and /work/SRC/openSUSE:Factory/.python-construct.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-construct" Changes: -------- --- /work/SRC/openSUSE:Factory/python-construct/python-construct.changes 2014-05-10 08:32:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-construct.new/python-construct.changes 2016-10-14 09:05:23.000000000 +0200 @@ -1,0 +2,11 @@ +Mon Oct 10 12:45:01 UTC 2016 - [email protected] + +- correct download url + +------------------------------------------------------------------- +Sat Oct 1 15:10:47 UTC 2016 - [email protected] + +- Version 2.5.5: + - Many minor fixups + +------------------------------------------------------------------- Old: ---- construct-2.5.2.tar.gz New: ---- construct-2.5.5-reupload.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-construct.spec ++++++ --- /var/tmp/diff_new_pack.HPTEuY/_old 2016-10-14 09:05:25.000000000 +0200 +++ /var/tmp/diff_new_pack.HPTEuY/_new 2016-10-14 09:05:25.000000000 +0200 @@ -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,13 +17,13 @@ Name: python-construct -Version: 2.5.2 +Version: 2.5.5 Release: 0 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}-reupload.tar.gz # PATCH-FEATURE-OPENSUSE split_debug.patch [email protected] -- make debug.py non-loadable Patch0: split_debug.patch BuildRequires: python-devel ++++++ split_debug.patch ++++++ --- /var/tmp/diff_new_pack.HPTEuY/_old 2016-10-14 09:05:25.000000000 +0200 +++ /var/tmp/diff_new_pack.HPTEuY/_new 2016-10-14 09:05:25.000000000 +0200 @@ -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__
