Hello community,

here is the log from the commit of package python-construct for 
openSUSE:Factory checked in at 2017-01-28 11:04:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2016-10-14 09:05:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-construct.new/python-construct.changes   
2017-02-03 18:57:18.298318093 +0100
@@ -1,0 +2,11 @@
+Thu Jan 26 09:26:29 UTC 2017 - [email protected]
+
+- correct download url
+
+-------------------------------------------------------------------
+Wed Jan 18 09:42:16 UTC 2017 - [email protected]
+
+- Version 2.8.10:
+  - no changelog available
+
+-------------------------------------------------------------------

Old:
----
  construct-2.5.5-reupload.tar.gz

New:
----
  construct-2.8.10.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-construct.spec ++++++
--- /var/tmp/diff_new_pack.aBvAbZ/_old  2017-02-03 18:57:18.774251254 +0100
+++ /var/tmp/diff_new_pack.aBvAbZ/_new  2017-02-03 18:57:18.778250692 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-construct
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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.5
+Version:        2.8.10
 Release:        0
 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}-reupload.tar.gz
+Source:         
https://github.com/construct/construct/archive/v%{version}/construct-%{version}.tar.gz
 # PATCH-FEATURE-OPENSUSE split_debug.patch [email protected] -- make 
debug.py non-loadable
 Patch0:         split_debug.patch
 BuildRequires:  python-devel

++++++ construct-2.5.5-reupload.tar.gz -> construct-2.8.10.tar.gz ++++++
++++ 21693 lines of diff (skipped)

++++++ split_debug.patch ++++++
--- /var/tmp/diff_new_pack.aBvAbZ/_old  2017-02-03 18:57:18.930229349 +0100
+++ /var/tmp/diff_new_pack.aBvAbZ/_new  2017-02-03 18:57:18.934228787 +0100
@@ -1,40 +1,28 @@
-Index: construct-2.5.5/construct/__init__.py
+Index: construct-2.8.10/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, GreedyString)
- from construct.lib.expr import this
--from construct.debug import Probe, Debugger
- from construct.version import version, version_string as __version__
+--- construct-2.8.10.orig/construct/__init__.py
++++ construct-2.8.10/construct/__init__.py
+@@ -21,7 +21,6 @@ Hands-on example:
  
+ from construct.core import *
+ from construct.expr import this, Path, Path2, PathFunc, len_, sum_, min_, 
max_, abs_, obj_, True_, False_
+-from construct.debug import Probe, ProbeInto, Debugger
+ from construct.version import version, version_string, release_date
+ from construct import lib
+ 
+@@ -40,8 +39,12 @@ __version__ = version_string
+ # exposed names
+ 
#===============================================================================
+ __all__ = [
+-    'AdaptationError', 'Alias', 'Aligned', 'AlignedStruct', 'Array', 'Bit', 
'BitIntegerError', 'BitStruct', 'Bitwise', 'CString', 'Construct', 
'ConstructError', 'Container', 'Debugger', 'EmbeddedBitStruct', 'Enum', 
'ExprAdapter', 'FieldError', 'Flag', 'FlagsContainer', 'FlagsEnum', 'Bytes', 
'FormatField', 'GreedyRange', 'HexDump', 'HexString', 'If', 'IfThenElse', 
'Indexing', 'LazyBound', 'LazyContainer', 'ListContainer', 'Mapping', 
'MappingError', 'Nibble', 'NoneOf', 'Octet', 'OnDemand', 'OnDemandPointer', 
'OneOf', 'Optional', 'OverwriteError', 'Packer', 'Padding', 'PaddingError', 
'PascalString', 'Pass', 'Peek', 'Pointer', 'PrefixedArray', 'Probe', 'Range', 
'RangeError', 'Renamed', 'RepeatUntil', 'Select', 'SelectError', 'Sequence', 
'SizeofError', 'Slicing', 'String', 'Struct', 'Subconstruct', 'Switch', 
'SwitchError', 'SymmetricMapping', 'Terminated', 'TerminatedError', 
'UnionError', 'Union', 'ValidationError', 'Validator', 'Computed', 'Byte', 
'Bytes', 'Tunnel', 'Embedded', 'Const', 'ConstError', 'VarInt', 'StringError', 
'Checksum', 'ByteSwapped', 'LazyStruct', 'Numpy', 'Adapter', 
'SymmetricAdapter', 'Tunnel', 'Compressed', 'GreedyBytes', 'Prefixed', 
'Padded', 'GreedyString', 'RawCopy', 'LazyRange', 'LazySequence', 
'LazySequenceContainer', 'BitsInteger', 'BytesInteger', '__author__', 
'__version__','Restreamed', 'RestreamedBytesIO', 'Bytewise', 
'LazyRangeContainer', 'BitsSwapped', 
'RebufferedBytesIO','Rebuffered','version','version_string','lib','Seek','Tell','setglobalstringencoding','globalstringencoding','NamedTuple','ExprValidator','Filter','Hex','Error','ExplicitError','release_date','Rebuild','Check','len_','sum_','min_','max_','abs_','obj_','singleton','singletonfunction',
 'this', 
'Path','Path2','PathFunc','FocusedSeq','FocusedError','ExprSymmetricAdapter','True_','False_','BoundBytesIO','ProbeInto','Default',
+-
+-] + ["Int%s%s%s" % (n,us,bln) for n in (8,16,32,64) for us in "us" for bln in 
"bln"] + ["Int24ub","Int24ul","Int24sb","Int24sl"] + ["Float%s%s" % (n,bl) for 
n in (32,64) for bl in "bl"] + ["Single","Double"]
++    'AdaptationError', 'Alias', 'Aligned', 'AlignedStruct', 'Array', 'Bit', 
'BitIntegerError', 'BitStruct', 'Bitwise', 'CString', 'Construct', 
'ConstructError', 'Container', 'EmbeddedBitStruct', 'Enum', 'ExprAdapter', 
'FieldError', 'Flag', 'FlagsContainer', 'FlagsEnum', 'Bytes', 'FormatField', 
'GreedyRange', 'HexDump', 'HexString', 'If', 'IfThenElse', 'Indexing', 
'LazyBound', 'LazyContainer', 'ListContainer', 'Mapping', 'MappingError', 
'Nibble', 'NoneOf', 'Octet', 'OnDemand', 'OnDemandPointer', 'OneOf', 
'Optional', 'OverwriteError', 'Packer', 'Padding', 'PaddingError', 
'PascalString', 'Pass', 'Peek', 'Pointer', 'PrefixedArray', 'Range', 
'RangeError', 'Renamed', 'RepeatUntil', 'Select', 'SelectError', 'Sequence', 
'SizeofError', 'Slicing', 'String', 'Struct', 'Subconstruct', 'Switch', 
'SwitchError', 'SymmetricMapping', 'Terminated', 'TerminatedError', 
'UnionError', 'Union', 'ValidationError', 'Validator', 'Computed', 'Byte', 
'Bytes', 'Tunnel', 'Embedded', 'Const', 'ConstError', 'VarInt', 'StringError', 
'Checksum', 'ByteSwapped', 'LazyStruct', 'Numpy', 'Adapter', 
'SymmetricAdapter', 'Tunnel', 'Compressed', 'GreedyBytes', 'Prefixed', 
'Padded', 'GreedyString', 'RawCopy', 'LazyRange', 'LazySequence', 
'LazySequenceContainer', 'BitsInteger', 'BytesInteger', '__author__', 
'__version__', 'Restreamed', 'RestreamedBytesIO', 'Bytewise', 
'LazyRangeContainer', 'BitsSwapped', 'RebufferedBytesIO', 'Rebuffered', 
'version', 'version_string', 'lib', 'Seek', 'Tell', 'setglobalstringencoding', 
'globalstringencoding', 'NamedTuple', 'ExprValidator', 'Filter', 'Hex', 
'Error', 'ExplicitError', 'release_date', 'Rebuild', 'Check', 'len_', 'sum_', 
'min_', 'max_', 'abs_', 'obj_', 'singleton', 'singletonfunction', 'this', 
'Path', 'Path2', 'PathFunc', 'FocusedSeq', 'FocusedError', 
'ExprSymmetricAdapter', 'True_', 'False_', 'BoundBytesIO', 'Default',
+ 
++] + ["Int%s%s%s" % (n, us, bln) for n in (8, 16, 32, 64) for us in "us" for 
bln in "bln"] + ["Int24ub", "Int24ul", "Int24sb", "Int24sl"] + ["Float%s%s" % 
(n, bl) for n in (32, 64) for bl in "bl"] + ["Single", "Double"]
  
-@@ -61,14 +60,14 @@ __all__ = [
-     'AdaptationError', 'Adapter', 'Alias', 'Aligned', 'AlignedStruct', 
'Anchor', 'Array', 'ArrayError', 
-     'BFloat32', 'BFloat64', 'Bit', 'BitField', 'BitIntegerAdapter', 
'BitIntegerError', 'BitStreamReader', 
-     'BitStreamWriter', 'BitStruct', 'Bitwise', 'Buffered', 'CString', 
'CStringAdapter', 'ConstAdapter', 
--    'ConstError', 'Construct', 'ConstructError', 'Container', 'Debugger', 
'Embedded', 'EmbeddedBitStruct', 
-+    'ConstError', 'Construct', 'ConstructError', 'Container', 'Embedded', 
'EmbeddedBitStruct', 
-     'Enum', 'ExprAdapter', 'Field', 'FieldError', 'Flag', 'FlagsAdapter', 
'FlagsContainer', 'FlagsEnum', 
-     'FormatField', 'GreedyRange', 'HexDumpAdapter', 'HexString', 'If', 
'IfThenElse', 'IndexingAdapter', 
-     'LFloat32', 'LFloat64', 'LazyBound', 'LazyContainer', 
'LengthValueAdapter', 'ListContainer', 'Magic', 
-     'MappingAdapter', 'MappingError', 'MetaArray', 'MetaField', 'NFloat32', 
'NFloat64', 'Nibble', 'NoneOf', 
-     'Octet', 'OnDemand', 'OnDemandPointer', 'OneOf', 'OpenRange', 'Optional', 
'OptionalGreedyRange', 
-     'OverwriteError', 'Packer', 'PaddedStringAdapter', 'Padding', 
'PaddingAdapter', 'PaddingError', 
--    'PascalString', 'Pass', 'Peek', 'Pointer', 'PrefixedArray', 'Probe', 
'Range', 'RangeError', 'Reconfig', 
-+    'PascalString', 'Pass', 'Peek', 'Pointer', 'PrefixedArray', 'Range', 
'RangeError', 'Reconfig', 
-     'Rename', 'RepeatUntil', 'Restream', 'SBInt16', 'SBInt32', 'SBInt64', 
'SBInt8', 'SLInt16', 'SLInt32', 
-     'SLInt64', 'SLInt8', 'SNInt16', 'SNInt32', 'SNInt64', 'SNInt8', 'Select', 
'SelectError', 'SeqOfOne', 
-     'Sequence', 'SizeofError', 'SlicingAdapter', 'StaticField', 'String', 
'StringAdapter', 'Struct', 
-@@ -77,3 +76,10 @@ __all__ = [
-     'ULInt8', 'UNInt16', 'UNInt32', 'UNInt64', 'UNInt8', 'Union', 
'ValidationError', 'Validator', 'Value', 
-     'this', 'Bits', 'Byte', 'Bytes', 'Const', 'Tunnel', 'Embed',
- ]
-+
 +try:
-+    from construct.debug import Probe, Debugger
-+    __all__ = __all__ + ['Debugger', 'Probe']
++    from construct.debug import Probe, Debugger, ProbeInto
++    __all__ = __all__ + ['Debugger', 'Probe', 'ProbeInto']
 +except ImportError:
 +    pass
-+


Reply via email to