dsw-tdk 4.9.6__tar.gz → 4.10.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 (38) hide show
  1. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/CHANGELOG.md +6 -21
  2. {dsw_tdk-4.9.6/dsw_tdk.egg-info → dsw_tdk-4.10.1}/PKG-INFO +1 -1
  3. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw/tdk/build_info.py +4 -4
  4. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw/tdk/consts.py +2 -2
  5. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw/tdk/core.py +1 -0
  6. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1/dsw_tdk.egg-info}/PKG-INFO +1 -1
  7. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/pyproject.toml +1 -1
  8. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/LICENSE +0 -0
  9. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/MANIFEST.in +0 -0
  10. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/README.md +0 -0
  11. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw/tdk/__init__.py +0 -0
  12. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw/tdk/__main__.py +0 -0
  13. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw/tdk/api_client.py +0 -0
  14. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw/tdk/cli.py +0 -0
  15. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw/tdk/model.py +0 -0
  16. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw/tdk/templates/LICENSE.j2 +0 -0
  17. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw/tdk/templates/README.md.j2 +0 -0
  18. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw/tdk/templates/env.j2 +0 -0
  19. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw/tdk/templates/starter.j2 +0 -0
  20. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw/tdk/utils.py +0 -0
  21. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw/tdk/validation.py +0 -0
  22. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw_tdk.egg-info/SOURCES.txt +0 -0
  23. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw_tdk.egg-info/dependency_links.txt +0 -0
  24. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw_tdk.egg-info/entry_points.txt +0 -0
  25. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw_tdk.egg-info/not-zip-safe +0 -0
  26. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw_tdk.egg-info/requires.txt +0 -0
  27. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/dsw_tdk.egg-info/top_level.txt +0 -0
  28. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/setup.cfg +0 -0
  29. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/setup.py +0 -0
  30. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/tests/test_basic.py +0 -0
  31. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/tests/test_cmd_dot-env.py +0 -0
  32. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/tests/test_cmd_get.py +0 -0
  33. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/tests/test_cmd_list.py +0 -0
  34. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/tests/test_cmd_new.py +0 -0
  35. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/tests/test_cmd_package.py +0 -0
  36. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/tests/test_cmd_put.py +0 -0
  37. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/tests/test_cmd_unpackage.py +0 -0
  38. {dsw_tdk-4.9.6 → dsw_tdk-4.10.1}/tests/test_cmd_verify.py +0 -0
@@ -8,25 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
  ## [Unreleased]
9
9
 
10
10
 
11
- ## [4.9.6]
11
+ ## [4.10.1]
12
12
 
13
- Released for version consistency with other DSW tools.
14
-
15
- ## [4.9.5]
16
-
17
- Released for version consistency with other DSW tools.
18
-
19
- ## [4.9.4]
20
-
21
- Released for version consistency with other DSW tools.
22
-
23
- ## [4.9.3]
24
-
25
- ### Changed
13
+ ### Fixed
26
14
 
27
- - Updated to newer Docker base image due to vulnerabilities (CVE-2024-45490)[https://nvd.nist.gov/vuln/detail/CVE-2024-45490], (CVE-2024-45491)[https://nvd.nist.gov/vuln/detail/CVE-2024-45491], (CVE-2024-45492)[https://nvd.nist.gov/vuln/detail/CVE-2024-45492]
15
+ - Fix unknown document template metamodel version 14
28
16
 
29
- ## [4.9.2]
17
+ ## [4.10.0]
30
18
 
31
19
  Released for version consistency with other DSW tools.
32
20
 
@@ -473,8 +461,5 @@ Initial DSW Template Development Kit (versioned as part of the [DSW platform](ht
473
461
  [4.8.1]: /../../tree/v4.8.1
474
462
  [4.9.0]: /../../tree/v4.9.0
475
463
  [4.9.1]: /../../tree/v4.9.1
476
- [4.9.2]: /../../tree/v4.9.2
477
- [4.9.3]: /../../tree/v4.9.3
478
- [4.9.4]: /../../tree/v4.9.4
479
- [4.9.5]: /../../tree/v4.9.5
480
- [4.9.6]: /../../tree/v4.9.6
464
+ [4.10.0]: /../../tree/v4.10.0
465
+ [4.10.1]: /../../tree/v4.10.1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dsw-tdk
3
- Version: 4.9.6
3
+ Version: 4.10.1
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.9.6~0f71834',
13
- built_at='2024-09-16 12:21:40Z',
14
- sha='0f71834e877f1fd9352703cdb6017b40be824a04',
12
+ version='v4.10.1~71a6e0e',
13
+ built_at='2024-09-04 11:07:13Z',
14
+ sha='71a6e0e954a6f64987af2180f91b300060495719',
15
15
  branch='HEAD',
16
- tag='v4.9.6',
16
+ tag='v4.10.1',
17
17
  )
@@ -3,8 +3,8 @@ import pathspec # type: ignore
3
3
  import re
4
4
 
5
5
  APP = 'dsw-tdk'
6
- VERSION = '4.9.6'
7
- METAMODEL_VERSION = 13
6
+ VERSION = '4.10.0'
7
+ METAMODEL_VERSION = 14
8
8
 
9
9
  REGEX_SEMVER = re.compile(r'^[0-9]+\.[0-9]+\.[0-9]+$')
10
10
  REGEX_ORGANIZATION_ID = re.compile(r'^(?![.])(?!.*[.]$)[a-zA-Z0-9.]+$')
@@ -48,6 +48,7 @@ METAMODEL_VERSION_SUPPORT = {
48
48
  11: (3, 20, 0),
49
49
  12: (4, 1, 0),
50
50
  13: (4, 3, 0),
51
+ 14: (4, 10, 0),
51
52
  }
52
53
 
53
54
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dsw-tdk
3
- Version: 4.9.6
3
+ Version: 4.10.1
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.9.6"
7
+ version = "4.10.1"
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