lsst-resources 30.0.0rc3__tar.gz → 30.2026.300__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 (56) hide show
  1. {lsst_resources-30.0.0rc3/python/lsst_resources.egg-info → lsst_resources-30.2026.300}/PKG-INFO +1 -1
  2. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/doc/lsst.resources/CHANGES.rst +0 -30
  3. lsst_resources-30.2026.300/python/lsst/resources/version.py +2 -0
  4. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300/python/lsst_resources.egg-info}/PKG-INFO +1 -1
  5. lsst_resources-30.0.0rc3/python/lsst/resources/version.py +0 -2
  6. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/COPYRIGHT +0 -0
  7. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/LICENSE +0 -0
  8. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/MANIFEST.in +0 -0
  9. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/README.md +0 -0
  10. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/doc/lsst.resources/dav.rst +0 -0
  11. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/doc/lsst.resources/index.rst +0 -0
  12. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/doc/lsst.resources/internal-api.rst +0 -0
  13. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/doc/lsst.resources/s3.rst +0 -0
  14. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/pyproject.toml +0 -0
  15. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/__init__.py +0 -0
  16. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/__init__.py +0 -0
  17. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/_resourceHandles/__init__.py +0 -0
  18. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/_resourceHandles/_baseResourceHandle.py +0 -0
  19. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/_resourceHandles/_davResourceHandle.py +0 -0
  20. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/_resourceHandles/_fileResourceHandle.py +0 -0
  21. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/_resourceHandles/_httpResourceHandle.py +0 -0
  22. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/_resourceHandles/_s3ResourceHandle.py +0 -0
  23. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/_resourcePath.py +0 -0
  24. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/dav.py +0 -0
  25. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/davutils.py +0 -0
  26. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/eups.py +0 -0
  27. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/file.py +0 -0
  28. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/gs.py +0 -0
  29. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/http.py +0 -0
  30. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/location.py +0 -0
  31. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/mem.py +0 -0
  32. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/packageresource.py +0 -0
  33. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/proxied.py +0 -0
  34. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/py.typed +0 -0
  35. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/s3.py +0 -0
  36. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/s3utils.py +0 -0
  37. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/schemeless.py +0 -0
  38. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/tests.py +0 -0
  39. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst/resources/utils.py +0 -0
  40. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst_resources.egg-info/SOURCES.txt +0 -0
  41. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst_resources.egg-info/dependency_links.txt +0 -0
  42. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst_resources.egg-info/requires.txt +0 -0
  43. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst_resources.egg-info/top_level.txt +0 -0
  44. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/python/lsst_resources.egg-info/zip-safe +0 -0
  45. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/setup.cfg +0 -0
  46. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/tests/test_dav.py +0 -0
  47. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/tests/test_eups.py +0 -0
  48. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/tests/test_file.py +0 -0
  49. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/tests/test_gs.py +0 -0
  50. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/tests/test_http.py +0 -0
  51. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/tests/test_location.py +0 -0
  52. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/tests/test_mem.py +0 -0
  53. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/tests/test_resource.py +0 -0
  54. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/tests/test_s3.py +0 -0
  55. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/tests/test_s3utils.py +0 -0
  56. {lsst_resources-30.0.0rc3 → lsst_resources-30.2026.300}/tests/test_schemeless.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-resources
3
- Version: 30.0.0rc3
3
+ Version: 30.2026.300
4
4
  Summary: An abstraction layer for reading and writing from URI file resources.
5
5
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
6
6
  License-Expression: BSD-3-Clause
@@ -1,33 +1,3 @@
1
- Resources v30.0.0 (2026-01-15)
2
- ==============================
3
-
4
- New Features
5
- ------------
6
-
7
- - Added ``walk_up`` parameter to ``ResourcePath.relative_to`` to match the behavior of ``Path.relative_to``.
8
- Using ``walk_up=True`` allows ``..`` to be present in the returned string.
9
- The default is `False` to remain compatible with previous versions.
10
- This parameter can only be `True` for Python 3.12 and newer. (`DM-41256 <https://rubinobs.atlassian.net/browse/DM-41256>`_)
11
- - Added ``eups:`` URI scheme.
12
- This scheme will use the EUPS ``$<PRODUCT>_DIR`` environment variables if set, else try to find the corresponding Python package and look for a ``resources`` directory inside it following the decisions made in `RFC-1090 <https://rubinobs.atlassian.net/browse/RFC-1090>`_.
13
- Additionally, if a URI starts with ``$PRODUCT_DIR`` it is automatically converted to an EUPS URI. (`DM-50997 <https://rubinobs.atlassian.net/browse/DM-50997>`_)
14
-
15
-
16
- Bug Fixes
17
- ---------
18
-
19
- - Fixed ``ResourcePath.write`` for schemeless URIs that had no directory component. (`DM-41256 <https://rubinobs.atlassian.net/browse/DM-41256>`_)
20
- - Fixed an issue where ``S3ResourcePath.transfer_from(S3ResourcePath)`` would fail when the source and destination were using different S3 endpoints or sets of credentials. (`DM-51384 <https://rubinobs.atlassian.net/browse/DM-51384>`_)
21
- - Two simultaneous copies without overwrite could both succeed in certain cases.
22
- This race condition has now been eliminated. (`DM-51540 <https://rubinobs.atlassian.net/browse/DM-51540>`_)
23
-
24
-
25
- Miscellaneous Changes of Minor Interest
26
- ---------------------------------------
27
-
28
- - Fixed bug where ``.parents()`` and ``.dirname()`` were incorrectly returning the fragment of the file. (`DM-51890 <https://rubinobs.atlassian.net/browse/DM-51890>`_)
29
-
30
-
31
1
  Resources v29.1.0 (2025-06-13)
32
2
  ==============================
33
3
 
@@ -0,0 +1,2 @@
1
+ __all__ = ["__version__"]
2
+ __version__ = "30.2026.300"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-resources
3
- Version: 30.0.0rc3
3
+ Version: 30.2026.300
4
4
  Summary: An abstraction layer for reading and writing from URI file resources.
5
5
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
6
6
  License-Expression: BSD-3-Clause
@@ -1,2 +0,0 @@
1
- __all__ = ["__version__"]
2
- __version__ = "30.0.0rc3"