python-hcl2 5.1.0__tar.gz → 5.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/CHANGELOG.md +38 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/PKG-INFO +2 -2
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/README.md +1 -1
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/hcl2/version.py +2 -2
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/python_hcl2.egg-info/PKG-INFO +2 -2
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/.codacy.yml +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/.coveragerc +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/.github/CODEOWNERS +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/.github/workflows/codeql-analysis.yml +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/.github/workflows/pr_check.yml +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/.github/workflows/publish.yml +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/.gitignore +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/.pre-commit-config.yaml +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/.yamllint.yml +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/LICENSE +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/MANIFEST.in +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/bin/terraform_test +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/hcl2/__init__.py +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/hcl2/__main__.py +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/hcl2/api.py +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/hcl2/hcl2.lark +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/hcl2/parser.py +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/hcl2/py.typed +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/hcl2/reconstructor.py +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/hcl2/transformer.py +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/mypy.ini +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/pylintrc +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/pyproject.toml +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/python_hcl2.egg-info/SOURCES.txt +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/python_hcl2.egg-info/dependency_links.txt +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/python_hcl2.egg-info/entry_points.txt +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/python_hcl2.egg-info/not-zip-safe +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/python_hcl2.egg-info/requires.txt +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/python_hcl2.egg-info/top_level.txt +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/reports/.gitignore +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/requirements.txt +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/setup.cfg +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/test-requirements.txt +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/tox.ini +0 -0
- {python-hcl2-5.1.0 → python-hcl2-5.1.1}/tree-to-hcl2-reconstruction.md +0 -0
|
@@ -5,6 +5,44 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## \[5.1.1\] - 2024-10-15
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- fix `tree-to-hcl2-reconstruction.md` URL in README.md ([#175](https://github.com/amplify-education/python-hcl2/pull/175))
|
|
13
|
+
|
|
14
|
+
## \[5.1.0\] - 2024-10-15
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
|
|
18
|
+
- support python 3.13 ([#170](https://github.com/amplify-education/python-hcl2/pull/170))
|
|
19
|
+
- add section about Tree->HCL2 reconstruction to the README.md ([#174](https://github.com/amplify-education/python-hcl2/pull/174))
|
|
20
|
+
|
|
21
|
+
## \[5.0.0\] - 2024-10-07
|
|
22
|
+
|
|
23
|
+
### Added
|
|
24
|
+
|
|
25
|
+
- Support full reconstruction of HCL from parse tree. Thanks, @weaversam8 ([#169](https://github.com/amplify-education/python-hcl2/pull/169))
|
|
26
|
+
|
|
27
|
+
## \[4.3.5\] - 2024-08-06
|
|
28
|
+
|
|
29
|
+
### Added
|
|
30
|
+
|
|
31
|
+
- additional test coverage ([#165](https://github.com/amplify-education/python-hcl2/pull/165))
|
|
32
|
+
- fix: Add support for attributes named "in". Thanks, @elisiariocouto ([#164](https://github.com/amplify-education/python-hcl2/pull/164))
|
|
33
|
+
- fix: add "for" attribute identifier. Thanks, @zhcli ([#167](https://github.com/amplify-education/python-hcl2/pull/167))
|
|
34
|
+
- allow `if` and `for_each` keywords to be used as identifiers ([#168](https://github.com/amplify-education/python-hcl2/pull/168))
|
|
35
|
+
|
|
36
|
+
### Added
|
|
37
|
+
|
|
38
|
+
## \[4.3.4\] - 2024-06-12
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- fix codacy badge ([#157](https://github.com/amplify-education/python-hcl2/pull/157))
|
|
43
|
+
- Fix MANIFEST.in and/or Python dependency filename(s) ([#161](https://github.com/amplify-education/python-hcl2/pull/161))
|
|
44
|
+
- adds support for provider functions. Thanks, @lkwg82 ([#162](https://github.com/amplify-education/python-hcl2/pull/162))
|
|
45
|
+
|
|
8
46
|
## \[4.3.3\] - 2024-03-27
|
|
9
47
|
|
|
10
48
|
### Added
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-hcl2
|
|
3
|
-
Version: 5.1.
|
|
3
|
+
Version: 5.1.1
|
|
4
4
|
Summary: A parser for HCL2
|
|
5
5
|
Author-email: Amplify Education <github@amplify.com>
|
|
6
6
|
License: MIT
|
|
@@ -71,7 +71,7 @@ with open('foo.tf', 'r') as file:
|
|
|
71
71
|
|
|
72
72
|
With version 5.0.0 the possibility of HCL2 reconstruction from Lark Parse Tree was introduced.
|
|
73
73
|
|
|
74
|
-
Example of manipulating Lark Parse Tree and reconstructing it back into valid HCL2 can be found in [tree-to-hcl2-reconstruction.md](tree-to-hcl2-reconstruction.md) file.
|
|
74
|
+
Example of manipulating Lark Parse Tree and reconstructing it back into valid HCL2 can be found in [tree-to-hcl2-reconstruction.md](https://github.com/amplify-education/python-hcl2/blob/main/tree-to-hcl2-reconstruction.md) file.
|
|
75
75
|
|
|
76
76
|
More details about reconstruction implementation can be found in this [PR](https://github.com/amplify-education/python-hcl2/pull/169).
|
|
77
77
|
|
|
@@ -46,7 +46,7 @@ with open('foo.tf', 'r') as file:
|
|
|
46
46
|
|
|
47
47
|
With version 5.0.0 the possibility of HCL2 reconstruction from Lark Parse Tree was introduced.
|
|
48
48
|
|
|
49
|
-
Example of manipulating Lark Parse Tree and reconstructing it back into valid HCL2 can be found in [tree-to-hcl2-reconstruction.md](tree-to-hcl2-reconstruction.md) file.
|
|
49
|
+
Example of manipulating Lark Parse Tree and reconstructing it back into valid HCL2 can be found in [tree-to-hcl2-reconstruction.md](https://github.com/amplify-education/python-hcl2/blob/main/tree-to-hcl2-reconstruction.md) file.
|
|
50
50
|
|
|
51
51
|
More details about reconstruction implementation can be found in this [PR](https://github.com/amplify-education/python-hcl2/pull/169).
|
|
52
52
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-hcl2
|
|
3
|
-
Version: 5.1.
|
|
3
|
+
Version: 5.1.1
|
|
4
4
|
Summary: A parser for HCL2
|
|
5
5
|
Author-email: Amplify Education <github@amplify.com>
|
|
6
6
|
License: MIT
|
|
@@ -71,7 +71,7 @@ with open('foo.tf', 'r') as file:
|
|
|
71
71
|
|
|
72
72
|
With version 5.0.0 the possibility of HCL2 reconstruction from Lark Parse Tree was introduced.
|
|
73
73
|
|
|
74
|
-
Example of manipulating Lark Parse Tree and reconstructing it back into valid HCL2 can be found in [tree-to-hcl2-reconstruction.md](tree-to-hcl2-reconstruction.md) file.
|
|
74
|
+
Example of manipulating Lark Parse Tree and reconstructing it back into valid HCL2 can be found in [tree-to-hcl2-reconstruction.md](https://github.com/amplify-education/python-hcl2/blob/main/tree-to-hcl2-reconstruction.md) file.
|
|
75
75
|
|
|
76
76
|
More details about reconstruction implementation can be found in this [PR](https://github.com/amplify-education/python-hcl2/pull/169).
|
|
77
77
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|