Package Release Info

python-pyasn1-modules-0.2.1-1.20

Update Info: Base Release
Available in Package Hub : 15 SP1 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-pyasn1-modules

Change Logs

* Sun Nov 26 2017 arun@gmx.de
- update to version 0.2.1:
  * Allow ANY DEFINED BY objects expanding automatically if requested
  * Imports PEP8'ed
* Thu Oct 12 2017 michael@stroeder.com
- Update to upstream release 0.1.5
  * OCSP response blob fixed in test
  * Fixed wrong OCSP ResponderID components tagging
* Thu Sep 07 2017 michael@stroeder.com
- Update to upstream release 0.1.4
  * more onversion pinning
* Thu Sep 07 2017 michael@stroeder.com
- Update to upstream release 0.1.2
  * Tests refactored into proper unit tests
  * pem.readBase64fromText() convenience function added
  * Pinned to pyasn1 0.3.4+
* Tue Aug 15 2017 michael@stroeder.com
- Update to upstream release 0.0.11
  * Fixed typo in ASN.1 definitions at rfc2315.py
* Sat Jul 29 2017 michael@stroeder.com
- Updated project URL
- Update to upstream release 0.0.10
  * Fixed SequenceOf initializer to pass now-mandatory componentType
    keyword argument (since pyasn1 0.3.1)
  * Temporarily fixed recursive ASN.1 type definition to work with
    pyasn1 0.3.1+. This is going to be fixed properly shortly.
* Wed Jun 14 2017 michael@stroeder.com
- Update to upstream release 0.0.9
  * More CRL data structures added (RFC3279)
  * Added X.509 certificate extensions map
  * Added X.509 attribute type map
  * Fix to __doc__ use in setup.py to make -O0 installation mode working
  * Copyright added to source files
  * More PEP-8'ing done on the code
  * Author's e-mail changed
* Thu Mar 16 2017 tbechtold@suse.com
- Switch to singlespec approach
* Tue Dec 29 2015 michael@stroeder.com
- Update to upstream release 0.0.8
  - Wheel distribution format now supported
  - Fix to misspelled rfc2459.id_at_sutname variable
  - Fix to misspelled rfc2459.NameConstraints component tag ID
  - Fix to misspelled rfc2459.GeneralSubtree component default status
* Thu Aug 13 2015 michael@stroeder.com
- Added file ext .txt to doc files like in upstream
- Update to upstream release 0.0.7
  - Extensions added to text files, CVS attic flushed.
  - Fix to rfc2459.BasicConstraints syntax.