Accepting request 1163304 from devel:languages:python

- 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/request/show/1163304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1-modules?expand=0&rev=31
This commit is contained in:
Ana Guerrero 2024-03-29 12:09:15 +00:00 committed by Git OBS Bridge
commit 2026fe4377
4 changed files with 13 additions and 6 deletions

BIN
pyasn1_modules-0.3.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:831dbcea1b177b28c9baddf4c6d1013c24c3accd14a1873fffaa6a2e905f17b6
size 307859

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Mar 28 12:16:19 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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}