about summary refs log tree commit diff
path: root/pkgs/development/python-modules/nameparser
AgeCommit message (Collapse)AuthorFilesLines
2023-10-14python311Packages.nameparser: add formatFabian Affolter1-3/+12
- disable on unsupported Python releases - add pythonImportsCheck - switch to unittestCheckHook
2023-10-14python311Packages.nameparser: add changelog to metaFabian Affolter1-2/+3
2023-10-14python310Packages.nameparser: 1.1.2 -> 1.1.3R. Ryantm1-2/+2
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt1-1/+1
when they already rely on SRI hashes.
2023-01-05python3Packages.nameparser: 1.1.1 -> 1.1.2Martin Weinelt1-2/+2
2022-01-31python310Packages.nameparser: 1.1.0 -> 1.1.1R. Ryantm1-2/+2
2022-01-04python38Packages.nameparser: 1.0.6 -> 1.1.0R. Ryantm1-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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-13python27Packages.nameparser: 1.0.5 -> 1.0.6R. RyanTM1-2/+2
2019-12-30python: nameparser: 1.0.4 -> 1.0.5Frederik Rietdijk1-2/+2
2019-08-20python37Packages.nameparser: 1.0.3 -> 1.0.4R. 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-nameparser/versions
2019-04-24python: nameparser: 1.0.2 -> 1.0.3Frederik Rietdijk1-2/+2
2018-11-18python36Packages.nameparser: 1.0.1 -> 1.0.2R. 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.6-nameparser/versions
2018-10-26pythonPAckages.nameparser: 0.3.4 -> 1.0.1Chris Ostrouchov1-2/+6
2018-10-18pythonPackages.nameparser: refactor move to python-modulesChris Ostrouchov1-0/+21