Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency universal-pathlib to ^0.2.0 #116

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
universal-pathlib (changelog) ^0.1.3 -> ^0.2.0 age adoption passing confidence

Release Notes

fsspec/universal_pathlib (universal-pathlib)

v0.2.5

Compare Source

Fixed
  • upath.implementations.cloud: move bucket check to subclasses (#​277)
  • upath: enable local tests on windows and fix is_absolute (#​278)
  • upath: updated flavour sources (#​273)
Added
  • upath: adds support for python-3.13 (#​275)

v0.2.4

Compare Source

Fixed
  • upath: fix UPath.rename type signature (#​258)
  • upath: prevent SMBPath.rename warnings (#​259)
  • upath: implement UPath.samefile (#​261)
  • upath: fix UPath.touch(exists_ok=False) if file exists (#​262)
  • upath: UPath.joinpath() raise error on protocol mismatch (#​264)
  • tests: silence test warnings (#​267)
  • tests: fix http xpass test (#​266)
  • tests: use newer moto server (#​248)
  • tests: mkdir test on existing gcs bucket (#​263)
Added
  • upath: add SFTPPath implementation (#​265)
Changed
  • upath: move setup.cfg to pyproject.toml (#​260)
  • upath: UPath.lstat now returns but raises a warning (#​271)
  • upath: updated flavours to the newest versions (#​272)

v0.2.3

Compare Source

Added
  • upath: add st_birthtime as standard field (#​254)
  • upath: added SMBPath and tests (#​219)
  • ci: added typesafety checks (#​212)
Fixed
  • upath: fix UPath.is_absolute on <3.12 (#​256)
  • upath: fix UPath.rename for absolute paths (#​225)
  • upath._flavour: fix path parsing due to change in urllib.parse.SplitResult behavior (#​236)
  • upath: fixed typing regressions (#​212)
  • upath: update flavour sources (#​224, #​237, #​252)
  • docs: fix link to filesystem spec optional dependencies (#​232)

v0.2.2

Compare Source

Fixed
  • upath: fixed comparison with pathlib.Path on py<3.12 (#​203)
  • upath: imports of filesystem classes are now lazy (#​200)
  • upath: open() now passes fsspec options through to fsspec (#​204)
  • upath: fixed regression for args that implement __fspath__ different from __str__ (#​200)
  • docs: fixed entrypoint examples for UPath subclass registration (#​196)

v0.2.1

Compare Source

Added
  • upath: added UPath.joinuri() (#​189)
Fixed
  • fixed UPath instances not hashable (#​188)
  • fixed missing packaging dependency (#​187)
  • fixed pypi package classifiers

v0.2.0

Compare Source

Added
  • upath: support Python 3.12 (#​152)
  • upath: improved subclass customization options (#​173)
  • upath: support local uri scheme (#​150)
  • upath: added GitHubPath (#​155)
  • upath: added DataPath for data uris (#​169)
Changed
  • tests: xfail tests if optional dependency is missing (#​160)
Fixed
  • fixed netloc handling of memory://netloc/a/b style uris (#​162)
  • fixed broken mkdir for cloud filesystems (#​177)
  • fixed UPath().stat() now returns a os.stat_result-like object (#​179)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 2 0 0.03s
✅ JSON eslint-plugin-jsonc 3 0 0 1.2s
✅ JSON jsonlint 3 0 0.15s
✅ JSON prettier 3 2 0 0.43s
✅ JSON v8r 3 0 2.98s
✅ MAKEFILE checkmake 1 0 0.01s
✅ MARKDOWN markdownlint 7 0 0 1.15s
✅ MARKDOWN markdown-link-check 12 0 1.13s
✅ MARKDOWN markdown-table-formatter 12 0 0 0.3s
✅ PYTHON black 36 0 0 1.27s
✅ PYTHON flake8 36 0 0.7s
✅ PYTHON isort 36 24 0 0.35s
✅ PYTHON mypy 36 0 6.4s
✅ PYTHON ruff 36 24 0 0.2s
✅ REPOSITORY checkov yes no 9.75s
✅ REPOSITORY gitleaks yes no 0.59s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY trivy-sbom yes no 1.42s
✅ YAML prettier 7 4 0 0.8s
✅ YAML v8r 7 0 4.29s
✅ YAML yamllint 7 0 0.37s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants