Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fsspec/universal_pathlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.3
Choose a base ref
...
head repository: fsspec/universal_pathlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.4
Choose a head ref
  • 14 commits
  • 32 files changed
  • 2 contributors

Commits on Aug 27, 2024

  1. Fix UPath.rename type signature (#258)

    * typesafety: add checks for rename signature
    
    * upath: fix type signature of UPath.rename
    
    * tests: fix issue with ssl detection on test setup
    ap-- authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    320425f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    18ade33 View commit details
    Browse the repository at this point in the history
  2. Update moto[s3,server] remove upper version bound (#248)

    * Update moto[s3,server] requirement from <5 to <6
    
    Updates the requirements on [moto[s3,server]](https://github.com/getmoto/moto) to permit the latest version.
    - [Release notes](https://github.com/getmoto/moto/releases)
    - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
    - [Commits](getmoto/moto@0.0.7...5.0.12)
    
    ---
    updated-dependencies:
    - dependency-name: moto[s3,server]
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * tests: update moto usage for compatibility with newer versions
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Andreas Poehlmann <[email protected]>
    dependabot[bot] and ap-- authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    15712e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. move to pyproject.toml (#260)

    ap-- authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    bd5e5fa View commit details
    Browse the repository at this point in the history
  2. Implement UPath.samefile (#261)

    * tests: add samefile test case
    
    * upath: implement samefile
    
    * tests: datapath fix samefile test
    ap-- authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c457f06 View commit details
    Browse the repository at this point in the history
  3. Fix touch exists_ok if file exists (#262)

    * tests: touch exists_ok behavior
    
    * upath: fix touch exists_ok
    
    * upath.implementations.cloud: remove AzurePath.touch custom method
    ap-- authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    162dd2f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. tests: add test for mkdir with existing gcs bucket (#263)

    * tests: add test for mkdir with existing gcs bucket
    
    * tests: skip gcs test on windows
    ap-- authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    e2451e9 View commit details
    Browse the repository at this point in the history
  2. UPath.joinpath raise error on protocol mismatch (#264)

    * tests: add test defining protocol mismatch behavior
    
    * upath: fix UPath raise ValueError on mismatch instead of TypeError
    
    * upath.implementations.cloud: raise early if bucket/container missing
    
    * upath: fix protocol matching on <=3.11
    ap-- authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    3d4ec00 View commit details
    Browse the repository at this point in the history
  3. Add SFTPPath implementation (#265)

    * tests: add sshpath tests
    
    * upath: add SFTPPath implementation
    
    * tests: add paramiko dependency
    
    * upath.implementations.sftp: remove monkeypatch
    
    * tests: add missing protocols to registry tests
    
    * tests: fix sftp tests for fsspec<2022.10.0
    
    * tests: xfail mkdir sftp tests on old fsspec
    ap-- authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    ab308c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    e508246 View commit details
    Browse the repository at this point in the history
  2. Silence various warnings in tests (#267)

    * tests: silence various warnings
    
    * tests: silence botocore warning
    
    * ci: update actions
    
    * ci: silence pip error on macos py38
    ap-- authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    5f70444 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Allow UPath.lstat (#271)

    * tests: UPath.lstat returns but throws warning
    
    * upath: fix lstat tests
    ap-- authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    b44bac3 View commit details
    Browse the repository at this point in the history
  2. upath: update flavours (#272)

    ap-- authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    b330b16 View commit details
    Browse the repository at this point in the history
  3. cut release 0.2.4 (#274)

    ap-- authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    ed86b34 View commit details
    Browse the repository at this point in the history
Loading