Fabian Affolter
b95fc98718
python3Packages.PyGithub: cleanup
2021-04-27 13:18:05 +02:00
Fabian Affolter
accee089d9
python3Packages.PyGithub: 1.54.1 -> 1.55
2021-04-27 10:00:24 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Sandro
dc7dd23241
Merge pull request #108792 from wamserma/bump-pygithub
...
pythonPackages.PyGithub: 1.51 -> 1.54.1
2021-01-15 11:14:23 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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-11 10:38:22 +01:00
Markus S. Wamser
ca90340333
pythonPackages.PyGithub: 1.51 -> 1.54.1
2021-01-08 17:47:18 +01:00
Daiderd Jordan
b7ddbd52bd
treewide: replace SRI hashes
2020-06-01 15:24:19 +02:00
Emily
4cad49dc1a
python3Packages.PyGithub: 1.47 -> 1.51
2020-05-08 15:49:34 +01:00
Benjamin Hipple
d20a62ae85
python3Packages.PyGithub: 1.45 -> 1.47
...
Upstream dropped python2 support in 1.45, so the `nixpkgs-update` bot has not
been successful in bumping it.
While this still does not run the test suite, it gets us closer.
2020-04-04 15:47:17 -07:00
R. RyanTM
34bc3394ae
python27Packages.PyGithub: 1.44.1 -> 1.45
2020-01-07 09:46:17 -08:00
R. RyanTM
e11a9b6f0a
python38Packages.PyGithub: 1.44 -> 1.44.1
2019-11-29 13:04:03 -08:00
R. RyanTM
16af91590d
python37Packages.PyGithub: 1.43.8 -> 1.44
...
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-pygithub/versions
2019-10-23 11:46:06 -07:00
tilpner
a261f43286
python3Packages.PyGithub: 1.36 -> 1.43.8
2019-08-17 12:28:58 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Rob Vermaas
c7fa2c21ab
PyGithub: update to 1.3.6
2018-02-21 14:11:48 +01:00
adisbladis
d99378654f
pythonPackages: Add version and pname attributes to packages
2017-11-23 17:49:43 +01:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* 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-08-01 22:03:30 +02:00
Jörg Thalheim
09cfbc8cc3
PyGithub: init at 1.32
2017-03-16 00:59:56 +01:00