Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3c26770059 | |||
| a27111d556 | |||
| 2f6c53730b | |||
| 5976c59c04 | |||
| 92fca238b0 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:831dbcea1b177b28c9baddf4c6d1013c24c3accd14a1873fffaa6a2e905f17b6
|
|
||||||
size 307859
|
|
||||||
3
pyasn1_modules-0.4.2.tar.gz
Normal file
3
pyasn1_modules-0.4.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:677091de870a80aae844b1ca6134f54652fa2c8c5a52aa396440ac3106e941e6
|
||||||
|
size 307892
|
||||||
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 6 16:34:49 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
- fix changelog formatting
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 6 13:42:27 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.4.2
|
||||||
|
* Updated dependency constraint to be compatible with pyasn1
|
||||||
|
0.6.1, which removed the pyasn1.compat.octets module
|
||||||
|
- Drop pyasn1-061.patch, merged upstream
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 7 15:29:49 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.4.1
|
||||||
|
* Added support for Python 3.13
|
||||||
|
- Add upstream pyasn1-061.patch to fix tests with recent pyasn1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 28 12:16:19 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Thu Mar 28 12:16:19 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
@@ -275,7 +295,6 @@ Tue May 7 08:25:25 UTC 2013 - michael@stroeder.com
|
|||||||
- Update to upstream release 0.0.5
|
- Update to upstream release 0.0.5
|
||||||
|
|
||||||
Revision 0.0.5
|
Revision 0.0.5
|
||||||
--------------
|
|
||||||
|
|
||||||
- License updated to vanilla BSD 2-Clause to ease package use
|
- License updated to vanilla BSD 2-Clause to ease package use
|
||||||
(http://opensource.org/licenses/BSD-2-Clause).
|
(http://opensource.org/licenses/BSD-2-Clause).
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyasn1-modules
|
# spec file for package python-pyasn1-modules
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pyasn1-modules
|
Name: python-pyasn1-modules
|
||||||
Version: 0.4.0
|
Version: 0.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Collection of protocols modules written in ASN.1 language
|
Summary: Collection of protocols modules written in ASN.1 language
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -43,7 +43,7 @@ then generalized to be suitable for a wide range of protocols based on ASN.1
|
|||||||
specification.
|
specification.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pyasn1_modules-%{version}
|
%autosetup -p1 -n pyasn1_modules-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user