lsst-utils 29.2025.4300__tar.gz → 29.2025.4500__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 (64) hide show
  1. {lsst_utils-29.2025.4300/python/lsst_utils.egg-info → lsst_utils-29.2025.4500}/PKG-INFO +4 -3
  2. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/pyproject.toml +4 -3
  3. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/packages.py +5 -1
  4. lsst_utils-29.2025.4500/python/lsst/utils/version.py +2 -0
  5. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500/python/lsst_utils.egg-info}/PKG-INFO +4 -3
  6. lsst_utils-29.2025.4300/python/lsst/utils/version.py +0 -2
  7. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/COPYRIGHT +0 -0
  8. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/LICENSE +0 -0
  9. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/MANIFEST.in +0 -0
  10. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/README.rst +0 -0
  11. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/doc/lsst.utils/CHANGES.rst +0 -0
  12. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/doc/lsst.utils/index.rst +0 -0
  13. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/__init__.py +0 -0
  14. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/__init__.py +0 -0
  15. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/_packaging.py +0 -0
  16. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/argparsing.py +0 -0
  17. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/classes.py +0 -0
  18. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/db_auth.py +0 -0
  19. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/deprecated.py +0 -0
  20. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/doImport.py +0 -0
  21. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/inheritDoc.py +0 -0
  22. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/introspection.py +0 -0
  23. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/iteration.py +0 -0
  24. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/logging.py +0 -0
  25. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/plotting/__init__.py +0 -0
  26. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/plotting/figures.py +0 -0
  27. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/plotting/limits.py +0 -0
  28. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/plotting/publication_plots.py +0 -0
  29. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/plotting/rubin.mplstyle +0 -0
  30. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/py.typed +0 -0
  31. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/tests.py +0 -0
  32. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/threads.py +0 -0
  33. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/timer.py +0 -0
  34. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/usage.py +0 -0
  35. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst/utils/wrappers.py +0 -0
  36. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst_utils.egg-info/SOURCES.txt +0 -0
  37. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst_utils.egg-info/dependency_links.txt +0 -0
  38. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst_utils.egg-info/requires.txt +0 -0
  39. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst_utils.egg-info/top_level.txt +0 -0
  40. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/python/lsst_utils.egg-info/zip-safe +0 -0
  41. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/setup.cfg +0 -0
  42. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_argparsing.py +0 -0
  43. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_classes.py +0 -0
  44. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_db_auth.py +0 -0
  45. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_decorators.py +0 -0
  46. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_deprecated.py +0 -0
  47. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_doImport.py +0 -0
  48. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_executables.py +0 -0
  49. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_getPackageDir.py +0 -0
  50. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_getTempFilePath.py +0 -0
  51. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_import.py +0 -0
  52. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_inheritDoc.py +0 -0
  53. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_introspection.py +0 -0
  54. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_iteration.py +0 -0
  55. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_logging.py +0 -0
  56. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_matplotlib_figures.py +0 -0
  57. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_ordering.py +0 -0
  58. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_packages.py +0 -0
  59. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_plotting_limits.py +0 -0
  60. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_threads.py +0 -0
  61. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_timer.py +0 -0
  62. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_usage.py +0 -0
  63. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_utils.py +0 -0
  64. {lsst_utils-29.2025.4300 → lsst_utils-29.2025.4500}/tests/test_wrappers.py +0 -0
@@ -1,18 +1,19 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-utils
3
- Version: 29.2025.4300
3
+ Version: 29.2025.4500
4
4
  Summary: Utility functions from Rubin Observatory Data Management for the Legacy Survey of Space and Time (LSST).
5
5
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
6
- License: BSD 3-Clause License
6
+ License-Expression: BSD-3-Clause
7
7
  Project-URL: Homepage, https://github.com/lsst/utils
8
8
  Keywords: lsst
9
9
  Classifier: Intended Audience :: Developers
10
- Classifier: License :: OSI Approved :: BSD License
11
10
  Classifier: Operating System :: OS Independent
12
11
  Classifier: Programming Language :: Python :: 3
13
12
  Classifier: Programming Language :: Python :: 3.10
14
13
  Classifier: Programming Language :: Python :: 3.11
15
14
  Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Programming Language :: Python :: 3.14
16
17
  Requires-Python: >=3.10.0
17
18
  Description-Content-Type: text/x-rst
18
19
  License-File: COPYRIGHT
@@ -6,19 +6,21 @@ build-backend = "setuptools.build_meta"
6
6
  name = "lsst-utils"
7
7
  requires-python = ">=3.10.0"
8
8
  description = "Utility functions from Rubin Observatory Data Management for the Legacy Survey of Space and Time (LSST)."
9
- license = {text = "BSD 3-Clause License"}
9
+ license = "BSD-3-Clause"
10
+ license-files = ["COPYRIGHT", "LICENSE"]
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 :: Developers",
16
- "License :: OSI Approved :: BSD License",
17
17
  "Operating System :: OS Independent",
18
18
  "Programming Language :: Python :: 3",
19
19
  "Programming Language :: Python :: 3.10",
20
20
  "Programming Language :: Python :: 3.11",
21
21
  "Programming Language :: Python :: 3.12",
22
+ "Programming Language :: Python :: 3.13",
23
+ "Programming Language :: Python :: 3.14",
22
24
  ]
23
25
  keywords=["lsst"]
24
26
  dependencies = [
@@ -47,7 +49,6 @@ where = ["python"]
47
49
 
48
50
  [tool.setuptools]
49
51
  zip-safe = true
50
- license-files = ["COPYRIGHT", "LICENSE"]
51
52
 
52
53
  [tool.setuptools.package-data]
53
54
  "lsst.utils" = ["py.typed"]
@@ -780,7 +780,11 @@ def _pkg_constructor(loader: yaml.constructor.SafeConstructor, node: yaml.Node)
780
780
  yield Packages(loader.construct_mapping(node, deep=True)) # type: ignore
781
781
 
782
782
 
783
- for loader in (yaml.Loader, yaml.CLoader, yaml.UnsafeLoader, yaml.SafeLoader, yaml.FullLoader):
783
+ for loader_str in ("Loader", "CLoader", "UnsafeLoader", "SafeLoader", "FullLoader"):
784
+ loader = getattr(yaml, loader_str, None)
785
+ if loader is None:
786
+ continue
787
+
784
788
  yaml.add_constructor("lsst.utils.packages.Packages", _pkg_constructor, Loader=loader)
785
789
 
786
790
  # Register the old name with YAML.
@@ -0,0 +1,2 @@
1
+ __all__ = ["__version__"]
2
+ __version__ = "29.2025.4500"
@@ -1,18 +1,19 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-utils
3
- Version: 29.2025.4300
3
+ Version: 29.2025.4500
4
4
  Summary: Utility functions from Rubin Observatory Data Management for the Legacy Survey of Space and Time (LSST).
5
5
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
6
- License: BSD 3-Clause License
6
+ License-Expression: BSD-3-Clause
7
7
  Project-URL: Homepage, https://github.com/lsst/utils
8
8
  Keywords: lsst
9
9
  Classifier: Intended Audience :: Developers
10
- Classifier: License :: OSI Approved :: BSD License
11
10
  Classifier: Operating System :: OS Independent
12
11
  Classifier: Programming Language :: Python :: 3
13
12
  Classifier: Programming Language :: Python :: 3.10
14
13
  Classifier: Programming Language :: Python :: 3.11
15
14
  Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Programming Language :: Python :: 3.14
16
17
  Requires-Python: >=3.10.0
17
18
  Description-Content-Type: text/x-rst
18
19
  License-File: COPYRIGHT
@@ -1,2 +0,0 @@
1
- __all__ = ["__version__"]
2
- __version__ = "29.2025.4300"