about summary refs log tree commit diff
path: root/pkgs/development/python-modules/autopep8
AgeCommit message (Collapse)AuthorFilesLines
2021-11-30python3Packages.autopep8: 1.5.7 -> 1.6.0Jonathan Ringer1-2/+2
2021-05-08python38Packages.autopep8: 1.5.6 -> 1.5.7R. RyanTM1-2/+2
2021-04-03python3Packages.autopep8: 1.5.5 -> 1.5.6Frederik Rietdijk1-2/+2
2021-02-26python3Packages.autopep8: 1.5.4 -> 1.5.5Frederik Rietdijk1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-08-02python27Packages.autopep8: 1.5.3 -> 1.5.4R. RyanTM1-2/+2
2020-06-11python.pkgs.autopep8: fixup buildFrederik Rietdijk1-2/+4
2020-06-06python: autopep8: 1.5.2 -> 1.5.3Frederik Rietdijk1-2/+2
2020-05-04python27Packages.autopep8: 1.5.1 -> 1.5.2R. RyanTM1-2/+2
2020-04-15python27Packages.autopep8: 1.5 -> 1.5.1R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-09python: autopep8: 1.4.4 -> 1.5Frederik Rietdijk1-2/+2
2019-04-18python: autopep8: 1.4.3 -> 1.4.4Frederik Rietdijk1-2/+2
2018-12-03python: autopep8: 1.4.2 -> 1.4.3Frederik Rietdijk1-2/+2
2018-11-11python: autopep8: 1.3.5 -> 1.4.2Frederik Rietdijk1-4/+8
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`.
2018-03-31pythonPackages.autopep8: 1.3.4 -> 1.3.5Bjørn Forsman1-2/+2
2018-02-03python: autopep8: 1.3.3 -> 1.3.4Frederik Rietdijk1-2/+2
2017-10-29pythonPackages.autopep8: 1.0.4 -> 1.3.3Bjørn Forsman1-6/+8
The pep8 package is renamed to pycodestyle and autopep8 references the new name. (Also, fetchurl -> fetchPypi.)
2017-10-29pythonPackages.autopep8: move to python-modules/Bjørn Forsman1-0/+24