From f942af9ac261c91eed106fcfe318025597e75cc5302ca3a5cdfc6f70a4857aad Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 28 Mar 2024 12:16:53 +0000 Subject: [PATCH] - update to 0.4.0: * Added support for Python 3.11, 3.12 * Removed support for EOL Pythons 2.7, 3.6, 3.7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1-modules?expand=0&rev=64 --- pyasn1_modules-0.3.0.tar.gz | 3 --- pyasn1_modules-0.4.0.tar.gz | 3 +++ python-pyasn1-modules.changes | 7 +++++++ python-pyasn1-modules.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 pyasn1_modules-0.3.0.tar.gz create mode 100644 pyasn1_modules-0.4.0.tar.gz diff --git a/pyasn1_modules-0.3.0.tar.gz b/pyasn1_modules-0.3.0.tar.gz deleted file mode 100644 index e4e2c86..0000000 --- a/pyasn1_modules-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bd01446b736eb9d31512a30d46c1ac3395d676c6f3cafa4c03eb54b9925631c -size 307901 diff --git a/pyasn1_modules-0.4.0.tar.gz b/pyasn1_modules-0.4.0.tar.gz new file mode 100644 index 0000000..c631e72 --- /dev/null +++ b/pyasn1_modules-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831dbcea1b177b28c9baddf4c6d1013c24c3accd14a1873fffaa6a2e905f17b6 +size 307859 diff --git a/python-pyasn1-modules.changes b/python-pyasn1-modules.changes index 3d6a454..3d414a7 100644 --- a/python-pyasn1-modules.changes +++ b/python-pyasn1-modules.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 28 12:16:19 UTC 2024 - Dirk Müller + +- update to 0.4.0: + * Added support for Python 3.11, 3.12 + * Removed support for EOL Pythons 2.7, 3.6, 3.7 + ------------------------------------------------------------------- Thu May 4 19:28:21 UTC 2023 - Dirk Müller diff --git a/python-pyasn1-modules.spec b/python-pyasn1-modules.spec index a4e7d59..47639e2 100644 --- a/python-pyasn1-modules.spec +++ b/python-pyasn1-modules.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyasn1-modules # -# 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 @@ -16,16 +16,16 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-pyasn1-modules -Version: 0.3.0 +Version: 0.4.0 Release: 0 Summary: Collection of protocols modules written in ASN.1 language License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/pyasn1/pyasn1-modules Source: https://files.pythonhosted.org/packages/source/p/pyasn1-modules/pyasn1_modules-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} BuildRequires: %{python_module pyasn1 >= 0.4.7} BuildRequires: %{python_module pytest}