dsw-tdk 4.22.4__tar.gz → 4.23.0__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 (39) hide show
  1. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/CHANGELOG.md +7 -0
  2. {dsw_tdk-4.22.4/dsw_tdk.egg-info → dsw_tdk-4.23.0}/PKG-INFO +1 -1
  3. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw/tdk/build_info.py +4 -4
  4. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw/tdk/consts.py +1 -1
  5. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw/tdk/utils.py +1 -1
  6. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0/dsw_tdk.egg-info}/PKG-INFO +1 -1
  7. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/pyproject.toml +1 -1
  8. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/LICENSE +0 -0
  9. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/MANIFEST.in +0 -0
  10. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/README.md +0 -0
  11. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw/tdk/__init__.py +0 -0
  12. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw/tdk/__main__.py +0 -0
  13. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw/tdk/api_client.py +0 -0
  14. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw/tdk/cli.py +0 -0
  15. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw/tdk/config.py +0 -0
  16. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw/tdk/core.py +0 -0
  17. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw/tdk/model.py +0 -0
  18. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw/tdk/templates/LICENSE.j2 +0 -0
  19. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw/tdk/templates/README.md.j2 +0 -0
  20. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw/tdk/templates/env.j2 +0 -0
  21. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw/tdk/templates/starter.j2 +0 -0
  22. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw/tdk/validation.py +0 -0
  23. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw_tdk.egg-info/SOURCES.txt +0 -0
  24. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw_tdk.egg-info/dependency_links.txt +0 -0
  25. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw_tdk.egg-info/entry_points.txt +0 -0
  26. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw_tdk.egg-info/not-zip-safe +0 -0
  27. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw_tdk.egg-info/requires.txt +0 -0
  28. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/dsw_tdk.egg-info/top_level.txt +0 -0
  29. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/setup.cfg +0 -0
  30. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/setup.py +0 -0
  31. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/tests/test_basic.py +0 -0
  32. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/tests/test_cmd_dot-env.py +0 -0
  33. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/tests/test_cmd_get.py +0 -0
  34. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/tests/test_cmd_list.py +0 -0
  35. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/tests/test_cmd_new.py +0 -0
  36. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/tests/test_cmd_package.py +0 -0
  37. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/tests/test_cmd_put.py +0 -0
  38. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/tests/test_cmd_unpackage.py +0 -0
  39. {dsw_tdk-4.22.4 → dsw_tdk-4.23.0}/tests/test_cmd_verify.py +0 -0
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
  ## [Unreleased]
9
9
 
10
10
 
11
+ ## [4.23.0]
12
+
13
+ ### Changed
14
+
15
+ - Improved default `_tdk.files` for created template project using `dsw-tdk new`
16
+
11
17
  ## [4.22.4]
12
18
 
13
19
  Released for version consistency with other DSW tools.
@@ -622,3 +628,4 @@ Initial DSW Template Development Kit (versioned as part of the [DSW platform](ht
622
628
  [4.22.2]: /../../tree/v4.22.2
623
629
  [4.22.3]: /../../tree/v4.22.3
624
630
  [4.22.4]: /../../tree/v4.22.4
631
+ [4.23.0]: /../../tree/v4.23.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dsw-tdk
3
- Version: 4.22.4
3
+ Version: 4.23.0
4
4
  Summary: Data Stewardship Wizard Template Development Toolkit
5
5
  Author-email: Marek Suchánek <marek.suchanek@ds-wizard.org>
6
6
  License: Apache License 2.0
@@ -9,9 +9,9 @@ BuildInfo = namedtuple(
9
9
  )
10
10
 
11
11
  BUILD_INFO = BuildInfo(
12
- version='v4.22.4~9faf20e',
13
- built_at='2025-09-12 07:55:11Z',
14
- sha='9faf20e8fb281e1353c37ef220da1e6a09e3004a',
12
+ version='v4.23.0~3ee0b1f',
13
+ built_at='2025-10-07 07:02:19Z',
14
+ sha='3ee0b1fe7b635545044ac2c6a03bfefc2078bdde',
15
15
  branch='HEAD',
16
- tag='v4.22.4',
16
+ tag='v4.23.0',
17
17
  )
@@ -4,7 +4,7 @@ import re
4
4
  import pathspec
5
5
 
6
6
  APP = 'dsw-tdk'
7
- VERSION = '4.22.4'
7
+ VERSION = '4.23.0'
8
8
  METAMODEL_VERSION_MAJOR = 17
9
9
  METAMODEL_VERSION_MINOR = 0
10
10
  METAMODEL_VERSION = f'{METAMODEL_VERSION_MAJOR}.{METAMODEL_VERSION_MINOR}'
@@ -170,7 +170,7 @@ class TemplateBuilder:
170
170
  content_type='text/plain',
171
171
  content=content.encode(encoding=DEFAULT_ENCODING),
172
172
  )
173
- self.template.tdk_config.files.append(str(format_spec.filename))
173
+ self.template.tdk_config.files = ['src/**/*', '!.git/', '!.env']
174
174
  self.template.allowed_packages.append(PackageFilter())
175
175
 
176
176
  license_file = j2_env.get_template('LICENSE.j2').render(template=self.template)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dsw-tdk
3
- Version: 4.22.4
3
+ Version: 4.23.0
4
4
  Summary: Data Stewardship Wizard Template Development Toolkit
5
5
  Author-email: Marek Suchánek <marek.suchanek@ds-wizard.org>
6
6
  License: Apache License 2.0
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
4
4
 
5
5
  [project]
6
6
  name = 'dsw-tdk'
7
- version = "4.22.4"
7
+ version = "4.23.0"
8
8
  description = 'Data Stewardship Wizard Template Development Toolkit'
9
9
  readme = 'README.md'
10
10
  keywords = ['documents', 'dsw', 'jinja2', 'template', 'toolkit']
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