File tree 5 files changed +68
-34
lines changed
5 files changed +68
-34
lines changed Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
+ 0.8.0 _ (2022-07-21)
6
+ -------------------
7
+
8
+ * Upgrade to using `pyparsing `>=3.0
9
+
10
+
5
11
0.7.0 _ (2020-08-31)
6
12
-------------------
7
13
@@ -100,7 +106,8 @@ History
100
106
* First release on PyPI.
101
107
102
108
103
- .. _Unreleased : https://github.com/dev-cafe/parselglossy/compare/v0.7.0...HEAD
109
+ .. _Unreleased : https://github.com/dev-cafe/parselglossy/compare/v0.8.0...HEAD
110
+ .. _0.8.0 : https://github.com/dev-cafe/parselglossy/releases/tag/v0.8.0
104
111
.. _0.7.0 : https://github.com/dev-cafe/parselglossy/releases/tag/v0.7.0
105
112
.. _0.6.0 : https://github.com/dev-cafe/parselglossy/releases/tag/v0.6.0
106
113
.. _0.5.0 : https://github.com/dev-cafe/parselglossy/releases/tag/v0.5.0
Original file line number Diff line number Diff line change 8
8
flake = false ;
9
9
} ;
10
10
mach-nix = {
11
- url = "mach-nix/3.5.0" ;
12
- inputs . nixpkgs . follows = "nixpkgs" ;
13
- inputs . flake-utils . follows = "flake-utils" ;
11
+ url = "mach-nix/3.4.0" ;
14
12
inputs . pypi-deps-db . follows = "pypi-deps-db" ;
15
13
} ;
16
14
} ;
26
24
pyyaml
27
25
networkx
28
26
coverage
29
- # hypothesis
30
- # pre-commit
27
+ hypothesis
28
+ pre-commit
31
29
pytest
32
- # pytest-black
33
- # pytest-cov
34
- # pytest-flake8
35
- # pytest-mypy
36
- # pytest-sugar
37
- # black==22.3.0 # NOTE We pin black to avoid inconsistent formatting (and failing CI)
38
- # flake8
39
- # mypy
40
- # jupyterlab
30
+ pytest-black
31
+ pytest-cov
32
+ pytest-flake8
33
+ pytest-mypy
34
+ pytest-sugar
35
+ black==22.3.0 # NOTE We pin black to avoid inconsistent formatting (and failing CI)
36
+ flake8
37
+ mypy
38
+ jupyterlab
41
39
flit_core
42
- '' ;
40
+ '' + builtins . readFile ./docs/requirements.txt ;
43
41
} ;
44
42
in
45
43
{
Original file line number Diff line number Diff line change 31
31
32
32
__author__ = """Roberto Di Remigio, Radovan Bast"""
33
33
34
- __version__ = "0.7 .0"
34
+ __version__ = "0.8 .0"
35
35
__copyright__ = "Copyright 2019, dev-cafe"
36
36
__credits__ = [
37
37
"Jonas Juselius" ,
Original file line number Diff line number Diff line change 1
1
[bdist_wheel]
2
2
universal = 1
3
3
4
+ [metadata]
5
+ version = attr: parselglossy.__version__
6
+
4
7
[flake8]
5
8
exclude =
6
9
.git,
You can’t perform that action at this time.
0 commit comments