From 6c5e937870ad062ba0d79d7fb846ff99bbaef3d9bc7ec894e251ed72014f5c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 28 Jan 2019 20:37:30 +0000 Subject: [PATCH] Accepting request 669102 from home:stroeder:branches:devel:languages:python - update to version 0.2.4 OBS-URL: https://build.opensuse.org/request/show/669102 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1-modules?expand=0&rev=50 --- pyasn1-modules-0.2.2.tar.gz | 3 --- pyasn1-modules-0.2.4.tar.gz | 3 +++ python-pyasn1-modules.changes | 14 ++++++++++++++ python-pyasn1-modules.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 pyasn1-modules-0.2.2.tar.gz create mode 100644 pyasn1-modules-0.2.4.tar.gz diff --git a/pyasn1-modules-0.2.2.tar.gz b/pyasn1-modules-0.2.2.tar.gz deleted file mode 100644 index 55b66ff..0000000 --- a/pyasn1-modules-0.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0cf3e1842e7c60fde97cb22d275eb6f9524f5c5250489e292529de841417547 -size 66891 diff --git a/pyasn1-modules-0.2.4.tar.gz b/pyasn1-modules-0.2.4.tar.gz new file mode 100644 index 0000000..ffe1e74 --- /dev/null +++ b/pyasn1-modules-0.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52090e8c5841ebbf08ae455146792d9ef3e8445b21055d3a3b7ed9c712b7c7c +size 70505 diff --git a/python-pyasn1-modules.changes b/python-pyasn1-modules.changes index 5397c64..6e9c079 100644 --- a/python-pyasn1-modules.changes +++ b/python-pyasn1-modules.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jan 28 14:26:26 UTC 2019 - Michael Ströder + +- update to version 0.2.4 + +Revision 0.2.4: +- Added modules for RFC8226 implementing JWT Claim Constraints + and TN Authorization List for X.509 certificate extensions +- Fixed bug in `rfc5280.AlgorithmIdentifier` ANY type definition + +Revision 0.2.3: +- Added modules for RFC5083 and RFC5084 (CMS) +- Copyright notice extended to the year 2019 + ------------------------------------------------------------------- Tue Jul 3 10:21:47 UTC 2018 - michael@stroeder.com diff --git a/python-pyasn1-modules.spec b/python-pyasn1-modules.spec index fd8a49e..7443144 100644 --- a/python-pyasn1-modules.spec +++ b/python-pyasn1-modules.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyasn1-modules -Version: 0.2.2 +Version: 0.2.4 Release: 0 Url: https://github.com/etingof/pyasn1-modules Summary: Collection of protocols modules written in ASN.1 language