summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/bidict (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done Robert Schütz2026-01-111-3/+0
* treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-101-3/+3
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* treewide: Remove the definite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* treewide: Remove ending period from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/' Alexis Hildebrandt2024-06-091-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-11/+15
* python3Packages.bidict: rm bundled pytest.ini•••...instead of calling pytest with `-c /dev/null` to bypass it. For some reason the latter suddenly started failing with a PermissionError on Darwin after working fine for a while. Fixes #299933. Joshua Bronson2024-04-021-6/+5
* bidict: add jab as a maintainer (#299218)Joshua Bronson2024-03-271-1/+1
* python312Packages.bidict: minor fixes•••* Correct minimum supported Python version. Bidict 0.23.1 (which nixpkgs recently updated to) dropped support for Python < 3.8. * Skip unnecessary integration tests. * Remove unnecessary dependencies from nativeCheckInputs. * Fix metadata: * Update outdated description string. * Use better homepage and changelog links. Joshua Bronson2024-03-251-18/+14
* python312Packages.bidict: 0.22.1 -> 0.23.1•••https://github.com/jab/bidict/blob/v0.23.1/CHANGELOG.rst Martin Weinelt2024-02-241-3/+5
* python3Packages.bidict: 0.22.0 -> 0.22.1•••https://github.com/jab/bidict/blob/v0.22.1/CHANGELOG.rst Martin Weinelt2023-03-031-5/+16
* 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
* python310Packages.bidict: 0.21.4 -> 0.22.0R. Ryantm2022-03-231-2/+2
* python3Packages.bidict: 0.21.3 -> 0.21.4Fabian Affolter2021-10-241-2/+2
* python3Packages.bidict: 0.21.2 -> 0.21.3Fabian Affolter2021-09-051-8/+13
* treewide: setuptools_scm -> setuptools-scmSandro Jäckel2021-06-031-2/+2
* python38Packages.bidict: Remove stale patch, use pytestCheckHookSandro Jäckel2021-01-201-11/+2
* python37Packages.bidict: 0.20.0 -> 0.21.2R. RyanTM2020-09-291-2/+2
* python: bidict: 0.19.0 -> 0.20.0Frederik Rietdijk2020-08-161-2/+2
* python3Packages.bidict: fix buildJonathan Ringer2020-06-291-0/+6
* python37Packages.bidict: 0.18.3 -> 0.19.0R. RyanTM2020-05-121-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python: bidict: 0.18.2 -> 0.18.3Frederik Rietdijk2019-10-181-2/+2
* treewide: mark some broken packages as broken•••Refs: e6754980264fe927320d5ff2dbd24ca4fac9a160 1e9cc5b9844ef603fe160e9f671178f96200774f 793a2fe1e8bb886ca2096c5904e1193dc3268b6d c19cf65261639f749012454932a532aa7c681e4b f6544d618f30fae0bc4798c4387a8c7c9c047a7c Linus Heckemann2019-10-081-0/+2
* python37Packages.bidict: 0.18.0 -> 0.18.2•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-bidict/versions R. RyanTM2019-09-291-2/+2
* python: bidict: 0.17.5 -> 0.18.0Frederik Rietdijk2019-02-171-2/+2
* pythonPackages.bidict: init at 0.17.5Jake Waksbaum2019-01-181-0/+42