forked from pool/python-pyasn1-modules
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7c910dc841 | |||
| 636e2d9400 | |||
| 5315113d31 | |||
| 3e5062192c | |||
| 45c1053014 | |||
| a166416bc5 | |||
| a1d7c38722 |
@@ -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,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 19 10:28:23 UTC 2025 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>
|
||||
|
||||
- Fix License tag to the right BSD-2-Clause license in spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
@@ -275,7 +300,6 @@ Tue May 7 08:25:25 UTC 2013 - michael@stroeder.com
|
||||
- Update to upstream release 0.0.5
|
||||
|
||||
Revision 0.0.5
|
||||
--------------
|
||||
|
||||
- License updated to vanilla BSD 2-Clause to ease package use
|
||||
(http://opensource.org/licenses/BSD-2-Clause).
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pyasn1-modules
|
||||
Version: 0.4.0
|
||||
Version: 0.4.2
|
||||
Release: 0
|
||||
Summary: Collection of protocols modules written in ASN.1 language
|
||||
License: BSD-3-Clause
|
||||
License: BSD-2-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
|
||||
@@ -43,7 +43,7 @@ then generalized to be suitable for a wide range of protocols based on ASN.1
|
||||
specification.
|
||||
|
||||
%prep
|
||||
%setup -q -n pyasn1_modules-%{version}
|
||||
%autosetup -p1 -n pyasn1_modules-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
Reference in New Issue
Block a user