From da4ce28d738b58586fe6919f92ae61fffb71158d8a61d0e8d614f5476c22f615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Sat, 29 Jul 2017 21:45:40 +0000 Subject: [PATCH] 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 --- pyasn1-modules-0.0.10.tar.gz | 3 +++ pyasn1-modules-0.0.9.tar.gz | 3 --- python-pyasn1-modules.changes | 10 ++++++++++ python-pyasn1-modules.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 pyasn1-modules-0.0.10.tar.gz delete mode 100644 pyasn1-modules-0.0.9.tar.gz diff --git a/pyasn1-modules-0.0.10.tar.gz b/pyasn1-modules-0.0.10.tar.gz new file mode 100644 index 0000000..4007afc --- /dev/null +++ b/pyasn1-modules-0.0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d86ab0fa226a60897c8123c505b3d0712e042990f061237799639f6fa742bf3 +size 63543 diff --git a/pyasn1-modules-0.0.9.tar.gz b/pyasn1-modules-0.0.9.tar.gz deleted file mode 100644 index ea409de..0000000 --- a/pyasn1-modules-0.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be0e4157e4a53551279d6c6e366b080527f5fd068616835b4abf32c14f657f5f -size 63423 diff --git a/python-pyasn1-modules.changes b/python-pyasn1-modules.changes index 7890e4d..4eccba9 100644 --- a/python-pyasn1-modules.changes +++ b/python-pyasn1-modules.changes @@ -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 diff --git a/python-pyasn1-modules.spec b/python-pyasn1-modules.spec index c25e459..9787e0d 100644 --- a/python-pyasn1-modules.spec +++ b/python-pyasn1-modules.spec @@ -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