1
0
forked from pool/python-pyasn1

4 Commits

Author SHA256 Message Date
56ac8b423c Accepting request 1328046 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1328046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=47
2026-01-21 13:14:19 +00:00
d3600d13d1 - Update to 0.6.2 (fixes CVE-2026-2141, bsc#1256331)
* Fixed continuation octet limits in OID/RELATIVE-OID decoder (CVE-2026-23490).
  * Added support for Python 3.14.
  * Added SECURITY.md policy.
  * Migrated to pyproject.toml packaging.
- fix broken changelog entries

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=96
2026-01-19 09:05:05 +00:00
52be7d081f Accepting request 1206127 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1206127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=46
2024-10-08 15:22:56 +00:00
22a52e55eb - Update to 0.6.1
* Added support for Python 3.13 and updated GitHub Actions
  * Removed Python 2 support and related code
  * Improved error handling and consistency
  * Runtime deprecation of `tagMap` and `typeMap` aliases
  * Fixed duplicated and missing declarations
  * Cleaned documentation and comments
  * Removed bdist_wheel universal flag from setup.cfg

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=94
2024-10-07 14:43:40 +00:00
4 changed files with 27 additions and 12 deletions

View File

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

3
pyasn1-0.6.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b59a2b25ba7e4f8197db7686c09fb33e658b98339fadb826e9512629017833b
size 146586

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Jan 19 07:47:28 UTC 2026 - Nico Krapp <nico.krapp@suse.com>
- Update to 0.6.2 (fixes CVE-2026-2141, bsc#1256331)
* Fixed continuation octet limits in OID/RELATIVE-OID decoder (CVE-2026-23490).
* Added support for Python 3.14.
* Added SECURITY.md policy.
* Migrated to pyproject.toml packaging.
- fix broken changelog entries
-------------------------------------------------------------------
Mon Oct 7 09:45:53 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.6.1
* Added support for Python 3.13 and updated GitHub Actions
* Removed Python 2 support and related code
* Improved error handling and consistency
* Runtime deprecation of `tagMap` and `typeMap` aliases
* Fixed duplicated and missing declarations
* Cleaned documentation and comments
* Removed bdist_wheel universal flag from setup.cfg
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 3 14:05:40 UTC 2024 - Dirk Müller <dmueller@suse.com> Wed Apr 3 14:05:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
@@ -193,7 +215,6 @@ Thu Sep 7 09:24:51 UTC 2017 - michael@stroeder.com
- updated to upstream release 0.3.4 - updated to upstream release 0.3.4
Revision 0.3.4, released 07-09-2017 Revision 0.3.4, released 07-09-2017
-----------------------------------
- Fixed Native encoder to handle SEQUENCE/SET objects without - Fixed Native encoder to handle SEQUENCE/SET objects without
the componentType property the componentType property
@@ -205,7 +226,6 @@ Revision 0.3.4, released 07-09-2017
unicode decoding may have scrambled the data unicode decoding may have scrambled the data
Revision 0.3.3, released 27-08-2017 Revision 0.3.3, released 27-08-2017
-----------------------------------
- Improved ASN.1 types instantiation performance - Improved ASN.1 types instantiation performance
- Improved BER/CER/DER decoder performance by not unconditionally casting - Improved BER/CER/DER decoder performance by not unconditionally casting
@@ -225,7 +245,6 @@ Tue Aug 15 17:32:13 UTC 2017 - michael@stroeder.com
- updated to upstream release 0.3.2 - updated to upstream release 0.3.2
Revision 0.3.2, released 04-08-2017 Revision 0.3.2, released 04-08-2017
-----------------------------------
- Fixed SequenceOf/SetOf types initialization syntax to remain - Fixed SequenceOf/SetOf types initialization syntax to remain
backward compatible with pyasn1 0.2.* backward compatible with pyasn1 0.2.*
@@ -247,7 +266,6 @@ Sat Jul 29 21:01:20 UTC 2017 - michael@stroeder.com
- do not ship doc/source/ - do not ship doc/source/
Revision 0.3.1, released 26-07-2017 Revision 0.3.1, released 26-07-2017
-----------------------------------
- ASN.1 types __init__(), .clone() and .subtype() signatures - ASN.1 types __init__(), .clone() and .subtype() signatures
refactored into keyword arguments to simplify their signatures. refactored into keyword arguments to simplify their signatures.
@@ -327,7 +345,6 @@ Mon Mar 6 13:28:21 UTC 2017 - michael@stroeder.com
- updated to upstream release 0.2.3 - updated to upstream release 0.2.3
Revision 0.2.3, released 25-02-2017 Revision 0.2.3, released 25-02-2017
-----------------------------------
- Improved SEQUENCE/SET/CHOICE decoding performance by maintaining a single shared - Improved SEQUENCE/SET/CHOICE decoding performance by maintaining a single shared
NamedType object for all instances of SEQUENCE/SET object. NamedType object for all instances of SEQUENCE/SET object.
@@ -364,7 +381,6 @@ Tue Feb 7 07:35:04 UTC 2017 - michael@stroeder.com
- updated project and source URLs and list of doc files - updated project and source URLs and list of doc files
Revision 0.2.2, released 07-02-2017 Revision 0.2.2, released 07-02-2017
-----------------------------------
- FIX TO A SECURITY WEAKNESS: define length only decoders could have successfully - FIX TO A SECURITY WEAKNESS: define length only decoders could have successfully
processed indefinite length serialization. processed indefinite length serialization.
@@ -373,7 +389,6 @@ Revision 0.2.2, released 07-02-2017
- Broken Enumerated subtyping fixed. - Broken Enumerated subtyping fixed.
Revision 0.2.1, released 05-02-2017 Revision 0.2.1, released 05-02-2017
-----------------------------------
- FIX TO A SECURITY WEAKNESS: BER decoder improperly cached long tags. - FIX TO A SECURITY WEAKNESS: BER decoder improperly cached long tags.
- New "native" codec implemented to transform pyasn1 types to Python built-in types and back. - New "native" codec implemented to transform pyasn1 types to Python built-in types and back.

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pyasn1 # spec file for package python-pyasn1
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2026 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 Name: python-pyasn1
Version: 0.6.0 Version: 0.6.2
Release: 0 Release: 0
Summary: ASN.1 types and codecs Summary: ASN.1 types and codecs
License: BSD-2-Clause License: BSD-2-Clause