14
0
forked from pool/python-pyasn1

Accepting request 336723 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/336723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=22
This commit is contained in:
2015-10-14 14:42:40 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 5 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:853cacd96d1f701ddd67aa03ecc05f51890135b7262e922710112f12a2ed2a7f
size 75947

View File

@@ -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

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