Accepting request 503689 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/503689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1-modules?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2017-06-20 08:58:16 +00:00 committed by Git OBS Bridge
commit a67631e4d3
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10561934f1829bcc455c7ecdcdacdb4be5ffd3696f26f468eb6eb41e107f3837
size 38776

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jun 14 12:44:59 UTC 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 13:46:56 UTC 2017 - tbechtold@suse.com

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyasn1-modules
Version: 0.0.8
Version: 0.0.9
Release: 0
Url: http://pyasn1.sf.net/
Summary: Collection of protocols modules written in ASN.1 language
@ -50,7 +50,7 @@ specification.
%files %python_files
%defattr(-,root,root,-)
%doc CHANGES.txt LICENSE.txt README.txt
%doc CHANGES.txt LICENSE.txt README.md
%{python_sitelib}/*
%changelog