From 8e8f0b00d96fa85bf932c4d65d7d9c674568c35e4a44d3fae71eb0484e21f98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 12:46:58 +0000 Subject: [PATCH] - Update to 0.4.7: * Many bugfixes all around, see CHANGES.rst OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=79 --- pyasn1-0.4.5.tar.gz | 3 --- pyasn1-0.4.7.tar.gz | 3 +++ python-pyasn1.changes | 6 ++++++ python-pyasn1.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pyasn1-0.4.5.tar.gz create mode 100644 pyasn1-0.4.7.tar.gz diff --git a/pyasn1-0.4.5.tar.gz b/pyasn1-0.4.5.tar.gz deleted file mode 100644 index 5689249..0000000 --- a/pyasn1-0.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da2420fe13a9452d8ae97a0e478adde1dee153b11ba832a95b223a2ba01c10f7 -size 119741 diff --git a/pyasn1-0.4.7.tar.gz b/pyasn1-0.4.7.tar.gz new file mode 100644 index 0000000..a2c5928 --- /dev/null +++ b/pyasn1-0.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9495356ca1d66ed197a0f72b41eb1823cf7ea8b5bd07191673e8147aecf8604 +size 130424 diff --git a/python-pyasn1.changes b/python-pyasn1.changes index 626a925..99220a0 100644 --- a/python-pyasn1.changes +++ b/python-pyasn1.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 10 12:45:56 UTC 2019 - Tomáš Chvátal + +- Update to 0.4.7: + * Many bugfixes all around, see CHANGES.rst + ------------------------------------------------------------------- Mon Jan 28 14:25:21 UTC 2019 - Michael Ströder diff --git a/python-pyasn1.spec b/python-pyasn1.spec index 76022cb..79f15f9 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyasn1 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-pyasn1 -Version: 0.4.5 +Version: 0.4.7 Release: 0 Summary: ASN.1 types and codecs License: BSD-2-Clause