about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pylast
AgeCommit message (Collapse)AuthorFilesLines
2021-03-18python3Packages.pylast: enable testsFabian Affolter1-6/+15
2021-03-18python3Packages.pylast: 4.1.0 -> 4.2.0Fabian Affolter1-8/+13
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
2021-01-05python37Packages.pylast: 4.0.0 -> 4.1.0R. RyanTM1-2/+2
2020-10-16python37Packages.pylast: 3.3.0 -> 4.0.0R. RyanTM1-2/+2
2020-07-06python37Packages.pylast: 3.2.1 -> 3.3.0R. RyanTM1-2/+2
2020-06-11python3.pkgs.pylast: add missing depFrederik Rietdijk1-1/+4
2020-06-11python: pylast: 3.1.0 -> 3.2.1Frederik Rietdijk1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-04-02python37Packages.pylast: 3.0.0 -> 3.1.0R. RyanTM1-2/+2
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-pylast/versions
2019-03-19python.pkgs.pylast: no longer supports python2Robert Schütz1-1/+3
2019-02-17python: pylast: 2.4.0 -> 3.0.0Frederik Rietdijk1-2/+2
2018-08-25python: pylast: 2.3.0 -> 2.4.0Frederik Rietdijk1-2/+2
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-06-22python: pylast: 2.1.0 -> 2.3.0Frederik Rietdijk1-2/+2
2018-01-20python: pylast: 2.0.0 -> 2.1.0Frederik Rietdijk1-2/+2
2017-12-31python: pylast: 1.9.0 -> 2.0.0Frederik Rietdijk1-2/+2
2017-08-25python.pkgs: many updatesFrederik Rietdijk1-2/+2
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-06-25pythonPackages.pylast: 0.5.11 -> 1.8.0 (#26825)Roman Volosatovs1-0/+24
* maintainers: add rvolosatovs * pythonPackages.pylast: 0.5.11 -> 1.8.0 * pythonPackages.pylast: refactor - Update homepage - Add rvolosatovs to maintainers - Fix test comment * pylast: move out of python-packages.nix