Accepting request 513048 from home:stroeder:branches:devel:languages:python

update to upstream release 0.0.10 (needs python-pyasn1-0.3.1, see request #513046)

OBS-URL: https://build.opensuse.org/request/show/513048
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1-modules?expand=0&rev=37
This commit is contained in:
Michael Ströder 2017-07-29 21:45:40 +00:00 committed by Git OBS Bridge
parent 4679f33ebd
commit da4ce28d73
4 changed files with 15 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jul 29 21:04:04 UTC 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 12:44:59 UTC 2017 - michael@stroeder.com

View File

@ -18,9 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyasn1-modules
Version: 0.0.9
Version: 0.0.10
Release: 0
Url: http://pyasn1.sf.net/
Url: https://github.com/etingof/pyasn1-modules
Summary: Collection of protocols modules written in ASN.1 language
License: BSD-3-Clause
Group: Development/Languages/Python