dsw-config 4.20.1__py2.py3-none-any.whl → 4.22.0__py2.py3-none-any.whl

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.
dsw/config/build_info.py CHANGED
@@ -9,9 +9,9 @@ BuildInfo = namedtuple(
9
9
  )
10
10
 
11
11
  BUILD_INFO = BuildInfo(
12
- version='v4.20.1~0e2ea82',
13
- built_at='2025-07-23 08:04:38Z',
14
- sha='0e2ea82aa69b9aae205f7715cf9606bbf75f9f20',
12
+ version='v4.22.0~dffe6c1',
13
+ built_at='2025-09-02 13:01:47Z',
14
+ sha='dffe6c10e47b8795a0d27d495d1c0c0a5d4a76fb',
15
15
  branch='HEAD',
16
- tag='v4.20.1',
16
+ tag='v4.22.0',
17
17
  )
dsw/config/keys.py CHANGED
@@ -2,7 +2,6 @@
2
2
  import collections
3
3
  import typing
4
4
 
5
-
6
5
  T = typing.TypeVar('T')
7
6
 
8
7
 
@@ -71,7 +70,8 @@ class ConfigKeysMeta(type):
71
70
 
72
71
  @classmethod
73
72
  # pylint: disable-next=unused-argument
74
- def __prepare__(mcs, name, bases, **kwargs):
73
+ def __prepare__(mcs, name: str, bases: tuple,
74
+ /, **kwargs) -> collections.abc.MutableMapping[str, object]:
75
75
  return collections.OrderedDict()
76
76
 
77
77
  def __init__(cls, name, bases, namespace):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dsw-config
3
- Version: 4.20.1
3
+ Version: 4.22.0
4
4
  Summary: Library for DSW config manipulation
5
5
  Author-email: Marek Suchánek <marek.suchanek@ds-wizard.org>
6
6
  License: Apache License 2.0
@@ -11,11 +11,11 @@ Keywords: dsw,config,yaml,parser
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: License :: OSI Approved :: Apache Software License
13
13
  Classifier: Programming Language :: Python
14
- Classifier: Programming Language :: Python :: 3.11
15
14
  Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python :: 3.13
16
16
  Classifier: Topic :: Text Processing
17
17
  Classifier: Topic :: Utilities
18
- Requires-Python: <4,>=3.11
18
+ Requires-Python: <4,>=3.12
19
19
  Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
21
  Requires-Dist: PyYAML
@@ -1,12 +1,12 @@
1
1
  dsw/config/__init__.py,sha256=2tf8kQHwcEpoGwUoXyczIFzkAUi112973KTccusrDmM,123
2
- dsw/config/build_info.py,sha256=ZPEl_TE1xRrecv0DidwcjMbWKR5jnVrzoo-ZMOoF_Z0,381
3
- dsw/config/keys.py,sha256=uKMBHJI8gCrSqyjdpFnwzj1zRRoJnyB0jlXR4p0zDD0,6998
2
+ dsw/config/build_info.py,sha256=Jv6xitMTuaFPpmWlEZebmbyVJtnr88cM2zNTfwujUU0,381
3
+ dsw/config/keys.py,sha256=fkzaXELMfsNFnxMu8LN6ZoheNJ_Q0Jw5rmPEQ89SjGg,7079
4
4
  dsw/config/logging.py,sha256=I4-WjLNRIlmRS3TRXIF66IzI4c0DLzYsbJ0A9jGiPW4,1479
5
5
  dsw/config/model.py,sha256=4IIy25TkS0VfDOxWdOW4AxVHVdUiRfBCmEqin9JcYf0,1760
6
6
  dsw/config/parser.py,sha256=SOznsTdEMZ31aTKenvYpICA4y4_z-8MWFeTn3xUrlRY,4469
7
7
  dsw/config/sentry.py,sha256=anpGZATeJYTLq7n8BF9m_8fcoNrP2hAS53fAZ6JsyOA,1940
8
- dsw_config-4.20.1.dist-info/licenses/LICENSE,sha256=rDtJ4LdsXvf_euOpGD0Q86P78K4JyM5m4yfYz9wZ750,11346
9
- dsw_config-4.20.1.dist-info/METADATA,sha256=03NMfPUtLvU_ZPDY88cVcOkmx578FQCnDkTM-UKwdO0,1818
10
- dsw_config-4.20.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
11
- dsw_config-4.20.1.dist-info/top_level.txt,sha256=7SfbsHFoJ_vlAgG6C-xzETETwYO71dBrGnod8uMFnjw,4
12
- dsw_config-4.20.1.dist-info/RECORD,,
8
+ dsw_config-4.22.0.dist-info/licenses/LICENSE,sha256=rDtJ4LdsXvf_euOpGD0Q86P78K4JyM5m4yfYz9wZ750,11346
9
+ dsw_config-4.22.0.dist-info/METADATA,sha256=cwbtBp9AfB17Y-VUysUnCfXMOKYza5_pg7zNzqP55e8,1818
10
+ dsw_config-4.22.0.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
11
+ dsw_config-4.22.0.dist-info/top_level.txt,sha256=7SfbsHFoJ_vlAgG6C-xzETETwYO71dBrGnod8uMFnjw,4
12
+ dsw_config-4.22.0.dist-info/RECORD,,