summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/fsspec (follow)
Commit message (Expand)AuthorAgeFilesLines
* python313Packages.fsspec: 2025.2.0 -> 2025.3.1•••https://github.com/fsspec/filesystem_spec/raw/2025.3.1/docs/source/changelog.rst Martin Weinelt2025-04-031-10/+21
* python312Packages.fsspec: 2024.12.0 -> 2025.2.0•••Diff: https://github.com/fsspec/filesystem_spec/compare/refs/tags/2024.12.0...2025.2.0 Changelog: https://github.com/fsspec/filesystem_spec/raw/2025.2.0/docs/source/changelog.rst Gaetan Lepage2025-02-151-52/+33
* python312Packages.fsspec: refactornatsukium2025-01-131-16/+36
* python312Packages.fsspec: 2024.3.0 -> 2024.12.0•••Diff: https://github.com/fsspec/filesystem_spec/compare/refs/tags/2024.3.0...2024.12.0 Changelog: https://github.com/fsspec/filesystem_spec/raw/2024.12.0/docs/source/changelog.rst natsukium2025-01-131-2/+2
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* treewide: `\xc2\xa0` -> ` `•••I have no idea what this escape sequence even is, but it breaks the nix parser with cryptic errors if not used in a comment. A friend let me know MacOS is prone to input weird spaces, not sure if that is the source. Candidates were located and created with: chr="$(echo -e '\xc2\xa0')"; rg -F "$chr" -l | xe sd -F "$chr" " " There are some examples left, most being example output from `tree` in various markdown documents, some patches which we can't really touch, and `pkgs/tools/nix/nixos-render-docs/src/tests/test_commonmark.py` which I'm not sure if should be addressed Peder Bergebakken Sundt2024-10-021-1/+1
* treewide: replace passthru.optional-dependencies with optional-dependenciesRobert Schütz2024-09-291-1/+1
* treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`•••In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ``` Artturin2024-09-251-1/+1
* treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' Jörg Thalheim2024-07-291-1/+1
* treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-102/+68
* python311Packages.fsspec: 2023.10.0 -> 2024.3.0•••https://github.com/fsspec/filesystem_spec/raw/2024.3.0/docs/source/changelog.rst Martin Weinelt2024-03-171-2/+8
* python311Packages.fsspec: fix hash mismatch•••Introduced in #262753 Maybe the package updated in place.Hubble the Wolverine2023-10-271-1/+1
* python311Packages.fsspec: 2023.9.1 -> 2023.10.0 (#262753)•••Changelog: https://filesystem-spec.readthedocs.io/en/latest/changelog.html#id1Gaétan Lepage2023-10-261-4/+4
* python311Packages.fsspec: 2023.4.0 -> 2023.9.1•••https://github.com/fsspec/filesystem_spec/raw/2023.9.1/docs/source/changelog.rst Martin Weinelt2023-09-271-2/+7
* treewide: drop inactive maintainer costrouc from all python packagesSandro Jäckel2023-07-181-1/+1
* python310Packages.fsspec: 2023.1.0 -> 2023.4.0•••Diff: https://github.com/fsspec/filesystem_spec/compare/2023.1.0...2023.4.0 Changelog: https://github.com/fsspec/filesystem_spec/raw/2023.4.0/docs/source/changelog.rst Fabian Affolter2023-05-011-2/+2
* python310Packages.fsspec: 2022.10.0 -> 2023.1.0•••Changelog: https://github.com/fsspec/filesystem_spec/raw/2023.1.0/docs/source/changelog.rst Fabian Affolter2023-05-011-4/+5
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* python3Packages.fssspec: Expose optional-dependenciesMartin Weinelt2023-01-141-0/+83
* python310Packages.fsspec: 2022.8.2 -> 2022.10.0Anthony Roussel2022-11-011-4/+4
* python3Packages.fsspec: 2022.5.0 -> 2022.8.2Sebastien Iooss2022-10-121-2/+2
* python310Packages.fsspec: 2022.3.0 -> 2022.5.0Fabian Affolter2022-06-061-14/+20
* python310Packages.fsspec: 2022.01.0 -> 2022.3.0Mario Rodas2022-05-121-2/+7
* python3Packages.fsspec: 2021.10.1 -> 2022.01.0Fabian Affolter2022-02-231-2/+2
* python3Packages.fsspec: 2021.10.0 -> 2021.10.1Fabian Affolter2021-10-211-2/+2
* python3Packages.fsspec: 2021.08.1 -> 2021.10.0Fabian Affolter2021-10-061-2/+2
* python3Packages.fsspec: 2021.07.0 -> 2021.08.1Fabian Affolter2021-09-171-2/+2
* pythonPackages.fsspec: 2021.06.0 -> 2021.07.0AndersonTorres2021-08-111-3/+3
* python3Packages.fsspec: 2021.05.0 -> 2021.06.0Jonathan Ringer2021-06-221-2/+2
* python3Packages.fsspec: 2021.04.0 -> 2021.05.0Fabian Affolter2021-06-081-8/+21
* python3Packages.fsspec: 0.8.3 -> 2021.04.0•••other changes: - disable test exemption for a bug that a comment claims is no longer valid. Noah D. Brenowitz2021-04-221-11/+13
* python3Packages.fsspec: fix tests on linux•••Disables flaky test. Has been resolved in https://github.com/intake/filesystem_spec/issues/432 and can thus be enabled again starting from version `0.8.4`. Thibault Gagnaux2020-10-071-2/+5
* python3Packages.fsspec: fix tests on linux•••Hydra fails with a `DirectoryError: [Errno 21] Is a directory: '/build/source/fsspec/tests/__pycache__'`. I suspect that both drvs `python37Packages.fsspec` and `python38Packages.fsspec` share the same folder `'/build/source/fsspec/tests/__pycache__'` which leads to problems. To fix it I just let each drvs run in a tmp directory using `pytestFlagsArray = [ "--rootdir=$(mktemp -d)" ];`. Thibault Gagnaux2020-09-301-2/+7
* python3Packages.fsspec: fix tests on darwin•••Disables the `test_touch` test which fails with the following assertion error on hydra darwin only: ``` tmpdir = local('/private/tmp/nix-build-python3.8-fsspec-0.8.3.drv-0/pytest-of-nixbld3/pytest-0/test_touch0') def test_touch(tmpdir): import time fn = tmpdir + "/in/file" fs = fsspec.filesystem("file", auto_mkdir=False) with pytest.raises(OSError): fs.touch(fn) fs = fsspec.filesystem("file", auto_mkdir=True) fs.touch(fn) info = fs.info(fn) time.sleep(0.2) fs.touch(fn) info2 = fs.info(fn) if not WIN: > assert info2["mtime"] > info["mtime"] E assert 1601358357.0 > 1601358357.0 fsspec/implementations/tests/test_local.py:322: AssertionError ``` Thibault Gagnaux2020-09-291-2/+2
* python3Packages.fsspec: fix tests on darwin, 0.7.4 -> 0.8.3Thibault Gagnaux2020-09-271-2/+6
* python3.pkgs.fsspec: fix buildFrederik Rietdijk2020-06-201-7/+11
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* Merge branch 'master' of github.com:NixOS/nixpkgs into staging-nextJonathan Ringer2019-12-301-9/+17
|\
| * python3Packages.fsspec: 0.5.2 -> 0.6.2 enable testsChris Ostrouchov2019-12-301-12/+20
* | python: fsspec: 0.5.2 -> 0.6.2Frederik Rietdijk2019-12-301-2/+2
|/
* python: fsspec: 0.4.5 -> 0.5.2Frederik Rietdijk2019-10-271-2/+2
* python: fsspec: 0.4.1 -> 0.4.5Frederik Rietdijk2019-10-181-2/+2
* pythonPackages.fsspec: init at 0.4.1Wael M. Nasreddine2019-08-081-0/+26