-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3Packages.kaggle: 1.5.6 -> 1.5.9 #103204
Conversation
eb52486
to
7e2b9c5
Compare
@guillaumecherel Do you want to add yourself as a maintainer for kaggle? |
I'd rather not, I'm not a regular user. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
guillaumecherel = { | ||
email = "guillaume.cherel@cosimus.com"; | ||
github = "guillaumecherel"; | ||
githubId = 6168820; | ||
name = "Guillaume Chérel"; | ||
}; | ||
guillaumekoenig = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make this into a separate commit:
maintainers: add <name>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: commit messages should not end with a dot.
f650291
to
90b095a
Compare
guillaumecherel = { | ||
email = "guillaume.cherel@cosimus.com"; | ||
github = "guillaumecherel"; | ||
githubId = 6168820; | ||
name = "Guillaume Chérel"; | ||
}; | ||
guillaumekoenig = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: commit messages should not end with a dot.
description = "A generic slugifier utility, inspired by Django’s slugify template filter."; | ||
license = licenses.unlicense; | ||
platforms = platforms.all; | ||
maintainers = with maintainers; [ ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add yourself here, too?
homepage = "https://github.com/zacharyvoase/slugify"; | ||
description = "A generic slugifier utility, inspired by Django’s slugify template filter."; | ||
license = licenses.unlicense; | ||
platforms = platforms.all; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is automatically set and only required if not all is supported.
@@ -0,0 +1,19 @@ | |||
{ stdenv, fetchPypi, buildPythonPackage, python, text-unidecode }: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ stdenv, fetchPypi, buildPythonPackage, python, text-unidecode }: | |
{ stdenv, fetchPypi, buildPythonPackage }: |
Master already contains the update. |
Motivation for this change
Upgrade the kaggle command line API to its latest version.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)