95 Commits

Author SHA256 Message Date
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
dc819a085e Accepting request 1164372 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1164372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=45
2024-04-04 20:24:30 +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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=92
2024-04-03 14:06:05 +00:00
2511bde28c Accepting request 1129186 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1129186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=44
2023-11-28 21:18:36 +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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=90
2023-11-27 15:53:47 +00:00
1cdbe6abec Accepting request 1084856 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1084856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=43
2023-05-09 11:05:58 +00:00
05f6e95135 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=88 2023-05-04 19:31:14 +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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=87
2023-05-04 19:25:54 +00:00
df435e841d Accepting request 1081813 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=42
2023-04-22 19:59:24 +00:00
34623af9b2 Accepting request 1081544 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081544
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=85
2023-04-21 14:09:31 +00:00
4ab3e9a9c5 Accepting request 895719 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/895719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=41
2021-06-01 08:34:14 +00:00
2da9318d6e Accepting request 895712 from home:pgajdos:python
setup.py test replacement

OBS-URL: https://build.opensuse.org/request/show/895712
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=83
2021-05-27 09:49:49 +00:00
9aa3b8289e Accepting request 749146 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/749146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=40
2019-11-22 09:25:17 +00:00
Tomáš Chvátal
c3d5dd1ab7 Accepting request 749115 from home:stroeder:branches:devel:languages:python
Update to 0.4.8

OBS-URL: https://build.opensuse.org/request/show/749115
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=81
2019-11-17 19:39:58 +00:00
82d9a5ab31 Accepting request 729878 from devel:languages:python
- Update to 0.4.7:
  * Many bugfixes all around, see CHANGES.rst

OBS-URL: https://build.opensuse.org/request/show/729878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=39
2019-09-23 10:05:42 +00:00
Tomáš Chvátal
8e8f0b00d9 - Update to 0.4.7:
* Many bugfixes all around, see CHANGES.rst

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=79
2019-09-10 12:46:58 +00:00
Stephan Kulow
efe929bc92 Accepting request 669378 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/669378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=38
2019-02-02 20:45:21 +00:00
Tomáš Chvátal
0891d17031 Accepting request 669101 from home:stroeder:branches:devel:languages:python
- update to 0.4.5

OBS-URL: https://build.opensuse.org/request/show/669101
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=77
2019-01-28 20:36:53 +00:00
52c258acd3 Accepting request 656009 from devel:languages:python
- Fix fdupes call

OBS-URL: https://build.opensuse.org/request/show/656009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=37
2018-12-14 19:47:35 +00:00
Tomáš Chvátal
970a495290 - Fix fdupes call
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=75
2018-12-07 11:40:57 +00:00
67b3875dfa Accepting request 627900 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/627900
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=36
2018-08-10 07:46:47 +00:00
Michael Ströder
7e2061540c Accepting request 627899 from home:TheBlackCat:branches:devel:languages:python
- update to 0.4.4
  * Fixed native encoder type map to include all ASN.1 types
    rather than just ambiguous ones
  * Fixed crash in `.prettyPrint` of `Sequence` and `Set` occurring
    at OPTIONAL components

OBS-URL: https://build.opensuse.org/request/show/627899
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=73
2018-08-07 14:48:20 +00:00
b64219aebc Accepting request 612441 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/612441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=35
2018-05-29 08:26:21 +00:00
Tomáš Chvátal
78a041eff7 Accepting request 612435 from home:stroeder:branches:devel:languages:python
update to version 0.4.3

OBS-URL: https://build.opensuse.org/request/show/612435
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=71
2018-05-27 05:24:12 +00:00
593e9d3bf8 Accepting request 545779 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/545779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=34
2017-12-02 12:10:19 +00:00
Michael Ströder
1e08ecb59d Accepting request 545767 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/545767
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=69
2017-11-26 22:36:01 +00:00
9bf341e2d0 Accepting request 533652 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/533652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=33
2017-10-18 10:50:29 +00:00
f85ecb5c79 Accepting request 533574 from home:stroeder:branches:devel:languages:python
- updated to upstream release 0.3.7
  * Fixed ASN.1 time types pickling/deepcopy'ing

OBS-URL: https://build.opensuse.org/request/show/533574
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=67
2017-10-12 11:28:11 +00:00
ebabf2102b Accepting request 528027 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/528027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=32
2017-09-25 11:54:49 +00:00
Michael Ströder
b189b8e982 Accepting request 528026 from home:stroeder:branches:devel:languages:python
- updated to upstream release 0.3.6
  * End-of-octets encoding optimized at ASN.1 encoders
  * The __getitem__/__setitem__ behavior of Set/Sequence and
    SetOf/SequenceOf objects aligned with the canonical Mapping
    and Sequence protocols in part
  * Fixed crash in ASN.1 encoder when encoding an explicitly tagged
    component of a Sequence

OBS-URL: https://build.opensuse.org/request/show/528026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=65
2017-09-21 11:25:56 +00:00
4cc55516c0 Accepting request 527254 from devel:languages:python
- updated to upstream release 0.3.5
  - 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

OBS-URL: https://build.opensuse.org/request/show/527254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=31
2017-09-21 10:27:18 +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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=63
2017-09-19 08:50:21 +00:00
6721402479 Accepting request 527232 from home:stroeder:branches:devel:languages:python
updated to upstream release 0.3.5

OBS-URL: https://build.opensuse.org/request/show/527232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=62
2017-09-19 08:49:43 +00:00
d967eafdfa Accepting request 521997 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/521997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=30
2017-09-09 18:23:53 +00:00
Michael Ströder
3597e5963d Accepting request 521965 from home:stroeder:branches:devel:languages:python
- updated to upstream release 0.3.4
Revision 0.3.4, released 07-09-2017
-----------------------------------
- Fixed Native encoder to handle SEQUENCE/SET objects without
  the componentType property
- Added missing component-less SEQUENCE/SET objects dict duck-typing support
- Fixed unnecessary duplicate tags detection at NamesType.tagMap
- Fixed crash at SEQUENCE and SEQUENCE OF CER encoder when running
  in schemaless mode
- Fixed Character types instantiation from OctetString type -- double
  unicode decoding may have scrambled the data
Revision 0.3.3, released 27-08-2017
-----------------------------------
- Improved ASN.1 types instantiation performance
- Improved BER/CER/DER decoder performance by not unconditionally casting
  substrate into str/bytes.
- Fixed exponential index size growth bug when building ambiguous
  NamedTypes tree
- Fixed constructed types decoding failure at BER codec if running
  in schema-less mode
- Fixed crash on prettyPrint'ing a SEQUENCE with no defined components
- Fixed SetOf ordering at CER/DER encoder
- Fixed crash on conditional binascii module import
- Fix to TagSet hash value build

OBS-URL: https://build.opensuse.org/request/show/521965
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=60
2017-09-07 12:11:49 +00:00
0cd0c74e75 Accepting request 517059 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/517059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=29
2017-08-22 09:04:18 +00:00
Michael Ströder
de629df5d1 Accepting request 517058 from home:stroeder:branches:devel:languages:python
update to upstream release 0.3.2

OBS-URL: https://build.opensuse.org/request/show/517058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=58
2017-08-15 17:36:16 +00:00
238349168d Accepting request 513051 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/513051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=28
2017-08-01 07:24:43 +00:00
Michael Ströder
dee88126f9 Accepting request 513046 from home:stroeder:branches:devel:languages:python
update to upstream release 0.3.1

OBS-URL: https://build.opensuse.org/request/show/513046
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=56
2017-07-29 21:45:48 +00:00
20dadf54bd Accepting request 507289 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/507289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=27
2017-07-04 09:56:38 +00:00
7969906460 Accepting request 504718 from home:okurz:matrix-synapse
Cleanup duplicates

OBS-URL: https://build.opensuse.org/request/show/504718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=54
2017-06-30 11:02:05 +00:00
a5ec36307c Accepting request 493148 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/493148
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=26
2017-05-09 15:59:30 +00:00
Todd R
661e521144 Accepting request 493144 from home:TheBlackCat:branches:devel:languages:python
Fix Provides/Obsoletes.

OBS-URL: https://build.opensuse.org/request/show/493144
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=52
2017-05-06 04:29:52 +00:00
3cec644ca6 Accepting request 480631 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/480631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=25
2017-04-19 15:56:58 +00:00
Jan Matejek
2c52bf11a3 Accepting request 480500 from home:tbechtold:branches:devel:languages:python
- Switch to singlespec approach

OBS-URL: https://build.opensuse.org/request/show/480500
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=50
2017-03-16 14:20:56 +00:00
8de851bf13 Accepting request 477283 from devel:languages:python
update to 0.2.3

OBS-URL: https://build.opensuse.org/request/show/477283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=24
2017-03-09 00:44:24 +00:00
Michael Ströder
c8f99a7f5f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=48 2017-03-06 13:29:35 +00:00
Michael Ströder
8950d348f0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=47 2017-03-06 13:28:36 +00:00
Michael Ströder
e3b75f0229 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=46 2017-03-06 13:28:30 +00:00
Michael Ströder
ccc0f99368 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=45 2017-03-06 13:28:16 +00:00
Michael Ströder
1268885f63 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=44 2017-03-06 13:27:33 +00:00
48aebdaff8 Accepting request 455463 from devel:languages:python
corrected source URL

OBS-URL: https://build.opensuse.org/request/show/455463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=23
2017-02-10 08:52:46 +00:00
Michael Ströder
073266f7df OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=42 2017-02-08 10:07:16 +00:00
Michael Ströder
36a74f82db OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=41 2017-02-08 10:07:01 +00:00
Michael Ströder
85d2b594bc Accepting request 455458 from home:stroeder:branches:devel:languages:python
update to 0.2.2 with security fixes

OBS-URL: https://build.opensuse.org/request/show/455458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=40
2017-02-08 10:02:18 +00:00
02cad22dd7 Accepting request 336723 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/336723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=22
2015-10-14 14:42:40 +00:00
Michal Čihař
9dbed529c0 Accepting request 336718 from home:frispete:python
- updated to upstream release 0.1.9
  - Wheel distribution format now supported.
  - Extensions added to text files, CVS attic flushed.
  - Fix to make uninitilaized pyasn1 objects failing properly on hash().
  - Fix to ObjectIdentifier initialization from unicode string.
  - Fix to CER/DER Boolean decoder - fail on non single-octet payload.

OBS-URL: https://build.opensuse.org/request/show/336718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=38
2015-10-06 13:37:12 +00:00
Stephan Kulow
c8f2d4b1dd Accepting request 327583 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/327583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=21
2015-08-29 18:02:13 +00:00
ba16cb888f Accepting request 327557 from Cloud:OpenStack:Master
- updated to upstrean release 0.1.8 (fate#318838)

OBS-URL: https://build.opensuse.org/request/show/327557
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=36
2015-08-27 14:38:23 +00:00
Stephan Kulow
c6c082d92e Accepting request 315668 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/315668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=20
2015-07-16 15:15:44 +00:00
Denisart Benjamin
2cba06f791 Accepting request 315086 from home:stroeder:branches:devel:languages:python
update to new upstream release 0.1.8

OBS-URL: https://build.opensuse.org/request/show/315086
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=34
2015-07-09 10:44:56 +00:00
67bdf6f116 Accepting request 298582 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/298582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=19
2015-04-23 06:04:50 +00:00
Michal Čihař
f0be8820fc Accepting request 298581 from home:Nijel:branches:devel:languages:python
- Run testsuite in %check

OBS-URL: https://build.opensuse.org/request/show/298581
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=32
2015-04-22 12:44:02 +00:00
c9cfdaaa08 Accepting request 288732 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/288732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=18
2015-03-05 14:41:28 +00:00
Todd R
f8ebdbdb62 Accepting request 288729 from home:leonardocf:branches:devel:languages:python
- Reflect license change (from BSD-3-Clause to BSD-2-Clause) which
  happened in version 0.1.7 in the spec file

OBS-URL: https://build.opensuse.org/request/show/288729
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=30
2015-03-03 18:11:04 +00:00
Tomáš Chvátal
dcb79f0650 Accepting request 204634 from devel:languages:python
- Require python-setuptools instead of distribute (upstreams merged)
- Fix changes file

- updated to upstrean release 0.1.7
  - License updated to vanilla BSD 2-Clause to ease package use
    (http://opensource.org/licenses/BSD-2-Clause).
  - Test suite made discoverable by unittest/unittest2 discovery feature.
  - Fix to decoder working on indefinite length substrate -- end-of-octets
    marker is now detected by both tag and value. Otherwise zero values may
    interfere with end-of-octets marker.
  - Fix to decoder to fail in cases where tagFormat indicates inappropriate
    format for the type (e.g. BOOLEAN is always PRIMITIVE, SET is always 
    CONSTRUCTED and OCTET STRING is either of the two)
  - Fix to REAL type encoder to force primitive encoding form encoding.
  - Fix to CHOICE decoder to handle explicitly tagged, indefinite length
    mode encoding
  - Fix to REAL type decoder to handle negative REAL values correctly. Test
    case added.
  - The compact (valueless) way of encoding zero INTEGERs introduced in
    0.1.5 seems to fail miserably as the world is filled with broken
    BER decoders. So we had to back off the *encoder* for a while.
    There's still the IntegerEncoder.supportCompactZero flag which
    enables compact encoding form whenever it evaluates to True.
  - Report package version on debugging code initialization.
- Changes from version 0.1.5:
  - Documentation updated and split into chapters to better match
    web-site contents.
  - Make prettyPrint() working for non-initialized pyasn1 data objects. It
    used to throw an exception.
  - Fix to encoder to produce empty-payload INTEGER values for zeros

OBS-URL: https://build.opensuse.org/request/show/204634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=16
2013-10-25 09:27:08 +00:00
Sascha Peilicke
78f556b185 - Fix changes file
- License updated to vanilla BSD 2-Clause to ease package use
    (http://opensource.org/licenses/BSD-2-Clause).
  - Test suite made discoverable by unittest/unittest2 discovery feature.
  - Fix to decoder working on indefinite length substrate -- end-of-octets
    marker is now detected by both tag and value. Otherwise zero values may
    interfere with end-of-octets marker.
  - Fix to decoder to fail in cases where tagFormat indicates inappropriate
    format for the type (e.g. BOOLEAN is always PRIMITIVE, SET is always 
    CONSTRUCTED and OCTET STRING is either of the two)
  - Fix to REAL type encoder to force primitive encoding form encoding.
  - Fix to CHOICE decoder to handle explicitly tagged, indefinite length
    mode encoding
  - Fix to REAL type decoder to handle negative REAL values correctly. Test
    case added.
  - The compact (valueless) way of encoding zero INTEGERs introduced in
    0.1.5 seems to fail miserably as the world is filled with broken
    BER decoders. So we had to back off the *encoder* for a while.
    There's still the IntegerEncoder.supportCompactZero flag which
    enables compact encoding form whenever it evaluates to True.
  - Report package version on debugging code initialization.
- Changes from version 0.1.5:
  - Documentation updated and split into chapters to better match
    web-site contents.
  - Make prettyPrint() working for non-initialized pyasn1 data objects. It
    used to throw an exception.
  - Fix to encoder to produce empty-payload INTEGER values for zeros
  - Fix to decoder to support empty-payload INTEGER and REAL values
  - Fix to unit test suites imports to be able to run each from
    their current directory

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=28
2013-10-24 13:08:14 +00:00
Sascha Peilicke
4c6ab9ed74 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=27
2013-10-24 11:11:22 +00:00
Sascha Peilicke
efcfd09cce - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=26
2013-10-24 11:11:01 +00:00
Stephan Kulow
b74ef061a3 Accepting request 179944 from devel:languages:python
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/179944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=14
2013-06-19 14:46:20 +00:00
Sascha Peilicke
74b94982f1 Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=24
2013-06-17 12:52:50 +00:00
Stephan Kulow
36e6bb8c71 Accepting request 174957 from devel:languages:python
Update to upstream release 0.1.7 (forwarded request 174829 from stroeder)

OBS-URL: https://build.opensuse.org/request/show/174957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=13
2013-05-13 13:25:58 +00:00
Todd R
a6b4fec61f Accepting request 174829 from home:stroeder:branches:devel:languages:python
Update to upstream release 0.1.7

OBS-URL: https://build.opensuse.org/request/show/174829
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=22
2013-05-10 11:13:37 +00:00
Stephan Kulow
53a41faa66 Accepting request 173151 from devel:languages:python
python3 package added (forwarded request 173116 from HighwayStar)

OBS-URL: https://build.opensuse.org/request/show/173151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=12
2013-04-24 14:00:20 +00:00
Todd R
1e11aa1601 Accepting request 173116 from home:HighwayStar:branches:devel:languages:python
python3 package added

OBS-URL: https://build.opensuse.org/request/show/173116
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=20
2013-04-24 09:37:33 +00:00
Stephan Kulow
377a5e0821 Accepting request 149300 from devel:languages:python
Update to upstream release 0.1.6 successfully tested with python-ldap/web2ldap. (forwarded request 149141 from stroeder)

OBS-URL: https://build.opensuse.org/request/show/149300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=10
2013-01-21 16:45:48 +00:00
Todd R
4034fa289d Accepting request 149141 from home:stroeder:branches:devel:languages:python
Update to upstream release 0.1.6 successfully tested with python-ldap/web2ldap.

OBS-URL: https://build.opensuse.org/request/show/149141
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=18
2013-01-20 11:48:44 +00:00
Stephan Kulow
704d0451ac Accepting request 129160 from devel:languages:python
Update to upstrean release 0.1.4 (forwarded request 129125 from stroeder)

OBS-URL: https://build.opensuse.org/request/show/129160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=9
2012-07-30 07:38:51 +00:00
Sascha Peilicke
412bba8ceb Accepting request 129125 from home:stroeder:branches:devel:languages:python
Update to upstrean release 0.1.4

OBS-URL: https://build.opensuse.org/request/show/129125
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=16
2012-07-28 10:06:30 +00:00
Stephan Kulow
d1e58e29c4 Accepting request 115596 from devel:languages:python
updated to upstrean release 0.1.3 (forwarded request 115535 from stroeder)

OBS-URL: https://build.opensuse.org/request/show/115596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=7
2012-05-03 09:00:06 +00:00
Todd R
27552fe271 Accepting request 115535 from home:stroeder:branches:devel:languages:python
updated to upstrean release 0.1.3

OBS-URL: https://build.opensuse.org/request/show/115535
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=14
2012-04-26 08:13:28 +00:00
Sascha Peilicke
6f7db4cb23 - Fix obsoletes for python-asn1 instead
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=13
2012-04-18 07:50:21 +00:00
ac4c8c46ce OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=12 2012-04-17 15:14:14 +00:00
1aa4824616 - remove self-obsoletes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=11
2012-04-17 15:13:45 +00:00
Stephan Kulow
019d691d3c Accepting request 110795 from devel:languages:python
Update to 0.1.2 hopefully now compliant with OBS policy (forwarded request 110733 from stroeder)

OBS-URL: https://build.opensuse.org/request/show/110795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=6
2012-03-24 19:10:09 +00:00
Sascha Peilicke
af86c76ff0 Accepting request 110733 from home:stroeder:branches:devel:languages:python
Update to 0.1.2 hopefully now compliant with OBS policy

OBS-URL: https://build.opensuse.org/request/show/110733
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=9
2012-03-23 11:49:05 +00:00
Pascal Bleser
940215daea remove %debug_package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=8
2011-12-12 09:05:17 +00:00
Stephan Kulow
4150842a87 Accepting request 95984 from devel:languages:python
- fix license to be in spdx.org format (forwarded request 95973 from coolo)

OBS-URL: https://build.opensuse.org/request/show/95984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=5
2011-12-09 14:25:18 +00:00
Sascha Peilicke
126908e56c Accepting request 95973 from devel:openSUSE:Factory:for-legal
- fix license to be in spdx.org format

OBS-URL: https://build.opensuse.org/request/show/95973
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=6
2011-12-08 15:04:30 +00:00
Stephan Kulow
08ffb2af2a Accepting request 90508 from devel:languages:python
Update pyasn1 to 0.1.1, required for pysnmp. Current pysnmp doesnt work with 0.0.13 that avaliable in repository now (forwarded request 90507 from HighwayStar)

OBS-URL: https://build.opensuse.org/request/show/90508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=4
2011-11-14 12:35:58 +00:00
Sascha Peilicke
db96616086 Accepting request 90507 from home:HighwayStar:branches:devel:languages:python
Update pyasn1 to 0.1.1, required for pysnmp. Current pysnmp doesnt work with 0.0.13 that avaliable in repository now

OBS-URL: https://build.opensuse.org/request/show/90507
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=4
2011-11-08 07:09:52 +00:00
3e4d32f07c Autobuild autoformatter for 80429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=2
2011-09-01 15:34:59 +00:00
ac1020efcd Accepting request 80429 from devel:languages:python
Replaces python-asn1

OBS-URL: https://build.opensuse.org/request/show/80429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=1
2011-09-01 15:34:48 +00:00
Sascha Peilicke
c148982cf0 - Packaged documentation
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=2
2011-08-31 16:08:01 +00:00
Sascha Peilicke
a56dc8ed2b Intermedia /broken step, fix at home
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=1
2011-08-31 15:09:58 +00:00

View File

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