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.
Files changed (41) hide show
  1. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/CHANGELOG.md +6 -0
  2. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/PKG-INFO +1 -1
  3. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/transformer.py +1 -1
  4. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/version.py +2 -2
  5. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/python_hcl2.egg-info/PKG-INFO +1 -1
  6. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.codacy.yml +0 -0
  7. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.coveragerc +0 -0
  8. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.github/CODEOWNERS +0 -0
  9. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.github/workflows/codeql-analysis.yml +0 -0
  10. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.github/workflows/pr_check.yml +0 -0
  11. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.github/workflows/publish.yml +0 -0
  12. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.gitignore +0 -0
  13. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.pre-commit-config.yaml +0 -0
  14. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/.yamllint.yml +0 -0
  15. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/LICENSE +0 -0
  16. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/MANIFEST.in +0 -0
  17. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/README.md +0 -0
  18. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/bin/terraform_test +0 -0
  19. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/__init__.py +0 -0
  20. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/__main__.py +0 -0
  21. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/api.py +0 -0
  22. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/builder.py +0 -0
  23. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/hcl2.lark +0 -0
  24. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/parser.py +0 -0
  25. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/py.typed +0 -0
  26. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/hcl2/reconstructor.py +0 -0
  27. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/mypy.ini +0 -0
  28. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/pylintrc +0 -0
  29. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/pyproject.toml +0 -0
  30. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/python_hcl2.egg-info/SOURCES.txt +0 -0
  31. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/python_hcl2.egg-info/dependency_links.txt +0 -0
  32. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/python_hcl2.egg-info/entry_points.txt +0 -0
  33. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/python_hcl2.egg-info/not-zip-safe +0 -0
  34. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/python_hcl2.egg-info/requires.txt +0 -0
  35. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/python_hcl2.egg-info/top_level.txt +0 -0
  36. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/reports/.gitignore +0 -0
  37. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/requirements.txt +0 -0
  38. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/setup.cfg +0 -0
  39. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/test-requirements.txt +0 -0
  40. {python-hcl2-6.1.0 → python-hcl2-6.1.1}/tox.ini +0 -0
  41. {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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-hcl2
3
- Version: 6.1.0
3
+ Version: 6.1.1
4
4
  Summary: A parser for HCL2
5
5
  Author-email: Amplify Education <github@amplify.com>
6
6
  License: MIT
@@ -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"
@@ -1,4 +1,4 @@
1
1
  # file generated by setuptools_scm
2
2
  # don't change, don't track in version control
3
- __version__ = version = '6.1.0'
4
- __version_tuple__ = version_tuple = (6, 1, 0)
3
+ __version__ = version = '6.1.1'
4
+ __version_tuple__ = version_tuple = (6, 1, 1)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-hcl2
3
- Version: 6.1.0
3
+ Version: 6.1.1
4
4
  Summary: A parser for HCL2
5
5
  Author-email: Amplify Education <github@amplify.com>
6
6
  License: MIT
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