summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/contextlib2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* python312Packages.contextlib2: 21.6.0 -> 21.6.0-unstable-2024-05-23Sigmanificient2024-08-191-14/+16
* python3Packages: remove unused argumentsSigmanificient2024-07-301-1/+0
* 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
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-10/+9
* python311Packages.contextlib2: disableRyan Hendrickson2023-05-181-1/+4
* 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
* treewide: migrate to pythonPackages.unittestCheckHookWinter2022-08-131-5/+2
* python2.pkgs: move expressions into python2-modules/ folder•••Another step in further separating python2 from python3. Frederik Rietdijk2022-01-161-23/+0
* python3Packages.contextlib2: update check sectionFabian Affolter2022-01-131-5/+18
* python2Packages.contextlib2: reinit at 0.6.0.post1Martin Weinelt2021-09-051-0/+23
* python3Packages.contextlib2: 0.6.0.post1 -> 21.6.0Martin Weinelt2021-09-051-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python: contextlib2: 0.5.5 -> 0.6.0.post1Frederik Rietdijk2019-10-271-2/+2
* treewide: remove redundant recvolth2019-08-281-1/+1
* treewide: Use HTTPS for readthedocs URLsDaniel Schaefer2019-04-221-1/+1
* pythonPackages: remove `name` attribute`•••The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`. Frederik Rietdijk2018-06-231-1/+0
* python.pkgs.contextlib2: fix testsFrederik Rietdijk2017-12-071-1/+4
* Merge pull request #28884 from FRidh/python-fixes•••Python: several fixesFrederik Rietdijk2017-09-061-0/+21