about summary refs log tree commit diff
path: root/pkgs/development/python-modules/node-semver
AgeCommit message (Collapse)AuthorFilesLines
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
2019-08-20python37Packages.node-semver: 0.6.1 -> 0.7.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-node-semver/versions
2019-01-04python37Packages.node-semver: 0.5.1 -> 0.6.1R. 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-node-semver/versions
2018-12-03python: node-semver: 0.5.0 -> 0.5.1Frederik Rietdijk1-2/+2
2018-11-18python36Packages.node-semver: 0.4.2 -> 0.5.0 (#50609)R. 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-node-semver/versions
2018-10-24python36Packages.node-semver: 0.3.0 -> 0.4.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-node-semver/versions
2018-07-26python.pkgs.node-semver: remove tox from checkInputsRobert Schütz1-2/+2
2018-03-15conan: Locally pin deps, enable testsTimo Kaufmann2-22/+0
2018-03-13conan: Fix buildTimo Kaufmann1-0/+21
conan has very strict requirements on the versions of its dependencies. This patch adds downgraded versinos of node-semver and distro to statisfy these requirements.
2018-01-20python: node-semver: 0.2.0 -> 0.3.0Frederik Rietdijk1-2/+2
2017-10-27python.pkgs: updatesFrederik Rietdijk1-2/+2
2017-04-13pythonPackages.node-semver: init at 0.1.1mucaho1-0/+21