- 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
This commit is contained in:
parent
3beaf2e826
commit
f942af9ac2
BIN
pyasn1_modules-0.3.0.tar.gz
(Stored with Git LFS)
BIN
pyasn1_modules-0.3.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
pyasn1_modules-0.4.0.tar.gz
Normal file
3
pyasn1_modules-0.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:831dbcea1b177b28c9baddf4c6d1013c24c3accd14a1873fffaa6a2e905f17b6
|
||||
size 307859
|
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user