From b132c06173fef89eba4be352bc6a7e4a6863232dbc320fc5b079c9d6e9fb9c7a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Apr 2024 14:06:05 +0000 Subject: [PATCH] - update to 0.6.0: * Added support for previously missing RELATIVE-OID construct * Updated link to Layman's Guide Now it provides a link to links to a formatted PDF version of the paper, at a stable domain (researchgate), using https * Removed support for EOL Python 2.7, 3.6, 3.7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=92 --- pyasn1-0.5.1.tar.gz | 3 --- pyasn1-0.6.0.tar.gz | 3 +++ python-pyasn1.changes | 10 ++++++++++ python-pyasn1.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 pyasn1-0.5.1.tar.gz create mode 100644 pyasn1-0.6.0.tar.gz diff --git a/pyasn1-0.5.1.tar.gz b/pyasn1-0.5.1.tar.gz deleted file mode 100644 index dd98939..0000000 --- a/pyasn1-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d391a96e59b23130a5cfa74d6fd7f388dbbe26cc8f1edf39fdddf08d9d6676c -size 147134 diff --git a/pyasn1-0.6.0.tar.gz b/pyasn1-0.6.0.tar.gz new file mode 100644 index 0000000..04ac8e9 --- /dev/null +++ b/pyasn1-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a35ab2c4b5ef98e17dfdec8ab074046fbda76e281c5a706ccd82328cfc8f64c +size 148088 diff --git a/python-pyasn1.changes b/python-pyasn1.changes index e16460d..dd33a79 100644 --- a/python-pyasn1.changes +++ b/python-pyasn1.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Apr 3 14:05:40 UTC 2024 - Dirk Müller + +- update to 0.6.0: + * Added support for previously missing RELATIVE-OID construct + * Updated link to Layman's Guide Now it provides a link to + links to a formatted PDF version of the paper, at a stable + domain (researchgate), using https + * Removed support for EOL Python 2.7, 3.6, 3.7 + ------------------------------------------------------------------- Mon Nov 27 15:52:23 UTC 2023 - Dirk Müller diff --git a/python-pyasn1.spec b/python-pyasn1.spec index ba109f0..16cac5d 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyasn1 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyasn1 -Version: 0.5.1 +Version: 0.6.0 Release: 0 Summary: ASN.1 types and codecs License: BSD-2-Clause