| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python313Packages.fsspec: 2025.2.0 -> 2025.3.1•••https://github.com/fsspec/filesystem_spec/raw/2025.3.1/docs/source/changelog.rst | Martin Weinelt | 2025-04-03 | 1 | -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 Lepage | 2025-02-15 | 1 | -52/+33 |
| * | python312Packages.fsspec: refactor | natsukium | 2025-01-13 | 1 | -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 | natsukium | 2025-01-13 | 1 | -2/+2 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -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 Sundt | 2024-10-02 | 1 | -1/+1 |
| * | treewide: replace passthru.optional-dependencies with optional-dependencies | Robert Schütz | 2024-09-29 | 1 | -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" ``` | Artturin | 2024-09-25 | 1 | -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 Thalheim | 2024-07-29 | 1 | -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 Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -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 Weinelt | 2024-03-17 | 1 | -2/+8 |
| * | python311Packages.fsspec: fix hash mismatch•••Introduced in #262753 Maybe the package updated in place. | Hubble the Wolverine | 2023-10-27 | 1 | -1/+1 |
| * | python311Packages.fsspec: 2023.9.1 -> 2023.10.0 (#262753)•••Changelog: https://filesystem-spec.readthedocs.io/en/latest/changelog.html#id1 | Gaétan Lepage | 2023-10-26 | 1 | -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 Weinelt | 2023-09-27 | 1 | -2/+7 |
| * | treewide: drop inactive maintainer costrouc from all python packages | Sandro Jäckel | 2023-07-18 | 1 | -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 Affolter | 2023-05-01 | 1 | -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 Affolter | 2023-05-01 | 1 | -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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.fssspec: Expose optional-dependencies | Martin Weinelt | 2023-01-14 | 1 | -0/+83 |
| * | python310Packages.fsspec: 2022.8.2 -> 2022.10.0 | Anthony Roussel | 2022-11-01 | 1 | -4/+4 |
| * | python3Packages.fsspec: 2022.5.0 -> 2022.8.2 | Sebastien Iooss | 2022-10-12 | 1 | -2/+2 |
| * | python310Packages.fsspec: 2022.3.0 -> 2022.5.0 | Fabian Affolter | 2022-06-06 | 1 | -14/+20 |
| * | python310Packages.fsspec: 2022.01.0 -> 2022.3.0 | Mario Rodas | 2022-05-12 | 1 | -2/+7 |
| * | python3Packages.fsspec: 2021.10.1 -> 2022.01.0 | Fabian Affolter | 2022-02-23 | 1 | -2/+2 |
| * | python3Packages.fsspec: 2021.10.0 -> 2021.10.1 | Fabian Affolter | 2021-10-21 | 1 | -2/+2 |
| * | python3Packages.fsspec: 2021.08.1 -> 2021.10.0 | Fabian Affolter | 2021-10-06 | 1 | -2/+2 |
| * | python3Packages.fsspec: 2021.07.0 -> 2021.08.1 | Fabian Affolter | 2021-09-17 | 1 | -2/+2 |
| * | pythonPackages.fsspec: 2021.06.0 -> 2021.07.0 | AndersonTorres | 2021-08-11 | 1 | -3/+3 |
| * | python3Packages.fsspec: 2021.05.0 -> 2021.06.0 | Jonathan Ringer | 2021-06-22 | 1 | -2/+2 |
| * | python3Packages.fsspec: 2021.04.0 -> 2021.05.0 | Fabian Affolter | 2021-06-08 | 1 | -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. Brenowitz | 2021-04-22 | 1 | -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 Gagnaux | 2020-10-07 | 1 | -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 Gagnaux | 2020-09-30 | 1 | -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 Gagnaux | 2020-09-29 | 1 | -2/+2 |
| * | python3Packages.fsspec: fix tests on darwin, 0.7.4 -> 0.8.3 | Thibault Gagnaux | 2020-09-27 | 1 | -2/+6 |
| * | python3.pkgs.fsspec: fix build | Frederik Rietdijk | 2020-06-20 | 1 | -7/+11 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | Merge branch 'master' of github.com:NixOS/nixpkgs into staging-next | Jonathan Ringer | 2019-12-30 | 1 | -9/+17 |
| |\ | |||||
| | * | python3Packages.fsspec: 0.5.2 -> 0.6.2 enable tests | Chris Ostrouchov | 2019-12-30 | 1 | -12/+20 |
| * | | python: fsspec: 0.5.2 -> 0.6.2 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| |/ | |||||
| * | python: fsspec: 0.4.5 -> 0.5.2 | Frederik Rietdijk | 2019-10-27 | 1 | -2/+2 |
| * | python: fsspec: 0.4.1 -> 0.4.5 | Frederik Rietdijk | 2019-10-18 | 1 | -2/+2 |
| * | pythonPackages.fsspec: init at 0.4.1 | Wael M. Nasreddine | 2019-08-08 | 1 | -0/+26 |
