about summary refs log tree commit diff
path: root/pkgs/development/python-modules/future
AgeCommit message (Collapse)AuthorFilesLines
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-11-22python: future: 0.18.1 -> 0.18.2Frederik Rietdijk1-2/+2
2019-10-27python: future: 0.17.1 -> 0.18.1Frederik Rietdijk1-2/+2
2018-12-03python: future: 0.16.0 -> 0.17.1Frederik Rietdijk1-2/+2
2018-06-25pythonPackages: remove traces of Python 2.6Frederik Rietdijk1-4/+0
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk1-1/+0
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`.
2017-05-30pythonPackages.future: 0.15.2 -> 0.16.0Justin Humm1-0/+40
Also moved the expression from python-packages.nix to ./pkgs/development/python-modules/future/default.nix due to discussion in #26220 Used fetchPypi insted of fetchurl.