daplapath 2.1.0__py3-none-any.whl → 2.1.1__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.
daplapath/path.py CHANGED
@@ -228,7 +228,7 @@ class Path(str, _PathBase):
228
228
  """Construct Path with '/' as delimiter."""
229
229
  gcs_path = cls._standardize_path(gcs_path or "")
230
230
  obj = super().__new__(cls, gcs_path)
231
- obj._path = PurePosixPath(obj)
231
+ obj._path = pathlib.Path(obj)
232
232
  obj._file_system = file_system
233
233
  return obj
234
234
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: daplapath
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: A pathlib.Path class for dapla
5
5
  License: MIT
6
6
  Author: ort
@@ -0,0 +1,6 @@
1
+ daplapath/__init__.py,sha256=Qdpwhl8y3-i_42-4-KVT-sPQtJqwWRENLFxROZ_rfbU,86
2
+ daplapath/path.py,sha256=vSRuq0usBxtz4p6lbuLbWtpjribk0t6bV2EDtbN1CD4,57270
3
+ daplapath-2.1.1.dist-info/LICENSE.md,sha256=hxspefYgWP3U6OZFhCifqWMI5ksnKzgFxNKgQnG7Ozc,1074
4
+ daplapath-2.1.1.dist-info/METADATA,sha256=plv6x6q7kmhthrNUQgg1YwGnJJtroRWbicmSYgaufMY,14697
5
+ daplapath-2.1.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
6
+ daplapath-2.1.1.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- daplapath/__init__.py,sha256=Qdpwhl8y3-i_42-4-KVT-sPQtJqwWRENLFxROZ_rfbU,86
2
- daplapath/path.py,sha256=B4EU6hPeFOVMo34Li8e-z61IfdXgMHcHNjpSd1so89w,57271
3
- daplapath-2.1.0.dist-info/LICENSE.md,sha256=hxspefYgWP3U6OZFhCifqWMI5ksnKzgFxNKgQnG7Ozc,1074
4
- daplapath-2.1.0.dist-info/METADATA,sha256=3_FKexzVOL2-C5HHVw9rS_jXaB_Qk_mHKaHNT-MCplI,14697
5
- daplapath-2.1.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
6
- daplapath-2.1.0.dist-info/RECORD,,