Commit graph

25 commits

Author SHA1 Message Date
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +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
Sebastian Jordan 33796d9695 pythonPackages.djangorestframework: 3.11.2 -> 3.12.2 2021-01-09 14:41:58 -08:00
Frederik Rietdijk 61113ec487 python3Packages.djangorestframework: 3.11.1 -> 3.11.2 2020-11-05 15:46:58 -08:00
Frederik Rietdijk 3f8cc4975d python: djangorestframework: 3.11.0 -> 3.11.1 2020-08-16 19:30:58 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jonathan Ringer 7917f24840 pythonPackages.djangorestframework: python2 no longer supported 2019-12-30 16:46:51 +01:00
Frederik Rietdijk c160950f45 python: djangorestframework: 3.10.3 -> 3.11.0 2019-12-30 16:46:42 +01:00
Henri Bourcereau 23ff79266d pythonPackages.djangorestframework 3.9.4 -> 3.10.3 2019-10-16 17:07:12 -04:00
Frederik Rietdijk b377f7b7c7 python: djangorestframework: 3.9.3 -> 3.9.4 2019-06-15 08:44:04 +02:00
R. RyanTM 38af84ad52 python37Packages.djangorestframework: 3.9.2 -> 3.9.3
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-djangorestframework/versions
2019-05-05 16:54:11 -07:00
Daniel Schaefer bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
R. RyanTM d6a86be197 python37Packages.djangorestframework: 3.9.1 -> 3.9.2 (#57403)
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-djangorestframework/versions
2019-03-23 12:04:07 +01:00
Frederik Rietdijk cc6b52eb8a python: djangorestframework: 3.9.0 -> 3.9.1 2019-01-18 09:37:07 +01:00
R. RyanTM 6540ec6e75 python36Packages.djangorestframework: 3.8.2 -> 3.9.0 (#49172)
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-djangorestframework/versions
2018-10-27 14:45:36 +02:00
Frederik Rietdijk ced21f5e1a 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`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk 4714de4413 python: djangorestframework: 3.8.0 -> 3.8.2 2018-04-08 11:36:07 +02:00
Frederik Rietdijk 4706560162 python: djangorestframework: 3.7.7 -> 3.8.0 2018-04-08 11:34:54 +02:00
Frederik Rietdijk 68436b4597 python: djangorestframework: 3.7.3 -> 3.7.7 2017-12-30 17:06:32 +01:00
Frederik Rietdijk 44e98de414 python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
Frederik Rietdijk 7ce848309e python.pkgs: updates 2017-10-27 21:34:42 +02:00
Frederik Rietdijk d58e1f1c7b python.pkgs: many updates 2017-08-25 19:36:14 +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
Frederik Rietdijk 959842a9c7 Python: add pname attributes to libraries
so that we can use the update script.
2017-05-27 11:30:21 +02:00
Lancelot SIX 60b9948229
pythonPackages.djangorestframework: 3.2.3 -> 3.5.4 2017-02-27 11:07:17 +01:00