-
Notifications
You must be signed in to change notification settings - Fork 42
Comparing changes
Open a pull request
base repository: fsspec/universal_pathlib
base: v0.2.2
head repository: fsspec/universal_pathlib
compare: v0.2.3
- 12 commits
- 26 files changed
- 7 contributors
Commits on Jun 14, 2024
-
* update pre-commit * ci: do not run safety in lint job for now
Configuration menu - View commit details
-
Copy full SHA for 68d5707 - Browse repository at this point
Copy the full SHA 68d5707View commit details -
implement SMBPath and tests (#219)
* implement SMBPath and tests * upath._flavour_sources: revert formatting changes * tests: add smb protocol to registry tests * tests: update smb glob test (mark '*' as xfail for now) * upath.implementations.smb: configure flavour to correctly handle path parsing * tests: skip smb test on windows * upath.implementations.smb: make rename work with older fsspec --------- Co-authored-by: fkuehnlenz <[email protected]> Co-authored-by: Andreas Poehlmann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d412c63 - Browse repository at this point
Copy the full SHA d412c63View commit details
Commits on Jun 15, 2024
-
* tests: add typesafety tests * nox: add typesafety command * upath: typing fixes for generated flavours * upath: update _flavour_sources.py * upath: more typing fixes * typesafety: add more tests * upath: typing fixes * ci: add typesafety checks * nox -s lint * upath: exclude fsspec==2024.3.1 for now * _strip_protocol signature changes break local fs tests * Windows URI parsing has issues * nox -s lint fixes * typesafety: add pathlib interface tests * upath: various typing fixes * typesafety: fix mypy output issue on python3.8 * typesafety: check .link_to and .walk
Configuration menu - View commit details
-
Copy full SHA for 14dc7ae - Browse repository at this point
Copy the full SHA 14dc7aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68f8369 - Browse repository at this point
Copy the full SHA 68f8369View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 431af71 - Browse repository at this point
Copy the full SHA 431af71View commit details
Commits on Jul 21, 2024
-
upath._flavour: fix path parsing due to change in urllib.parse.SplitR…
…esult behavior (#236)
Configuration menu - View commit details
-
Copy full SHA for 07a4583 - Browse repository at this point
Copy the full SHA 07a4583View commit details -
Update filesystem flavours to newest versions (#237)
* upath: updating generated flavour sources * upath: update flavour sources to newest versions
Configuration menu - View commit details
-
Copy full SHA for 92675f0 - Browse repository at this point
Copy the full SHA 92675f0View commit details
Commits on Aug 22, 2024
-
* update to newest flavours * nox: add command for updating flavours
Configuration menu - View commit details
-
Copy full SHA for 655e8fc - Browse repository at this point
Copy the full SHA 655e8fcView commit details
Commits on Aug 23, 2024
-
Fix UPath.rename for absolute paths (#225)
* Fix rename * use protocol to decide if joinpath needed * extend rename tests * upath.core: fix rename protocol comparison if protocols depend on storage_options * upath: fix SMBPath.rename * upath: fix rename kwargs for older fsspec versions * upath: explicitly assert return type in UPath.rename * upath.implementations.smb: from __future__ import annotations --------- Co-authored-by: Andreas Poehlmann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2eff7e - Browse repository at this point
Copy the full SHA b2eff7eView commit details -
Add
st_birthtime
as standard field (#254)* Add .vscode to .gitignore * Add tests for stat time values * Add tests for birthtime * Move birthtime implementation * upath._stat: fix linter error --------- Co-authored-by: Thomas H <[email protected]> Co-authored-by: Andreas Poehlmann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65cbe0e - Browse repository at this point
Copy the full SHA 65cbe0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeebf51 - Browse repository at this point
Copy the full SHA eeebf51View commit details -
Configuration menu - View commit details
-
Copy full SHA for e53d8a4 - Browse repository at this point
Copy the full SHA e53d8a4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.2...v0.2.3