lsst-pex-config 29.2025.4300__tar.gz → 29.2025.4400__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 (70) hide show
  1. {lsst_pex_config-29.2025.4300/python/lsst_pex_config.egg-info → lsst_pex_config-29.2025.4400}/PKG-INFO +3 -4
  2. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/pyproject.toml +3 -4
  3. lsst_pex_config-29.2025.4400/python/lsst/pex/config/version.py +2 -0
  4. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400/python/lsst_pex_config.egg-info}/PKG-INFO +3 -4
  5. lsst_pex_config-29.2025.4300/python/lsst/pex/config/version.py +0 -2
  6. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/COPYRIGHT +0 -0
  7. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/LICENSE +0 -0
  8. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/MANIFEST.in +0 -0
  9. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/README.rst +0 -0
  10. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/bsd_license.txt +0 -0
  11. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/CHANGES.rst +0 -0
  12. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/design-notes.rst +0 -0
  13. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/field-types.rst +0 -0
  14. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/index.rst +0 -0
  15. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/inspecting-configs.rst +0 -0
  16. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/overview.rst +0 -0
  17. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/registry-intro.rst +0 -0
  18. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/doc/lsst.pex.config/wrapping-cpp-control-objects.rst +0 -0
  19. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/gpl-v3.0.txt +0 -0
  20. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/__init__.py +0 -0
  21. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/__init__.py +0 -0
  22. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/__init__.py +0 -0
  23. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/_doNotImportMe.py +0 -0
  24. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/callStack.py +0 -0
  25. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/choiceField.py +0 -0
  26. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/comparison.py +0 -0
  27. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/config.py +0 -0
  28. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configChoiceField.py +0 -0
  29. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configDictField.py +0 -0
  30. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configField.py +0 -0
  31. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configurableActions/__init__.py +0 -0
  32. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configurableActions/_configurableAction.py +0 -0
  33. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configurableActions/_configurableActionField.py +0 -0
  34. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configurableActions/_configurableActionStructField.py +0 -0
  35. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configurableActions/tests.py +0 -0
  36. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/configurableField.py +0 -0
  37. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/convert.py +0 -0
  38. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/dictField.py +0 -0
  39. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/history.py +0 -0
  40. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/listField.py +0 -0
  41. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/py.typed +0 -0
  42. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/rangeField.py +0 -0
  43. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/registry.py +0 -0
  44. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst/pex/config/wrap.py +0 -0
  45. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst_pex_config.egg-info/SOURCES.txt +0 -0
  46. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst_pex_config.egg-info/dependency_links.txt +0 -0
  47. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst_pex_config.egg-info/requires.txt +0 -0
  48. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst_pex_config.egg-info/top_level.txt +0 -0
  49. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/python/lsst_pex_config.egg-info/zip-safe +0 -0
  50. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/setup.cfg +0 -0
  51. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/testLib.py +0 -0
  52. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_Config.py +0 -0
  53. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test__file__.py +0 -0
  54. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_configChoiceField.py +0 -0
  55. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_configDictField.py +0 -0
  56. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_configurableActions.py +0 -0
  57. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_configurableField.py +0 -0
  58. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_dictField.py +0 -0
  59. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_history.py +0 -0
  60. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_listField.py +0 -0
  61. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_registry.py +0 -0
  62. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_ticket1911.py +0 -0
  63. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_ticket1914.py +0 -0
  64. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_ticket1915.py +0 -0
  65. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_ticket1929.py +0 -0
  66. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_ticket1995.py +0 -0
  67. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_ticket2818.py +0 -0
  68. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_ticketDM-7337.py +0 -0
  69. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_unloaded_yaml.py +0 -0
  70. {lsst_pex_config-29.2025.4300 → lsst_pex_config-29.2025.4400}/tests/test_wrap.py +0 -0
@@ -1,19 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-pex-config
3
- Version: 29.2025.4300
3
+ Version: 29.2025.4400
4
4
  Summary: A flexible configuration system using Python files.
5
5
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
6
- License: BSD 3-Clause License, GPLv3+
6
+ License-Expression: BSD-3-Clause OR GPL-3.0-or-later
7
7
  Project-URL: Homepage, https://github.com/lsst/pex_config
8
8
  Keywords: lsst
9
9
  Classifier: Intended Audience :: Science/Research
10
- Classifier: License :: OSI Approved :: BSD License
11
- Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
12
10
  Classifier: Operating System :: OS Independent
13
11
  Classifier: Programming Language :: Python :: 3
14
12
  Classifier: Programming Language :: Python :: 3.10
15
13
  Classifier: Programming Language :: Python :: 3.11
16
14
  Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python :: 3.13
17
16
  Classifier: Topic :: Scientific/Engineering :: Astronomy
18
17
  Requires-Python: >=3.10.0
19
18
  Description-Content-Type: text/x-rst
@@ -6,20 +6,20 @@ build-backend = "setuptools.build_meta"
6
6
  name = "lsst-pex-config"
7
7
  requires-python = ">=3.10.0"
8
8
  description = "A flexible configuration system using Python files."
9
- license = {text = "BSD 3-Clause License, GPLv3+"}
9
+ license = "BSD-3-Clause OR GPL-3.0-or-later"
10
+ license-files = ["COPYRIGHT", "LICENSE", "gpl-v3.0.txt", "bsd_license.txt"]
10
11
  readme = "README.rst"
11
12
  authors = [
12
13
  {name="Rubin Observatory Data Management", email="dm-admin@lists.lsst.org"},
13
14
  ]
14
15
  classifiers = [
15
16
  "Intended Audience :: Science/Research",
16
- "License :: OSI Approved :: BSD License",
17
- "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
18
17
  "Operating System :: OS Independent",
19
18
  "Programming Language :: Python :: 3",
20
19
  "Programming Language :: Python :: 3.10",
21
20
  "Programming Language :: Python :: 3.11",
22
21
  "Programming Language :: Python :: 3.12",
22
+ "Programming Language :: Python :: 3.13",
23
23
  "Topic :: Scientific/Engineering :: Astronomy",
24
24
  ]
25
25
  keywords = ["lsst"]
@@ -43,7 +43,6 @@ where = ["python"]
43
43
 
44
44
  [tool.setuptools]
45
45
  zip-safe = true
46
- license-files = ["COPYRIGHT", "LICENSE", "gpl-v3.0.txt", "bsd_license.txt"]
47
46
 
48
47
  [tool.setuptools.package-data]
49
48
  "lsst.pex.config" = ["py.typed"]
@@ -0,0 +1,2 @@
1
+ __all__ = ["__version__"]
2
+ __version__ = "29.2025.4400"
@@ -1,19 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-pex-config
3
- Version: 29.2025.4300
3
+ Version: 29.2025.4400
4
4
  Summary: A flexible configuration system using Python files.
5
5
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
6
- License: BSD 3-Clause License, GPLv3+
6
+ License-Expression: BSD-3-Clause OR GPL-3.0-or-later
7
7
  Project-URL: Homepage, https://github.com/lsst/pex_config
8
8
  Keywords: lsst
9
9
  Classifier: Intended Audience :: Science/Research
10
- Classifier: License :: OSI Approved :: BSD License
11
- Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
12
10
  Classifier: Operating System :: OS Independent
13
11
  Classifier: Programming Language :: Python :: 3
14
12
  Classifier: Programming Language :: Python :: 3.10
15
13
  Classifier: Programming Language :: Python :: 3.11
16
14
  Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python :: 3.13
17
16
  Classifier: Topic :: Scientific/Engineering :: Astronomy
18
17
  Requires-Python: >=3.10.0
19
18
  Description-Content-Type: text/x-rst
@@ -1,2 +0,0 @@
1
- __all__ = ["__version__"]
2
- __version__ = "29.2025.4300"