File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
- 0.5.2a (master )
5
+ 0.5.2 (2022-08-09 )
6
6
---------------
7
7
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
9
12
10
13
0.5.1 (2020-04-26)
11
14
------------------
Original file line number Diff line number Diff line change 4
4
5
5
__author__ = """Jannis Gebauer"""
6
6
7
- __version__ = '0.5.2a '
7
+ __version__ = '0.5.2 '
8
8
9
9
from .parser import parse # noqa
Original file line number Diff line number Diff line change 18
18
19
19
setup (
20
20
name = 'dparse' ,
21
- version = '0.5.2a ' ,
21
+ version = '0.5.2 ' ,
22
22
description = "A parser for Python dependency files" ,
23
23
long_description = readme + '\n \n ' + history ,
24
24
author = "Jannis Gebauer" ,
You can’t perform that action at this time.
0 commit comments