Skip to content

Commit 7154ca4

Browse files
authored
Prepare for 0.4.2 release
1 parent b6738e0 commit 7154ca4

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGES.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Revision 0.4.2, released 27-03-2025
2+
---------------------------------------
3+
4+
- Updated dependency constraint to be compatible with pyasn1 0.6.1, which
5+
removed the pyasn1.compat.octets module
6+
17
Revision 0.4.1, released 10-09-2024
28
---------------------------------------
39

@@ -39,13 +45,13 @@ Revision 0.3.0, released 19-04-2023
3945
- Add RFC3537 providing HMAC Key Wrapping
4046
- Add RFC3739 providing Qualified Certificates
4147
- Add RFC2876 providing KEA and SKIPJACK for CMS
42-
- Add RFC3058 providing IDEA Encryption Algorithm for CMS
43-
- Add RFC3657 providing Camellia Encryption Algorithm for CMS
44-
- Add RFC4010 providing SEED Encryption Algorithm for CMS
48+
- Add RFC3058 providing IDEA Encryption Algorithm for CMS
49+
- Add RFC3657 providing Camellia Encryption Algorithm for CMS
50+
- Add RFC4010 providing SEED Encryption Algorithm for CMS
4551
- Add RFC4357 providing Additional Cryptographic Algorithms for Use with
4652
GOST 28147-89, GOST R 34.10-94, GOST R 34.10-2001, and GOST R 34.11-94
4753
- Add RFC4490 providing GOST 28147-89, GOST R 34.11-94, GOST R 34.10-94,
48-
and GOST R 34.10-2001 Algorithms for CMS
54+
and GOST R 34.10-2001 Algorithms for CMS
4955
- Add RFC4491 providing GOST R 34.10-94, GOST R 34.10-2001, and
5056
GOST R 34.11-94 Algorithms for certificates and CRLs
5157
- Add RFC8696 providing using Pre-Shared Key (PSK) in the CMS

pyasn1_modules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# http://www.python.org/dev/peps/pep-0396/
2-
__version__ = '0.4.1'
2+
__version__ = '0.4.2'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ python_requires = >=3.8
4444
zip_safe = True
4545
setup_requires = setuptools
4646
install_requires =
47-
pyasn1>=0.4.6,<0.7.0
47+
pyasn1>=0.6.1,<0.7.0
4848
packages =
4949
pyasn1_modules

0 commit comments

Comments
 (0)