File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ -------------------
6
+ 1.0.0 - 2025-01-05
7
+ -------------------
8
+
9
+ Refactor
10
+ ========
11
+
12
+ - Generic
13
+
14
+ - Support only Python version greater or euqal than 3.9
15
+ - Use pyproject.toml instead of setup.py
16
+
5
17
-------------------
6
18
0.12.6 - 2024-12-08
7
19
-------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
4
4
5
5
[project ]
6
6
name = ' CryptoParser'
7
- version = ' 0.12.6 '
7
+ version = ' 1.0.0 '
8
8
description = ' An analysis oriented security protocol parser and generator'
9
9
authors = [
10
10
{name = ' Szilárd Pfeiffer' , email = ' coroner@pfeifferszilard.hu' }
@@ -13,7 +13,7 @@ maintainers = [
13
13
{name = ' Szilárd Pfeiffer' , email = ' coroner@pfeifferszilard.hu' }
14
14
]
15
15
classifiers =[
16
- ' Development Status :: 4 - Beta ' ,
16
+ ' Development Status :: 5 - Production/Stable ' ,
17
17
' Environment :: Console' ,
18
18
' Framework :: tox' ,
19
19
' Intended Audience :: Information Technology' ,
@@ -47,7 +47,7 @@ license = {text = 'MPL-2.0'}
47
47
dependencies = [
48
48
' asn1crypto' ,
49
49
' attrs' ,
50
- ' cryptodatahub==0.12.6 ' ,
50
+ ' cryptodatahub==1.0.0 ' ,
51
51
' python-dateutil' ,
52
52
' urllib3' ,
53
53
]
You can’t perform that action at this time.
0 commit comments