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:
committed by
Git OBS Bridge
parent
ba16cb888f
commit
9dbed529c0
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5d33be7ca0ec5997d76d29ea4c33b65c00c0231407fff975199d7f40530b8347
|
|
||||||
size 75676
|
|
3
pyasn1-0.1.9.tar.gz
Normal file
3
pyasn1-0.1.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:853cacd96d1f701ddd67aa03ecc05f51890135b7262e922710112f12a2ed2a7f
|
||||||
|
size 75947
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 6 11:18:26 UTC 2015 - hpj@urpla.net
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 4 20:42:15 UTC 2015 - michael@stroeder.com
|
Sat Jul 4 20:42:15 UTC 2015 - michael@stroeder.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pyasn1
|
Name: python-pyasn1
|
||||||
Version: 0.1.8
|
Version: 0.1.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: ASN.1 types and codecs
|
Summary: ASN.1 types and codecs
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@@ -56,7 +56,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc CHANGES LICENSE README THANKS TODO doc
|
%doc CHANGES.txt LICENSE.txt README.txt THANKS.txt TODO.txt doc
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user