File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22History
33=======
44
5- 0.5.2a (master )
5+ 0.5.2 (2022-08-09 )
66---------------
77
8- * Current unstable version
8+ * Install pyyaml only when asked for with extras (conda extra)
9+ * Add support for piptools requirements.in
10+ * Use ConfigParser directly
11+ * Removed a regex used in the index server validation, fixing a possible ReDos security issue
912
10130.5.1 (2020-04-26)
1114------------------
Original file line number Diff line number Diff line change 44
55__author__ = """Jannis Gebauer"""
667- __version__ = '0.5.2a '
7+ __version__ = '0.5.2 '
88
99from .parser import parse # noqa
Original file line number Diff line number Diff line change 1818
1919setup (
2020 name = 'dparse' ,
21- version = '0.5.2a ' ,
21+ version = '0.5.2 ' ,
2222 description = "A parser for Python dependency files" ,
2323 long_description = readme + '\n \n ' + history ,
2424 author = "Jannis Gebauer" ,
You can’t perform that action at this time.
0 commit comments