commit python3-pyasn1 for openSUSE:Factory

2017-02-22 Thread root
Hello community,

here is the log from the commit of package python3-pyasn1 for openSUSE:Factory 
checked in at 2017-02-22 13:45:39

Comparing /work/SRC/openSUSE:Factory/python3-pyasn1 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyasn1.new (New)


Package is "python3-pyasn1"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyasn1/python3-pyasn1.changes
2016-05-17 17:11:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyasn1.new/python3-pyasn1.changes   
2017-02-22 13:45:40.395462561 +0100
@@ -1,0 +2,65 @@
+Mon Feb 20 19:58:28 UTC 2017 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * updated file format for %doc section (.e.g. .txt->.rst)
+
+- update to version 0.2.2:
+  * FIX TO A SECURITY WEAKNESS: define length only decoders could have
+successfully processed indefinite length serialization.
+  * FIX TO A SECURITY WEAKNESS: canonical decoders (CER/DER) may have
+successfully consumed non-canonical variations of (otherwise
+valid) serialization.
+  * Broken Enumerated subtyping fixed.
+
+- changes from version 0.2.1:
+  * FIX TO A SECURITY WEAKNESS: BER decoder improperly cached long
+tags.
+  * New "native" codec implemented to transform pyasn1 types to Python
+built-in types and back.
+  * Switched to new-style classes.
+  * Sphinx documentation added.
+  * BitString improvements:
++ simple string of binary digits is now supported as initializer
++ default str() yields string of binary digits (used to yield
+  str(tuple())
++ binValue and hexValue initializers added
++ .asNumbers(), .asOctets() and asInteger() representation added
+  * Components of constructed ASN.1 types can now be populated with
+uninitialized ASN.1 objects by assigning either noValue sentinel
+or setupComponent() function return in addition to now-legacy None
+sentinel.  This should improve code readability.
+  * NoValue class improved to become a singleton and catch more kinds
+of access to it.
+  * Compatibility wrappers str2octs() and oct2strs() fixed to run over
+iso-8859-1 encoding.
+  * Integer changed to emit Real instance if division produces a
+float.
+  * True division operation now supported by Integer type.
+  * The __contains__(), __reverse__() methods implemented for
+container types
+  * Iterator protocol support implemented for all container types.
+Warning, warning, warning: this change may potentially affect
+backward compatibility when:
++ user class overrides __getitem__() without overriding __iter__()
++ when user code iterates over SEQUENCE object to get its
+  components (now keys will be yielded)
+  * Almost complete Python list and dict protocols added to
+SequenceOf/SetOf and Sequence/Set respectively
+  * Fix to divmod operation implementation in Integer type.
+  * Fix to IntegerDecoder's precomputed value map on Python 3.
+  * Fix to base ASN.1 types to run in "unicode_literals" mode.
+  * Fix to composite constraints "+" operands ordering
+(AbstractConstraintSet.__radd__)
+  * Fix to constraints merge in .subtype() -- on merge existing
+constraints are expanded to accommodate new constraints, not the
+other way round. When existing constraints are wrapped in
+ConstraintsIntersection composite, additional constraints being
+added on subtyping effectively further narrow the set of allowed
+values, which aligns well with the notion of subtyping.
+  * Fix to NamedTypes methods to handle .getTagMap() returning None
+  * Fix to Set/Sequence.setDefaultComponents() to return self
+  * Copyright notice added to non-trivial source code files.
+  * Author's email changed, copyright extended to 2017
+
+---
@@ -7 +71,0 @@
-

Old:

  pyasn1-0.1.9.tar.gz

New:

  pyasn1-0.2.2.tar.gz



Other differences:
--
++ python3-pyasn1.spec ++
--- /var/tmp/diff_new_pack.aZPvnN/_old  2017-02-22 13:45:41.043370290 +0100
+++ /var/tmp/diff_new_pack.aZPvnN/_new  2017-02-22 13:45:41.047369721 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pyasn1
 #
-# 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,7 +17,7 @@
 
 
 Name:   python3-pyasn1
-Version:0.1.9
+Version:0.2.2
 Release:0
 Summary:ASN.1 types and codecs
 License:BSD-3-Clause
@@ -49,7 +49,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES.txt LICENSE.txt README.txt THANKS.txt TODO.txt doc
+%doc CHANGES.rst LICENSE.rst README.md 

commit python3-pyasn1 for openSUSE:Factory

2016-05-17 Thread h_root
Hello community,

here is the log from the commit of package python3-pyasn1 for openSUSE:Factory 
checked in at 2016-05-17 17:11:40

Comparing /work/SRC/openSUSE:Factory/python3-pyasn1 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyasn1.new (New)


Package is "python3-pyasn1"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyasn1/python3-pyasn1.changes
2015-10-06 13:27:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyasn1.new/python3-pyasn1.changes   
2016-05-17 17:11:41.0 +0200
@@ -1,0 +2,8 @@
+Sun May  8 07:04:33 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-pyasn1.spec ++
--- /var/tmp/diff_new_pack.1fAL1B/_old  2016-05-17 17:11:42.0 +0200
+++ /var/tmp/diff_new_pack.1fAL1B/_new  2016-05-17 17:11:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pyasn1
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://pyasn1.sf.net/
-Source: 
http://pypi.python.org/packages/source/p/pyasn1/pyasn1-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/p/pyasn1/pyasn1-%{version}.tar.gz
 BuildRequires:  python3
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools




commit python3-pyasn1 for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package python3-pyasn1 for openSUSE:Factory 
checked in at 2015-10-06 13:27:14

Comparing /work/SRC/openSUSE:Factory/python3-pyasn1 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyasn1.new (New)


Package is "python3-pyasn1"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyasn1/python3-pyasn1.changes
2015-07-03 00:18:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyasn1.new/python3-pyasn1.changes   
2015-10-06 13:27:34.0 +0200
@@ -1,0 +2,13 @@
+Fri Oct  2 15:55:59 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * files in %doc statement gained a .txt ending
+
+- update to version 0.1.9:
+  * Wheel distribution format now supported.
+  * Extensions added to text files, CVS attic flushed.
+  * Fix to make uninitilaized pyasn1 objects failing properly on hash().
+  * Fix to ObjectIdentifier initialization from unicode string.
+  * Fix to CER/DER Boolean decoder - fail on non single-octet payload.
+
+---

Old:

  pyasn1-0.1.8.tar.gz

New:

  pyasn1-0.1.9.tar.gz



Other differences:
--
++ python3-pyasn1.spec ++
--- /var/tmp/diff_new_pack.gJyKIc/_old  2015-10-06 13:27:35.0 +0200
+++ /var/tmp/diff_new_pack.gJyKIc/_new  2015-10-06 13:27:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyasn1
-Version:0.1.8
+Version:0.1.9
 Release:0
 Summary:ASN.1 types and codecs
 License:BSD-3-Clause
@@ -49,7 +49,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES LICENSE README THANKS TODO doc
+%doc CHANGES.txt LICENSE.txt README.txt THANKS.txt TODO.txt doc
 %{python3_sitelib}/pyasn1
 %{python3_sitelib}/pyasn1-%{version}-py%{py3_ver}.egg-info
 

++ pyasn1-0.1.8.tar.gz -> pyasn1-0.1.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyasn1-0.1.8/CHANGES new/pyasn1-0.1.9/CHANGES
--- old/pyasn1-0.1.8/CHANGES2015-06-21 22:49:41.0 +0200
+++ new/pyasn1-0.1.9/CHANGES1970-01-01 01:00:00.0 +0100
@@ -1,343 +0,0 @@
-Revision 0.1.8
---
-
-- ObjectIdentifier codec fixed to work properly with arc 0 and arc 2 values.
-- Explicit limit on ObjectIdentifier arc value size removed.
-- Unicode initializer support added to OctetString type and derivatives.
-- New prettyPrintType() abstract method implemented to base pyasn1 types
-  to facilitate encoding errors analisys.
-- The __str__() method implemented to Tag, TagSet and TagMap classes to
-  ease encoding errors troubleshooting.
-  easing encoding errors
-- Fix to SEQUENCE and SET types to give them their private componentTypes
-  collection (which is a NamedTypes object) so that they won't collide in
-  a MT execution environment.
-- Missing T61String,ISO646String character types and ObjectDescriptor useful
-  type added.
-- Distribute is gone, switched to setuptools completely.
-- Missing NamedValues.__repr__() added.
-- The base.NoValue() class, that indicates uninitialized ASN.1 object,
-  made public.
-- The base.NoValue() class instances now support __repr__() what makes
-  possible to perform repr() on uninitialized pyasn1 types objects.
-- When comparing ASN.1 types, by-tag and/or by-constraints matching
-  can now be performed with the isSuperTypeOf()/isSameTypeWith() optional
-  flags.
-- Constructed types now verify their consistency by invoking 
-  isSameTypeWith(matchTags=True, matchConstraints=False) and
-  isSuperTypeOf(matchTags=False, matchConstraints=True) for each of their
-  components rather than isSuperTypeOf() as it used to be. Constriants check 
-  could be enforced to isSameTypeWith() with the strictConstraints=True
-  constructed classes attribute.
-- Constructed types can now be initialized with new .setComponents() method
-  which accepts both var-args and keyword-args. Default repr() modified to
-  reflect this change.
-- NamedTypes() and NamedValues() made comparable.
-- Test coverage extended to cover pyasn1 types __repr__() function.
-- The abs(Integer()) & abs(Real()) operation now returns respective pyasn1 
-  type, not a Python type.
-- More Python magic methods implementations added to Integer & Real classes
-  (e.g.  __pos__, __neg__, __round__, __floor__, __ceil__, __trunc__)
-- The Integer.__invert__ Python magic method implemented.
-- The OctetString.__int__() and .__float__() magic methods implemented.
-- Handle the case of null writer at Debug printer.
-- BitString encoder/decoder performance improved.
-- Built-in debugging is now based on Python logging module.
-- Fix to NamedType.__repr__() to work properly.
-- Fixes to __repr__() implementation of many built-in ASN.1 types to take into
-  

commit python3-pyasn1 for openSUSE:Factory

2015-07-02 Thread h_root
Hello community,

here is the log from the commit of package python3-pyasn1 for openSUSE:Factory 
checked in at 2015-07-02 22:50:04

Comparing /work/SRC/openSUSE:Factory/python3-pyasn1 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyasn1.new (New)


Package is python3-pyasn1

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyasn1/python3-pyasn1.changes
2013-06-21 19:01:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyasn1.new/python3-pyasn1.changes   
2015-07-03 00:18:51.0 +0200
@@ -1,0 +2,70 @@
+Tue Jun 30 22:43:36 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * switched to setuptools
+
+- update to version 0.1.8:
+  * ObjectIdentifier codec fixed to work properly with arc 0 and arc 2 values.
+  * Explicit limit on ObjectIdentifier arc value size removed.
+  * Unicode initializer support added to OctetString type and derivatives.
+  * New prettyPrintType() abstract method implemented to base pyasn1 types
+to facilitate encoding errors analisys.
+  * The __str__() method implemented to Tag, TagSet and TagMap classes to
+ease encoding errors troubleshooting.
+easing encoding errors
+  * Fix to SEQUENCE and SET types to give them their private componentTypes
+collection (which is a NamedTypes object) so that they won't collide in
+a MT execution environment.
+  * Missing T61String,ISO646String character types and ObjectDescriptor useful
+type added.
+  * Distribute is gone, switched to setuptools completely.
+  * Missing NamedValues.__repr__() added.
+  * The base.NoValue() class, that indicates uninitialized ASN.1 object,
+made public.
+  * The base.NoValue() class instances now support __repr__() what makes
+possible to perform repr() on uninitialized pyasn1 types objects.
+  * When comparing ASN.1 types, by-tag and/or by-constraints matching
+can now be performed with the isSuperTypeOf()/isSameTypeWith() optional
+flags.
+  * Constructed types now verify their consistency by invoking
+isSameTypeWith(matchTags=True, matchConstraints=False) and
+isSuperTypeOf(matchTags=False, matchConstraints=True) for each of their
+components rather than isSuperTypeOf() as it used to be. Constriants check
+could be enforced to isSameTypeWith() with the strictConstraints=True
+constructed classes attribute.
+  * Constructed types can now be initialized with new .setComponents() method
+which accepts both var-args and keyword-args. Default repr() modified to
+reflect this change.
+  * NamedTypes() and NamedValues() made comparable.
+  * Test coverage extended to cover pyasn1 types __repr__() function.
+  * The abs(Integer())  abs(Real()) operation now returns respective pyasn1
+type, not a Python type.
+  * More Python magic methods implementations added to Integer  Real classes
+(e.g.  __pos__, __neg__, __round__, __floor__, __ceil__, __trunc__)
+  * The Integer.__invert__ Python magic method implemented.
+  * The OctetString.__int__() and .__float__() magic methods implemented.
+  * Handle the case of null writer at Debug printer.
+  * BitString encoder/decoder performance improved.
+  * Built-in debugging is now based on Python logging module.
+  * Fix to NamedType.__repr__() to work properly.
+  * Fixes to __repr__() implementation of many built-in ASN.1 types to take 
into
+account all of their initializers such as tagSet, subtypeSpec etc.
+  * String typed float initializer to REAL type now supported.
+  * Float typed mantissa initializer to REAL type for base 2 added.
+  * Encoding bases 8 and 16 support for REAL type binary encoder added.
+  * More strict CER/DER encoders added for GeneralizedTime and UTCTime types.
+  * Asn1Item.hasValue() added to easily distinguish initalized ASN.1 objects
+from uninitialized ones (e.g. pure types).
+  * Fix to REAL type binary decoder to handle different bases and scale factor.
+  * Fix to TagSet.repr() to include [obsolete] baseTag information.
+  * Fix to broken REAL type decoding handling.
+  * Fix to BitString and OctetString decoders dealing with constructed
+encoding -  * it used to be possible to embed other types in substrate.
+  * Fix to end-of-octest sentinel handling:
++ require strict two-zeros sentinel encoding
++ recognize EOO sentinel only when explicitly requested by caller
+  of the decoder via allowEoo=True parameter (warning: API change)
+  * DER codec hardened not to tolerate indefinite length encoding/decoding.
+
+---

Old:

  pyasn1-0.1.7.tar.gz

New:

  pyasn1-0.1.8.tar.gz



Other differences:
--
++ python3-pyasn1.spec ++
--- /var/tmp/diff_new_pack.H4D3c7/_old  2015-07-03 

commit python3-pyasn1 for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package python3-pyasn1 for openSUSE:Factory 
checked in at 2013-05-03 09:38:48

Comparing /work/SRC/openSUSE:Factory/python3-pyasn1 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyasn1.new (New)


Package is python3-pyasn1

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-pyasn1 cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org