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 22Changelog
33=========
44
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+
517-------------------
6180.12.6 - 2024-12-08
719-------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44
55[project ]
66name = ' CryptoParser'
7- version = ' 0.12.6 '
7+ version = ' 1.0.0 '
88description = ' An analysis oriented security protocol parser and generator'
99authors = [
1010 {name = ' Szilárd Pfeiffer' , email = ' coroner@pfeifferszilard.hu' }
@@ -13,7 +13,7 @@ maintainers = [
1313 {name = ' Szilárd Pfeiffer' , email = ' coroner@pfeifferszilard.hu' }
1414]
1515classifiers =[
16- ' Development Status :: 4 - Beta ' ,
16+ ' Development Status :: 5 - Production/Stable ' ,
1717 ' Environment :: Console' ,
1818 ' Framework :: tox' ,
1919 ' Intended Audience :: Information Technology' ,
@@ -47,7 +47,7 @@ license = {text = 'MPL-2.0'}
4747dependencies = [
4848 ' asn1crypto' ,
4949 ' attrs' ,
50- ' cryptodatahub==0.12.6 ' ,
50+ ' cryptodatahub==1.0.0 ' ,
5151 ' python-dateutil' ,
5252 ' urllib3' ,
5353]
You can’t perform that action at this time.
0 commit comments