14
0
forked from pool/python-pyasn1

Accepting request 336718 from home:frispete:python

- updated to upstream release 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.

OBS-URL: https://build.opensuse.org/request/show/336718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=38
This commit is contained in:
Michal Čihař
2015-10-06 13:37:12 +00:00
committed by Git OBS Bridge
parent ba16cb888f
commit 9dbed529c0
4 changed files with 15 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
Name: python-pyasn1
Version: 0.1.8
Version: 0.1.9
Release: 0
Summary: ASN.1 types and codecs
License: BSD-2-Clause
@@ -56,7 +56,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc CHANGES LICENSE README THANKS TODO doc
%doc CHANGES.txt LICENSE.txt README.txt THANKS.txt TODO.txt doc
%{python_sitelib}/*
%changelog