python-hcl2 6.1.0__tar.gz → 6.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-6.1.0 → python-hcl2-6.1.1}/CHANGELOG.md +6 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/PKG-INFO +1 -1
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/transformer.py +1 -1
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/version.py +2 -2
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/python_hcl2.egg-info/PKG-INFO +1 -1
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.codacy.yml +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.coveragerc +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.github/CODEOWNERS +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.github/workflows/codeql-analysis.yml +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.github/workflows/pr_check.yml +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.github/workflows/publish.yml +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.gitignore +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.pre-commit-config.yaml +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.yamllint.yml +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/LICENSE +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/MANIFEST.in +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/README.md +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/bin/terraform_test +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/__init__.py +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/__main__.py +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/api.py +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/builder.py +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/hcl2.lark +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/parser.py +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/py.typed +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/reconstructor.py +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/mypy.ini +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/pylintrc +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/pyproject.toml +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/python_hcl2.egg-info/SOURCES.txt +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/python_hcl2.egg-info/dependency_links.txt +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/python_hcl2.egg-info/entry_points.txt +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/python_hcl2.egg-info/not-zip-safe +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/python_hcl2.egg-info/requires.txt +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/python_hcl2.egg-info/top_level.txt +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/reports/.gitignore +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/requirements.txt +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/setup.cfg +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/test-requirements.txt +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/tox.ini +0 -0
- {python-hcl2-6.1.0 → python-hcl2-6.1.1}/tree-to-hcl2-reconstruction.md +0 -0
|
@@ -5,6 +5,12 @@ 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
|
+
## \[6.1.1\] - 2025-02-13
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- `DictTransformer.to_tf_inline` - handle float type. ([#188](https://github.com/amplify-education/python-hcl2/pull/188))
|
|
13
|
+
|
|
8
14
|
## \[6.1.0\] - 2025-01-24
|
|
9
15
|
|
|
10
16
|
### Fixed
|
|
@@ -349,7 +349,7 @@ class DictTransformer(Transformer):
|
|
|
349
349
|
return "true" if value else "false"
|
|
350
350
|
if isinstance(value, str):
|
|
351
351
|
return value
|
|
352
|
-
if isinstance(value, int):
|
|
352
|
+
if isinstance(value, (int, float)):
|
|
353
353
|
return str(value)
|
|
354
354
|
if value is None:
|
|
355
355
|
return "None"
|
|
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
|
|
File without changes
|