Hello community,

here is the log from the commit of package python3-construct for 
openSUSE:Factory checked in at 2016-11-10 13:22:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-construct (Old)
 and      /work/SRC/openSUSE:Factory/.python3-construct.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-construct"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-construct/python3-construct.changes      
2016-05-25 21:23:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-construct.new/python3-construct.changes 
2016-11-10 13:22:57.000000000 +0100
@@ -1,0 +2,35 @@
+Sat Oct 22 16:11:46 UTC 2016 - [email protected]
+
+- updated split_debug.patch
+
+- update to version 2.8.8:
+  (no changelog available)
+
+-------------------------------------------------------------------
+Sat Oct  8 01:54:13 UTC 2016 - [email protected]
+
+- update to version 2.8.7:
+  (no changelog available)
+
+-------------------------------------------------------------------
+Wed Oct  5 15:33:50 UTC 2016 - [email protected]
+
+- update to version 2.8.6:
+  (no changelog available)
+
+-------------------------------------------------------------------
+Sun Oct  2 17:19:41 UTC 2016 - [email protected]
+
+- specfile:
+  * removed six: python3 compatible, six not needed anymore
+
+- update to version 2.8.5:
+  * major version update between 2.5.5 and 2.8, no changelog available
+
+-------------------------------------------------------------------
+Sat Oct  1 15:10:47 UTC 2016 - [email protected]
+
+- Version 2.5.5:
+  - Many minor fixups
+
+-------------------------------------------------------------------
@@ -7 +41,0 @@
-

Old:
----
  construct-2.5.2.tar.gz

New:
----
  construct-2.8.8.tar.gz

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

Other differences:
------------------
++++++ python3-construct.spec ++++++
--- /var/tmp/diff_new_pack.5BgMrC/_old  2016-11-10 13:22:58.000000000 +0100
+++ /var/tmp/diff_new_pack.5BgMrC/_new  2016-11-10 13:22:58.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-construct
-Version:        2.5.2
+Version:        2.8.8
 Release:        0
 Summary:        A powerful declarative parser/builder for binary data
 License:        MIT
@@ -27,8 +27,6 @@
 # PATCH-FEATURE-OPENSUSE split_debug.patch [email protected] -- make 
debug.py non-loadable
 Patch0:         split_debug.patch
 BuildRequires:  python3-devel
-BuildRequires:  python3-six
-Requires:       python3-six
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 

++++++ construct-2.5.2.tar.gz -> construct-2.8.8.tar.gz ++++++
++++ 19468 lines of diff (skipped)

++++++ split_debug.patch ++++++
--- /var/tmp/diff_new_pack.5BgMrC/_old  2016-11-10 13:22:58.000000000 +0100
+++ /var/tmp/diff_new_pack.5BgMrC/_new  2016-11-10 13:22:58.000000000 +0100
@@ -1,40 +1,28 @@
-Index: construct-2.5.2/construct/__init__.py
+Index: construct-2.8.8/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)
- from construct.lib.expr import this
--from construct.debug import Probe, Debugger
- from construct.version import version, version_string as __version__
+--- construct-2.8.8.orig/construct/__init__.py
++++ construct-2.8.8/construct/__init__.py
+@@ -21,7 +21,6 @@
  
+ 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 @@
+ # 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