Commit Graph

  • 16153965cd Add CVE-2026-23490.patch to fix CVE-2026-23490 (bsc#1256902) slfo-main nkrapp 2026-01-19 13:10:08 +01:00
  • 0240a563ba Accepting request 1328046 from devel:languages:python factory Ana Guerrero 2026-01-21 13:14:19 +00:00
  • 023a793607 Add CVE-2026-23490.patch to fix CVE-2026-23490 (bsc#1256902) slfo-1.2 nkrapp 2026-01-19 13:10:08 +01:00
  • c639481d0b Accepting request 1328006 from home:nkrapp:branches:devel:languages:python Dirk Mueller 2026-01-19 09:05:05 +00:00
  • d5a7787f16 Accepting request 1206127 from devel:languages:python Ana Guerrero 2024-10-08 15:22:56 +00:00
  • 52be7d081f Accepting request 1206127 from devel:languages:python Ana Guerrero 2024-10-08 15:22:56 +00:00
  • c14af5cbb9 Accepting request 1206059 from home:glaubitz:branches:devel:languages:python Markéta Machová 2024-10-07 14:43:40 +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 Markéta Machová 2024-10-07 14:43:40 +00:00
  • 310fddb6d6 Accepting request 1164372 from devel:languages:python Ana Guerrero 2024-04-04 20:24:30 +00:00
  • dc819a085e Accepting request 1164372 from devel:languages:python Ana Guerrero 2024-04-04 20:24:30 +00:00
  • e910237da6 - update to 0.6.0: * Added support for previously missing RELATIVE-OID construct * Updated link to Layman's Guide Now it provides a link to links to a formatted PDF version of the paper, at a stable domain (researchgate), using https * Removed support for EOL Python 2.7, 3.6, 3.7 Dirk Mueller 2024-04-03 14:06:05 +00:00
  • b132c06173 - update to 0.6.0: * Added support for previously missing RELATIVE-OID construct * Updated link to Layman's Guide Now it provides a link to links to a formatted PDF version of the paper, at a stable domain (researchgate), using https * Removed support for EOL Python 2.7, 3.6, 3.7 Dirk Mueller 2024-04-03 14:06:05 +00:00
  • bfb7c63e13 Accepting request 1129186 from devel:languages:python Ana Guerrero 2023-11-28 21:18:36 +00:00
  • 2511bde28c Accepting request 1129186 from devel:languages:python Ana Guerrero 2023-11-28 21:18:36 +00:00
  • 81cccd829f - update to 0.5.1: * Added support for PyPy 3.10 and Python 3.12 * Updated RTD configuration to include a dummy index.rst redirecting to contents.html, ensuring compatibility with third-party documentation and search indexes. * Fixed the API breakage wih decoder.decode(substrateFun=...). * A substrateFun passed to `decoder.decode()` can now be either v0.4 Non-Streaming or v0.5 Streaming. pyasn1 will detect and handle both cases transparently. * A substrateFun passed to one of the new streaming decoders is * still expected to be v0.5 Streaming only. * Debug logging refactored for more efficiency when disabled and for more functionality when in use. Specifically, the global LOG object can easily be used from any function/method, not just from codec main loop as it used * More debug logging added to BER family of codecs to ease encoding problems - Constructed types now verify their consistency by invoking components rather than isSuperTypeOf() as it used to be. Constriants check - The abs(Integer()) & abs(Real()) operation now returns respective pyasn1 format for the type (e.g. BOOLEAN is always PRIMITIVE, SET is always * Fixed a bug/typo at Boolean CER encoder Dirk Mueller 2023-11-27 15:53:47 +00:00
  • b947e510cb - update to 0.5.1: * Added support for PyPy 3.10 and Python 3.12 * Updated RTD configuration to include a dummy index.rst redirecting to contents.html, ensuring compatibility with third-party documentation and search indexes. * Fixed the API breakage wih decoder.decode(substrateFun=...). * A substrateFun passed to `decoder.decode()` can now be either v0.4 Non-Streaming or v0.5 Streaming. pyasn1 will detect and handle both cases transparently. * A substrateFun passed to one of the new streaming decoders is * still expected to be v0.5 Streaming only. * Debug logging refactored for more efficiency when disabled and for more functionality when in use. Specifically, the global LOG object can easily be used from any function/method, not just from codec main loop as it used * More debug logging added to BER family of codecs to ease encoding problems - Constructed types now verify their consistency by invoking components rather than isSuperTypeOf() as it used to be. Constriants check - The abs(Integer()) & abs(Real()) operation now returns respective pyasn1 format for the type (e.g. BOOLEAN is always PRIMITIVE, SET is always * Fixed a bug/typo at Boolean CER encoder Dirk Mueller 2023-11-27 15:53:47 +00:00
  • cdf760e106 Accepting request 1084856 from devel:languages:python Dominique Leuenberger 2023-05-09 11:05:58 +00:00
  • 1cdbe6abec Accepting request 1084856 from devel:languages:python Dominique Leuenberger 2023-05-09 11:05:58 +00:00
  • 92109cc682 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=88 Dirk Mueller 2023-05-04 19:31:14 +00:00
  • 05f6e95135 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=88 Dirk Mueller 2023-05-04 19:31:14 +00:00
  • 4099587667 - update to 0.5.0: * Change RealEncoder.supportIndefLenMode type to a boolean * Fix CI for py39 test environment * Replace all snmplabs.com links * Use correct SPDX identifier for the license * Re-add `tagMap and typeMap module level attributes to all encoder and decoder modules. They are aliases for TAG_MAP and TYPE_MAP * Restore API for passing for tagMap and typeMap arguments to Encoder and Decoder classes by name and position, * Re-add tagMap and typeMap module level attributes to all encoder and decoder modules. They are aliases for TAG_MAP and TYPE_MAP * Restore API for passing for tagMap and typeMap arguments to Encoder and Decoder` classes by name and position, * Make BER/CER/DER decoders streaming and suspendible Dirk Mueller 2023-05-04 19:25:54 +00:00
  • c0cb2901b6 - update to 0.5.0: * Change RealEncoder.supportIndefLenMode type to a boolean * Fix CI for py39 test environment * Replace all snmplabs.com links * Use correct SPDX identifier for the license * Re-add `tagMap and typeMap module level attributes to all encoder and decoder modules. They are aliases for TAG_MAP and TYPE_MAP * Restore API for passing for tagMap and typeMap arguments to Encoder and Decoder classes by name and position, * Re-add tagMap and typeMap module level attributes to all encoder and decoder modules. They are aliases for TAG_MAP and TYPE_MAP * Restore API for passing for tagMap and typeMap arguments to Encoder and Decoder` classes by name and position, * Make BER/CER/DER decoders streaming and suspendible Dirk Mueller 2023-05-04 19:25:54 +00:00
  • 893521a4a2 Accepting request 1081813 from devel:languages:python Dominique Leuenberger 2023-04-22 19:59:24 +00:00
  • df435e841d Accepting request 1081813 from devel:languages:python Dominique Leuenberger 2023-04-22 19:59:24 +00:00
  • 0b5c8020dd Accepting request 1081544 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 14:09:31 +00:00
  • 34623af9b2 Accepting request 1081544 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 14:09:31 +00:00
  • 131cee2802 Accepting request 895719 from devel:languages:python Dominique Leuenberger 2021-06-01 08:34:14 +00:00
  • 4ab3e9a9c5 Accepting request 895719 from devel:languages:python Dominique Leuenberger 2021-06-01 08:34:14 +00:00
  • a6194b4fb0 Accepting request 895712 from home:pgajdos:python Matej Cepl 2021-05-27 09:49:49 +00:00
  • 2da9318d6e Accepting request 895712 from home:pgajdos:python Matej Cepl 2021-05-27 09:49:49 +00:00
  • 5e93921386 Accepting request 749146 from devel:languages:python Dominique Leuenberger 2019-11-22 09:25:17 +00:00
  • 9aa3b8289e Accepting request 749146 from devel:languages:python Dominique Leuenberger 2019-11-22 09:25:17 +00:00
  • 14df9fe7db Accepting request 749115 from home:stroeder:branches:devel:languages:python Tomáš Chvátal 2019-11-17 19:39:58 +00:00
  • c3d5dd1ab7 Accepting request 749115 from home:stroeder:branches:devel:languages:python Tomáš Chvátal 2019-11-17 19:39:58 +00:00
  • fbb1ed7726 Accepting request 729878 from devel:languages:python Dominique Leuenberger 2019-09-23 10:05:42 +00:00
  • 82d9a5ab31 Accepting request 729878 from devel:languages:python Dominique Leuenberger 2019-09-23 10:05:42 +00:00
  • 878f1d91ce - Update to 0.4.7: * Many bugfixes all around, see CHANGES.rst Tomáš Chvátal 2019-09-10 12:46:58 +00:00
  • 8e8f0b00d9 - Update to 0.4.7: * Many bugfixes all around, see CHANGES.rst Tomáš Chvátal 2019-09-10 12:46:58 +00:00
  • 9ff4030477 Accepting request 669378 from devel:languages:python Stephan Kulow 2019-02-02 20:45:21 +00:00
  • efe929bc92 Accepting request 669378 from devel:languages:python Stephan Kulow 2019-02-02 20:45:21 +00:00
  • b719a86365 Accepting request 669101 from home:stroeder:branches:devel:languages:python Tomáš Chvátal 2019-01-28 20:36:53 +00:00
  • 0891d17031 Accepting request 669101 from home:stroeder:branches:devel:languages:python Tomáš Chvátal 2019-01-28 20:36:53 +00:00
  • 79feafe0c3 Accepting request 656009 from devel:languages:python Dominique Leuenberger 2018-12-14 19:47:35 +00:00
  • 52c258acd3 Accepting request 656009 from devel:languages:python Dominique Leuenberger 2018-12-14 19:47:35 +00:00
  • 1a15480ff4 - Fix fdupes call Tomáš Chvátal 2018-12-07 11:40:57 +00:00
  • 970a495290 - Fix fdupes call Tomáš Chvátal 2018-12-07 11:40:57 +00:00
  • f995043800 Accepting request 627900 from devel:languages:python Dominique Leuenberger 2018-08-10 07:46:47 +00:00
  • 67b3875dfa Accepting request 627900 from devel:languages:python Dominique Leuenberger 2018-08-10 07:46:47 +00:00
  • b44dad7bd4 Accepting request 627899 from home:TheBlackCat:branches:devel:languages:python Michael Ströder 2018-08-07 14:48:20 +00:00
  • 7e2061540c Accepting request 627899 from home:TheBlackCat:branches:devel:languages:python Michael Ströder 2018-08-07 14:48:20 +00:00
  • b2f95f7397 Accepting request 612441 from devel:languages:python Dominique Leuenberger 2018-05-29 08:26:21 +00:00
  • b64219aebc Accepting request 612441 from devel:languages:python Dominique Leuenberger 2018-05-29 08:26:21 +00:00
  • 7d5ddf7909 Accepting request 612435 from home:stroeder:branches:devel:languages:python Tomáš Chvátal 2018-05-27 05:24:12 +00:00
  • 78a041eff7 Accepting request 612435 from home:stroeder:branches:devel:languages:python Tomáš Chvátal 2018-05-27 05:24:12 +00:00
  • c95f9f3475 Accepting request 545779 from devel:languages:python Dominique Leuenberger 2017-12-02 12:10:19 +00:00
  • 593e9d3bf8 Accepting request 545779 from devel:languages:python Dominique Leuenberger 2017-12-02 12:10:19 +00:00
  • a20acc60e1 Accepting request 545767 from home:apersaud:branches:devel:languages:python Michael Ströder 2017-11-26 22:36:01 +00:00
  • 1e08ecb59d Accepting request 545767 from home:apersaud:branches:devel:languages:python Michael Ströder 2017-11-26 22:36:01 +00:00
  • 9db65d9d9e Accepting request 533652 from devel:languages:python Dominique Leuenberger 2017-10-18 10:50:29 +00:00
  • 9bf341e2d0 Accepting request 533652 from devel:languages:python Dominique Leuenberger 2017-10-18 10:50:29 +00:00
  • c719969afb Accepting request 533574 from home:stroeder:branches:devel:languages:python Dirk Mueller 2017-10-12 11:28:11 +00:00
  • f85ecb5c79 Accepting request 533574 from home:stroeder:branches:devel:languages:python Dirk Mueller 2017-10-12 11:28:11 +00:00
  • 634fe3d223 Accepting request 528027 from devel:languages:python Dominique Leuenberger 2017-09-25 11:54:49 +00:00
  • ebabf2102b Accepting request 528027 from devel:languages:python Dominique Leuenberger 2017-09-25 11:54:49 +00:00
  • 4c143165cf Accepting request 528026 from home:stroeder:branches:devel:languages:python Michael Ströder 2017-09-21 11:25:56 +00:00
  • b189b8e982 Accepting request 528026 from home:stroeder:branches:devel:languages:python Michael Ströder 2017-09-21 11:25:56 +00:00
  • 5513126b47 Accepting request 527254 from devel:languages:python Dominique Leuenberger 2017-09-21 10:27:18 +00:00
  • 4cc55516c0 Accepting request 527254 from devel:languages:python Dominique Leuenberger 2017-09-21 10:27:18 +00:00
  • 15596208b2 - Codecs signatures unified and pass the options kwargs through the call chain - Explicit tag encoding optimized to avoid unnecessary copying - End-of-octets sentinel encoding optimized - Refactored ASN.1 codecs properties to silently enforce proper length and chunk size encoding modes - Fixed DER encoder to always produce primitive encoding - Fixed crash at SequenceOf native decoder - Fixed Real.prettyPrint() to fail gracefully on overflow - Fixed a couple of crashes when debug mode is enabled Dirk Mueller 2017-09-19 08:50:21 +00:00
  • 9d7109d4c1 - Codecs signatures unified and pass the options kwargs through the call chain - Explicit tag encoding optimized to avoid unnecessary copying - End-of-octets sentinel encoding optimized - Refactored ASN.1 codecs properties to silently enforce proper length and chunk size encoding modes - Fixed DER encoder to always produce primitive encoding - Fixed crash at SequenceOf native decoder - Fixed Real.prettyPrint() to fail gracefully on overflow - Fixed a couple of crashes when debug mode is enabled Dirk Mueller 2017-09-19 08:50:21 +00:00
  • a7b3640747 Accepting request 527232 from home:stroeder:branches:devel:languages:python Dirk Mueller 2017-09-19 08:49:43 +00:00
  • 6721402479 Accepting request 527232 from home:stroeder:branches:devel:languages:python Dirk Mueller 2017-09-19 08:49:43 +00:00
  • aebc24d8ef Accepting request 521997 from devel:languages:python Dominique Leuenberger 2017-09-09 18:23:53 +00:00
  • d967eafdfa Accepting request 521997 from devel:languages:python Dominique Leuenberger 2017-09-09 18:23:53 +00:00
  • aeeddf51f3 Accepting request 521965 from home:stroeder:branches:devel:languages:python Michael Ströder 2017-09-07 12:11:49 +00:00
  • 3597e5963d Accepting request 521965 from home:stroeder:branches:devel:languages:python Michael Ströder 2017-09-07 12:11:49 +00:00
  • 2c8555ce49 Accepting request 517059 from devel:languages:python Dominique Leuenberger 2017-08-22 09:04:18 +00:00
  • 0cd0c74e75 Accepting request 517059 from devel:languages:python Dominique Leuenberger 2017-08-22 09:04:18 +00:00
  • 5ce5813799 Accepting request 517058 from home:stroeder:branches:devel:languages:python Michael Ströder 2017-08-15 17:36:16 +00:00
  • de629df5d1 Accepting request 517058 from home:stroeder:branches:devel:languages:python Michael Ströder 2017-08-15 17:36:16 +00:00
  • 7dc71fe4bf Accepting request 513051 from devel:languages:python Yuchen Lin 2017-08-01 07:24:43 +00:00
  • 238349168d Accepting request 513051 from devel:languages:python Yuchen Lin 2017-08-01 07:24:43 +00:00
  • f756e203bd Accepting request 513046 from home:stroeder:branches:devel:languages:python Michael Ströder 2017-07-29 21:45:48 +00:00
  • dee88126f9 Accepting request 513046 from home:stroeder:branches:devel:languages:python Michael Ströder 2017-07-29 21:45:48 +00:00
  • a62101e7cc Accepting request 507289 from devel:languages:python Dominique Leuenberger 2017-07-04 09:56:38 +00:00
  • 20dadf54bd Accepting request 507289 from devel:languages:python Dominique Leuenberger 2017-07-04 09:56:38 +00:00
  • 2cf8626462 Accepting request 504718 from home:okurz:matrix-synapse Dirk Mueller 2017-06-30 11:02:05 +00:00
  • 7969906460 Accepting request 504718 from home:okurz:matrix-synapse Dirk Mueller 2017-06-30 11:02:05 +00:00
  • b4408a5de7 Accepting request 493148 from devel:languages:python Dominique Leuenberger 2017-05-09 15:59:30 +00:00
  • a5ec36307c Accepting request 493148 from devel:languages:python Dominique Leuenberger 2017-05-09 15:59:30 +00:00
  • 429eaaca82 Accepting request 493144 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-05-06 04:29:52 +00:00
  • 661e521144 Accepting request 493144 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-05-06 04:29:52 +00:00
  • 2c2d85b6fe Accepting request 480631 from devel:languages:python Dominique Leuenberger 2017-04-19 15:56:58 +00:00
  • 3cec644ca6 Accepting request 480631 from devel:languages:python Dominique Leuenberger 2017-04-19 15:56:58 +00:00
  • bd8bf3b6fe Accepting request 480500 from home:tbechtold:branches:devel:languages:python Jan Matejek 2017-03-16 14:20:56 +00:00
  • 2c52bf11a3 Accepting request 480500 from home:tbechtold:branches:devel:languages:python Jan Matejek 2017-03-16 14:20:56 +00:00
  • 754a572c5e Accepting request 477283 from devel:languages:python Dominique Leuenberger 2017-03-09 00:44:24 +00:00
  • 8de851bf13 Accepting request 477283 from devel:languages:python Dominique Leuenberger 2017-03-09 00:44:24 +00:00
  • 1e3c4a7528 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=48 Michael Ströder 2017-03-06 13:29:35 +00:00
  • c8f99a7f5f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=48 Michael Ströder 2017-03-06 13:29:35 +00:00