summary refs log tree commit diff
path: root/pkgs/applications/version-management/src
Commit message (Collapse)AuthorAge
* src: switch to Python3AndersonTorres2022-01-22
| | | | According to most recent changelog, src now explicitly requires Python3.
* src: 1.28 -> 1.29R. Ryantm2022-01-22
|
* python,pythonPackages: make aliasesRobert Schütz2022-01-16
| | | | | Since aliases are disallowed in nixpkgs, this makes usage of Python 2 which is EOL more explicit.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* src: 1.27 -> 1.28R. RyanTM2020-02-27
|
* src: 1.26 -> 1.27R. RyanTM2019-09-28
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/src/versions
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* src: 1.25 -> 1.26R. RyanTM2019-06-02
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/src/versions
* src: 1.24 -> 1.25 (#61427)R. RyanTM2019-05-13
| | | | | | | | | | | | * src: 1.24 -> 1.25 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/src/versions * src: license is now BSD-2 + move makeWrapper into nativeBuildInputs + add meta.changelog
* src: 1.22 -> 1.24R. RyanTM2019-03-03
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/src/versions
* src: 1.18 -> 1.22R. RyanTM2018-12-22
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/src/versions
* src: 1.17 -> 1.18AndersonTorres2018-03-18
|
* src: 1.13 -> 1.17Victor Calvert2018-02-02
|
* src: 1.12 -> 1.13Victor Calvert2017-04-02
|
* src: wrap to properly resolve rcs at runtimeVictor Calvert2017-03-20
|
* src: 1.11 -> 1.12Victor Calvert2017-03-20
|
* Remove top-level pylintFrederik Rietdijk2016-08-14
| | | | See #11567.
* src: bumpShea Levy2016-06-28
|
* src: update from 0.13 to 0.19Pascal Wittmann2015-07-01
|
* Unmaintain a bunch of packagesShea Levy2015-07-01
|
* Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-28
| | | | And don't use square brackets on such lines.
* src: bumpShea Levy2014-11-26
|
* Add src revision control softwareShea Levy2014-11-21