Skip to content
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

Closed
wants to merge 3 commits into from

Conversation

guillaumecherel
Copy link
Contributor

@guillaumecherel guillaumecherel commented Nov 9, 2020

Motivation for this change

Upgrade the kaggle command line API to its latest version.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@cdepillabout
Copy link
Member

@guillaumecherel Do you want to add yourself as a maintainer for kaggle?

@guillaumecherel
Copy link
Contributor Author

I'd rather not, I'm not a regular user.

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be 3 commits

maintainers: add <name>
python3Packages.slugify: init at <version>
python3Packages.kaggle: 1.5.6 -> 1.5.9

git rebase -i is a good tool for this, I created a small video demonstrating it's use here. A more indepth text tutorial can be found here

Comment on lines +3344 to 3350
guillaumecherel = {
email = "guillaume.cherel@cosimus.com";
github = "guillaumecherel";
githubId = 6168820;
name = "Guillaume Chérel";
};
guillaumekoenig = {
Copy link
Contributor

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>

Copy link
Member

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.

Comment on lines +3344 to 3350
guillaumecherel = {
email = "guillaume.cherel@cosimus.com";
github = "guillaumecherel";
githubId = 6168820;
name = "Guillaume Chérel";
};
guillaumekoenig = {
Copy link
Member

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; [ ];
Copy link
Member

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;
Copy link
Member

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 }:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{ stdenv, fetchPypi, buildPythonPackage, python, text-unidecode }:
{ stdenv, fetchPypi, buildPythonPackage }:

@SuperSandro2000 SuperSandro2000 changed the title Upgrade kaggle python3Packages.kaggle: 1.5.6 -> 1.5.9 Nov 24, 2020
@SuperSandro2000
Copy link
Member

Master already contains the update.

@guillaumecherel guillaumecherel deleted the upgrade-kaggle branch November 25, 2020 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants