summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pygit2
AgeCommit message (Collapse)Author
2019-01-11Revert "libgit2: 0.26.6 → 0.27.7"Eelco Dolstra
This reverts commit cc506381761d84bd0047cabba7151ad516fa8a32 because it breaks cargo (again, see fca4fbeba957ec6bc72c98c019bbc5f01712d15b): $ cargo build Updating crates.io index Segmentation fault
2018-12-16libgit2: 0.26.6 → 0.27.7Jan Tojnar
2018-11-21pygit2: drop pycparser now, no longer needed at any version apparentlyWill Dietz
2018-11-21pygit2: 0.26.4 -> 0.27.2Will Dietz
* match major libgit2 version * upstream patch to remove unnecessary requirement
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk
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-05-10python: pygit2: 0.26.3 -> 0.26.4Frederik Rietdijk
2017-12-31python: pygit2: 0.26.0 -> 0.26.3Frederik Rietdijk
2017-11-05pythonPackages.pygit2: 0.25.1 -> 0.26.0Peter Hoeg