Commit graph

27 commits

Author SHA1 Message Date
Martin Weinelt 0215034f25 python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
Guillaume Girol 33afbf39f6 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.
2023-01-21 12:00:00 +00:00
Martin Weinelt 41c50f2587 python3Packages.configparser: 5.2.0 -> 5.3.0 2022-09-18 23:57:39 +02:00
Frederik Rietdijk ae18d68b6b python2.pkgs: move expressions into python2-modules/ folder
Another step in further separating python2 from python3.
2022-01-16 10:00:16 +01:00
Jonathan Ringer 819ec706e6
python3Packages.configparser: 5.1.0 -> 5.2.0 2021-12-14 12:03:19 -08:00
Jonathan Ringer 038def5b1e
python3Packages.configparser: 5.0.2 -> 5.1.0 2021-11-30 18:48:39 -08:00
Sandro Jäckel 2016ebd1fd python3Packages: provide setuptools-scm with toml[i] by default and remove duplicated toml packages
Some packages seem to still require toml despite setuptools-scm having switched to tomli.
If it is missing the version number in dist.into is set to 0.0.0 and silently all version pins break.
2021-09-01 21:23:19 +02:00
Sandro Jäckel 89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
Frederik Rietdijk 4190b57d7f python3Packages.configparser: 5.0.1 -> 5.0.2 2021-04-03 17:48:28 +02:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Frederik Rietdijk 8841dd8a28 python3Packages.configparser: 5.0.0 -> 5.0.1 2020-11-05 15:46:57 -08:00
zowoq 0cff30bb44 python: editorconfig fixes 2020-08-27 12:51:02 -07:00
Frederik Rietdijk 1ed7eb71b7 python3.pkgs.configparser: fix build 2020-06-11 10:00:25 +02:00
Frederik Rietdijk 9dfb5e4155 python2.pkgs.configparser: keep at 4.0.2 for python 2 2020-06-11 10:00:25 +02:00
Frederik Rietdijk 0026092213 python: configparser: 4.0.2 -> 5.0.0 2020-06-11 09:59:55 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 418996bebf python: configparser: 3.7.5 -> 4.0.2 2019-10-27 16:09:09 +01:00
Frederik Rietdijk 065b5608bf python: configparser: 3.7.4 -> 3.7.5 2019-10-18 09:53:56 +02:00
c0bw3b 9cb260d091 [treewide] delete unused patches 2019-05-04 19:52:24 +02:00
Frederik Rietdijk e0a44a7498 python: configparser: 3.7.3 -> 3.7.4 2019-04-18 12:42:39 +02:00
Frederik Rietdijk aea77eb7d6 python: configparser: 3.7.1 -> 3.7.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 8220b5bac8 python.pkgs.configparser: fix darwin regression
We can use C.UTF-8 on Linux but not yet on Darwin.
2019-02-22 18:33:47 +01:00
Frederik Rietdijk d80c0548b9 python: configparser: 3.5.0 -> 3.7.1 2019-02-17 14:40:17 +01:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Frederik Rietdijk 75e41e34ed python.pkgs.configparser: build with all Python versions
I think the disabled condition was accidentally modified in
ecc939eb19

configparser is a backport of 3.2 functionality. While it is only
intended for Python < 3.2, it works fine with other versions. Even with
pypy, nowadays.
2018-04-05 19:43:44 +02:00
Elis Hirwing ecc939eb19 pythonPackages.configparser: Move to own file 2018-04-04 19:45:59 +02:00
Frederik Rietdijk d7378da028 pythonPackages.configparser: fix with namespace packages 2017-03-14 16:43:46 +01:00