gammarers.aws-resource-naming 0.10.15__tar.gz → 0.10.17__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.
Potentially problematic release.
This version of gammarers.aws-resource-naming might be problematic. Click here for more details.
- {gammarers_aws_resource_naming-0.10.15/src/gammarers.aws_resource_naming.egg-info → gammarers_aws_resource_naming-0.10.17}/PKG-INFO +3 -4
- {gammarers_aws_resource_naming-0.10.15 → gammarers_aws_resource_naming-0.10.17}/pyproject.toml +2 -2
- {gammarers_aws_resource_naming-0.10.15 → gammarers_aws_resource_naming-0.10.17}/setup.py +4 -5
- {gammarers_aws_resource_naming-0.10.15 → gammarers_aws_resource_naming-0.10.17}/src/gammarers/aws_resource_naming/_jsii/__init__.py +2 -2
- gammarers_aws_resource_naming-0.10.17/src/gammarers/aws_resource_naming/_jsii/aws-resource-naming@0.10.17.jsii.tgz +0 -0
- {gammarers_aws_resource_naming-0.10.15 → gammarers_aws_resource_naming-0.10.17/src/gammarers.aws_resource_naming.egg-info}/PKG-INFO +3 -4
- {gammarers_aws_resource_naming-0.10.15 → gammarers_aws_resource_naming-0.10.17}/src/gammarers.aws_resource_naming.egg-info/SOURCES.txt +1 -1
- {gammarers_aws_resource_naming-0.10.15 → gammarers_aws_resource_naming-0.10.17}/src/gammarers.aws_resource_naming.egg-info/requires.txt +1 -1
- gammarers_aws_resource_naming-0.10.15/src/gammarers/aws_resource_naming/_jsii/aws-resource-naming@0.10.15.jsii.tgz +0 -0
- {gammarers_aws_resource_naming-0.10.15 → gammarers_aws_resource_naming-0.10.17}/LICENSE +0 -0
- {gammarers_aws_resource_naming-0.10.15 → gammarers_aws_resource_naming-0.10.17}/MANIFEST.in +0 -0
- {gammarers_aws_resource_naming-0.10.15 → gammarers_aws_resource_naming-0.10.17}/README.md +0 -0
- {gammarers_aws_resource_naming-0.10.15 → gammarers_aws_resource_naming-0.10.17}/setup.cfg +0 -0
- {gammarers_aws_resource_naming-0.10.15 → gammarers_aws_resource_naming-0.10.17}/src/gammarers/aws_resource_naming/__init__.py +0 -0
- {gammarers_aws_resource_naming-0.10.15 → gammarers_aws_resource_naming-0.10.17}/src/gammarers/aws_resource_naming/py.typed +0 -0
- {gammarers_aws_resource_naming-0.10.15 → gammarers_aws_resource_naming-0.10.17}/src/gammarers.aws_resource_naming.egg-info/dependency_links.txt +0 -0
- {gammarers_aws_resource_naming-0.10.15 → gammarers_aws_resource_naming-0.10.17}/src/gammarers.aws_resource_naming.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gammarers.aws-resource-naming
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.17
|
|
4
4
|
Summary: @gammarers/aws-resource-naming
|
|
5
5
|
Home-page: https://github.com/gammarers/aws-resource-naming.git
|
|
6
6
|
Author: yicr<yicr@users.noreply.github.com>
|
|
@@ -10,17 +10,16 @@ Classifier: Intended Audience :: Developers
|
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Classifier: Programming Language :: JavaScript
|
|
12
12
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.9
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
16
|
Classifier: Typing :: Typed
|
|
18
17
|
Classifier: Development Status :: 5 - Production/Stable
|
|
19
18
|
Classifier: License :: OSI Approved
|
|
20
|
-
Requires-Python: ~=3.
|
|
19
|
+
Requires-Python: ~=3.9
|
|
21
20
|
Description-Content-Type: text/markdown
|
|
22
21
|
License-File: LICENSE
|
|
23
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
22
|
+
Requires-Dist: jsii<2.0.0,>=1.110.0
|
|
24
23
|
Requires-Dist: publication>=0.0.3
|
|
25
24
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
26
25
|
|
{gammarers_aws_resource_naming-0.10.15 → gammarers_aws_resource_naming-0.10.17}/pyproject.toml
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
[build-system]
|
|
2
|
-
requires = ["setuptools~=
|
|
2
|
+
requires = ["setuptools~=75.3.2", "wheel~=0.42"]
|
|
3
3
|
build-backend = "setuptools.build_meta"
|
|
4
4
|
|
|
5
5
|
[tool.pyright]
|
|
6
6
|
defineConstant = { DEBUG = true }
|
|
7
|
-
pythonVersion = "3.
|
|
7
|
+
pythonVersion = "3.9"
|
|
8
8
|
pythonPlatform = "All"
|
|
9
9
|
reportSelfClsParameterName = false
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "gammarers.aws-resource-naming",
|
|
8
|
-
"version": "0.10.
|
|
8
|
+
"version": "0.10.17",
|
|
9
9
|
"description": "@gammarers/aws-resource-naming",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/gammarers/aws-resource-naming.git",
|
|
@@ -26,15 +26,15 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"gammarers.aws_resource_naming._jsii": [
|
|
29
|
-
"aws-resource-naming@0.10.
|
|
29
|
+
"aws-resource-naming@0.10.17.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"gammarers.aws_resource_naming": [
|
|
32
32
|
"py.typed"
|
|
33
33
|
]
|
|
34
34
|
},
|
|
35
|
-
"python_requires": "~=3.
|
|
35
|
+
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"jsii>=1.
|
|
37
|
+
"jsii>=1.110.0, <2.0.0",
|
|
38
38
|
"publication>=0.0.3",
|
|
39
39
|
"typeguard>=2.13.3,<4.3.0"
|
|
40
40
|
],
|
|
@@ -43,7 +43,6 @@ kwargs = json.loads(
|
|
|
43
43
|
"Operating System :: OS Independent",
|
|
44
44
|
"Programming Language :: JavaScript",
|
|
45
45
|
"Programming Language :: Python :: 3 :: Only",
|
|
46
|
-
"Programming Language :: Python :: 3.8",
|
|
47
46
|
"Programming Language :: Python :: 3.9",
|
|
48
47
|
"Programming Language :: Python :: 3.10",
|
|
49
48
|
"Programming Language :: Python :: 3.11",
|
|
@@ -30,9 +30,9 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
|
|
|
30
30
|
|
|
31
31
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
32
32
|
"@gammarers/aws-resource-naming",
|
|
33
|
-
"0.10.
|
|
33
|
+
"0.10.17",
|
|
34
34
|
__name__[0:-6],
|
|
35
|
-
"aws-resource-naming@0.10.
|
|
35
|
+
"aws-resource-naming@0.10.17.jsii.tgz",
|
|
36
36
|
)
|
|
37
37
|
|
|
38
38
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gammarers.aws-resource-naming
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.17
|
|
4
4
|
Summary: @gammarers/aws-resource-naming
|
|
5
5
|
Home-page: https://github.com/gammarers/aws-resource-naming.git
|
|
6
6
|
Author: yicr<yicr@users.noreply.github.com>
|
|
@@ -10,17 +10,16 @@ Classifier: Intended Audience :: Developers
|
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Classifier: Programming Language :: JavaScript
|
|
12
12
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.9
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
16
|
Classifier: Typing :: Typed
|
|
18
17
|
Classifier: Development Status :: 5 - Production/Stable
|
|
19
18
|
Classifier: License :: OSI Approved
|
|
20
|
-
Requires-Python: ~=3.
|
|
19
|
+
Requires-Python: ~=3.9
|
|
21
20
|
Description-Content-Type: text/markdown
|
|
22
21
|
License-File: LICENSE
|
|
23
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
22
|
+
Requires-Dist: jsii<2.0.0,>=1.110.0
|
|
24
23
|
Requires-Dist: publication>=0.0.3
|
|
25
24
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
26
25
|
|
|
@@ -11,4 +11,4 @@ src/gammarers.aws_resource_naming.egg-info/top_level.txt
|
|
|
11
11
|
src/gammarers/aws_resource_naming/__init__.py
|
|
12
12
|
src/gammarers/aws_resource_naming/py.typed
|
|
13
13
|
src/gammarers/aws_resource_naming/_jsii/__init__.py
|
|
14
|
-
src/gammarers/aws_resource_naming/_jsii/aws-resource-naming@0.10.
|
|
14
|
+
src/gammarers/aws_resource_naming/_jsii/aws-resource-naming@0.10.17.jsii.tgz
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|