Commit graph

29 commits

Author SHA1 Message Date
Konstantin Alekseev c397682663 python3Packages.pip-tools: 6.0.1 -> 6.1.0 2021-05-07 16:01:11 -07:00
Frederik Rietdijk 4e556b528c python3Packages.pip-tools: 5.4.0 -> 6.0.1 2021-04-03 17:49:04 +02:00
Pavol Rusnak a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01: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 e8d1468c97 python3Packages.pip-tools: 5.3.1 -> 5.4.0 2020-12-01 14:44:16 +01:00
Greg Roodt a25e06045c
python: pip-tools: 5.3.1 -> 5.4.0 (#105451) 2020-11-30 20:41:17 +01:00
Frederik Rietdijk 42ad51aa85 python: pip-tools: 5.2.1 -> 5.3.1 2020-08-16 19:31:10 +02:00
Frederik Rietdijk bf2898e73c python: pip-tools: 5.2.0 -> 5.2.1 2020-08-04 21:54:51 +02:00
Frederik Rietdijk 950974e11b python: pip-tools: 4.5.1 -> 5.2.0 2020-06-11 10:00:17 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Orivej Desh b3412865ce python: pip-tools: 4.3.0 -> 4.5.1
test_get_file_hash_without_interfering_with_each_other depends on internet access.
2020-03-24 10:00:11 +00:00
Jon Banafato f9ef45b183 python: pip-tools: 4.2.0 -> 4.3.0
There is a new pip-tools release. A commit [removing the test dependency
on six] is included in this release, so several tests that now pass are
being re-enabled in the check phase. The six-specific tests that still
don't pass require network access and remain disabled. Finally, drop the
dependency on first, which has been dropped by pip-tools. The full
changelog is available at f28d1a7d25/CHANGELOG.md (430-2019-11-25).

[removing the test dependency on six]: https://github.com/jazzband/pip-tools/pull/939
2019-11-29 12:08:32 -08:00
Frederik Rietdijk e5f4062edd python: pip-tools: 3.8.0 -> 4.2.0 2019-10-27 16:26:49 +01:00
Linus Heckemann 5aa4b19946 treewide: mark some broken packages as broken
Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-10-08 17:14:26 +02:00
Manuel Mendez 52d5b7a144 pythonPackage.pip-tools: 3.3.2 -> 3.8.0 (#63632)
* pythonPackage.pip-tools: skip failing test
* pythonPackages.pip-tools: sort skipped tests
* pythonPackage.pip-tools: use fetchPypi
* pythonPackage.pip-tools: 3.3.2 -> 3.8.0
2019-07-01 13:15:33 +00:00
Frederik Rietdijk 3eb0a16f92 python: pip-tools: 3.1.0 -> 3.3.2 2019-02-17 14:40:32 +01:00
R. RyanTM 33925ef2b4 python36Packages.pip-tools: 2.0.2 -> 3.1.0 (#48986)
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.6-pip-tools/versions
2018-10-29 16:09:24 +01:00
Frederik Rietdijk 5b49e13f02 python.pkgs.pip-tools: fix build 2018-06-22 13:09:49 +02:00
Frederik Rietdijk a2402da7fb python: pip-tools: 2.0.1 -> 2.0.2 2018-05-10 10:09:14 +02:00
Robert Schütz 1c84ac797d python: pip-tools: 1.11.0 -> 2.0.1 2018-04-21 08:10:24 +02:00
Frederik Rietdijk be6ab681f3 python: pip-tools: 1.10.2 -> 1.11.0 2017-12-31 11:01:54 +01:00
Frederik Rietdijk 44e98de414 python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
adisbladis d99378654f pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
Orivej Desh 2d2f5e1c4d pip-tools: disable tests that depend on a specific version of "six"
They broke after "six: 1.10.0 -> 1.11.0" (5d21308f81).
2017-11-13 03:35:26 +00:00
Orivej Desh b400e36548 pip-tools: update tests for 1.9.0 -> 1.10.1 2017-10-31 21:47:23 +00:00
Frederik Rietdijk 7ce848309e python.pkgs: updates 2017-10-27 21:34:42 +02:00
Benno Fünfstück 883148ef26 pip-tools: fix build 2017-06-25 18:55:18 +02:00
Frederik Rietdijk 6b999f3c42 Python: many package updates
Did not test all packages. Likely we'll have some breakage.
2017-05-27 14:25:08 +02:00
zimbatm a3c03eb11f
pip-tools: init at 1.8.1rc3 2017-03-13 22:21:57 +01:00