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.4
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.5
Choose a head ref
  • 5 commits
  • 12 files changed
  • 2 contributors

Commits on Sep 8, 2024

  1. Bump dvc from 3.55.1 to 3.55.2 (#273)

    * Bump dvc from 3.55.1 to 3.55.2
    
    Bumps [dvc](https://github.com/iterative/dvc) from 3.55.1 to 3.55.2.
    - [Release notes](https://github.com/iterative/dvc/releases)
    - [Commits](iterative/dvc@3.55.1...3.55.2)
    
    ---
    updated-dependencies:
    - dependency-name: dvc
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * upath: update flavour
    
    ---------
    
    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 Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ddb2296 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f40d6c View commit details
    Browse the repository at this point in the history
  3. Enable windows local tests (#278)

    * tests: enable local tests on windows
    
    * upath: fix local_tests on windows (expose local_file attribute)
    ap-- authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    b03e845 View commit details
    Browse the repository at this point in the history
  4. Support python 3.13 (#275)

    * nox: add 3.13 session
    
    * tests: xfail unsupported access to private attrs _drv, _root, _parts
    
    * upath.core: add parser alias for _flavour
    
    * upath.core: replace _make_child_relpath usage in iterdir
    
    * ci: add 3.13 to tests
    
    * upath: update classifier in package metadata
    
    * tests: don't install moto on 3.13 windows for now (skips s3 windows tests)
    
    * upath: prevent pywin32 installation on windows 3.13 until release available
    ap-- authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    53eae02 View commit details
    Browse the repository at this point in the history
  5. Cut release v0.2.5 (#279)

    * repo: update readme
    
    * update changelog
    ap-- authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    3cc0871 View commit details
    Browse the repository at this point in the history
Loading