File tree 3 files changed +22
-6
lines changed
3 files changed +22
-6
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ The following people have contributed to Python-ASN1. Collectively they own the
6
6
7
7
* Geert Jansen <
[email protected] >
8
8
* Sebastien Andrivet <
[email protected] >
9
- * Finian Blackett <[email protected] >
9
+
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 2.3.0 (2020-04-05)
5
+ ------------------
6
+
7
+ * Tests: Replace nose by pytest
8
+ * Add Python 3.8, remove Python 3.4 support
9
+ * PR#26 (from rumbah): Add test for default (implicit) encoding types
10
+ * PR#25 (from thomwiggers): Attempt to support BIT STRING
11
+ * Fix wrong example code, see #27
12
+ * (from jcrowgey) Makes the package usable with pip install
13
+ * Remove support of Python 3.3 (some dependencies do not support 3.3)
14
+ * PR#15 (from ThePlasmaRailgun) Fix parsing of object identifier
15
+ * PR#10 (from robinleander): Allow user to determine decoding tagtype
16
+
17
+
18
+ 2.2.0 (2017-10-30)
19
+ ------------------
20
+
21
+ * Use "true" enums instead of classes. Use enun34 backport for old Python versions.
22
+
4
23
2.1.1 (2017-10-30)
24
+ ------------------
5
25
6
26
* Fix a bug (#9): two's complement corner case with values such as -32769. Add new test cases to test them.
7
27
Original file line number Diff line number Diff line change 22
22
:alt: Coverage Status
23
23
:target: https://codecov.io/github/andrivet/python-asn1
24
24
25
- .. |coveralls | image :: https://coveralls.io/repos/github/andrivet/python-asn1/badge.svg?branch=master
26
- :alt: Coverage Status
27
- :target: https://coveralls.io/github/andrivet/python-asn1?branch=master
28
-
29
25
.. |version | image :: https://img.shields.io/pypi/v/asn1.svg?style=flat
30
26
:alt: PyPI Package latest release
31
27
:target: https://pypi.org/project/asn1/
49
45
Overview
50
46
========
51
47
52
- Python-ASN1 is a simple ASN.1 encoder and decoder for Python 2.6+ and 3.3 +.
48
+ Python-ASN1 is a simple ASN.1 encoder and decoder for Python 2.7 and 3.5 +.
53
49
54
50
Features
55
51
========
You can’t perform that action at this time.
0 commit comments