From 85bc382bc2543dee910d36add94eef09eb23f21323dbdb3859611259431266af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 7 Oct 2024 14:43:40 +0000 Subject: [PATCH] Accepting request 1206059 from home:glaubitz:branches:devel:languages:python - Update to 0.6.1 * Added support for Python 3.13 and updated GitHub Actions * Removed Python 2 support and related code * Improved error handling and consistency * Runtime deprecation of `tagMap` and `typeMap` aliases * Fixed duplicated and missing declarations * Cleaned documentation and comments * Removed bdist_wheel universal flag from setup.cfg OBS-URL: https://build.opensuse.org/request/show/1206059 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=94 --- pyasn1-0.6.0.tar.gz | 3 --- pyasn1-0.6.1.tar.gz | 3 +++ python-pyasn1.changes | 12 ++++++++++++ python-pyasn1.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 pyasn1-0.6.0.tar.gz create mode 100644 pyasn1-0.6.1.tar.gz diff --git a/pyasn1-0.6.0.tar.gz b/pyasn1-0.6.0.tar.gz deleted file mode 100644 index 04ac8e9..0000000 --- a/pyasn1-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a35ab2c4b5ef98e17dfdec8ab074046fbda76e281c5a706ccd82328cfc8f64c -size 148088 diff --git a/pyasn1-0.6.1.tar.gz b/pyasn1-0.6.1.tar.gz new file mode 100644 index 0000000..d670a17 --- /dev/null +++ b/pyasn1-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f580d2bdd84365380830acf45550f2511469f673cb4a5ae3857a3170128b034 +size 145322 diff --git a/python-pyasn1.changes b/python-pyasn1.changes index dd33a79..4d73eb9 100644 --- a/python-pyasn1.changes +++ b/python-pyasn1.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Oct 7 09:45:53 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 0.6.1 + * Added support for Python 3.13 and updated GitHub Actions + * Removed Python 2 support and related code + * Improved error handling and consistency + * Runtime deprecation of `tagMap` and `typeMap` aliases + * Fixed duplicated and missing declarations + * Cleaned documentation and comments + * Removed bdist_wheel universal flag from setup.cfg + ------------------------------------------------------------------- Wed Apr 3 14:05:40 UTC 2024 - Dirk Müller diff --git a/python-pyasn1.spec b/python-pyasn1.spec index 16cac5d..0853d20 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyasn1 -Version: 0.6.0 +Version: 0.6.1 Release: 0 Summary: ASN.1 types and codecs License: BSD-2-Clause