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.rfc3339-validator: 0.1.3 -> 0.1.4 #123000

Merged
merged 1 commit into from May 14, 2021

Conversation

rmcgibbo
Copy link
Contributor

Motivation for this change

Upstream merged this patch and made a new release.
Cleans up #122108 (cc ZHF: #122042, although the package is not technically failing now)

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.

@rmcgibbo
Copy link
Contributor Author

Result of nixpkgs-review pr 123000 run on x86_64-darwin 1

5 packages failed to build:
  • apache-airflow
  • python38Packages.connexion
  • python38Packages.flask-appbuilder
  • python39Packages.connexion
  • python39Packages.flask-appbuilder
10 packages built:
  • python38Packages.apispec
  • python38Packages.openapi-schema-validator
  • python38Packages.openapi-spec-validator
  • python38Packages.prance
  • python38Packages.rfc3339-validator
  • python39Packages.apispec
  • python39Packages.openapi-schema-validator
  • python39Packages.openapi-spec-validator
  • python39Packages.prance
  • python39Packages.rfc3339-validator

@r-rmcgibbo
Copy link

r-rmcgibbo commented May 14, 2021

Result of nixpkgs-review pr 123000 at 1f9a89f run on aarch64-linux 1

3 packages failed to build:
12 packages built successfully:
  • python38Packages.apispec
  • python38Packages.connexion
  • python38Packages.openapi-schema-validator
  • python38Packages.openapi-spec-validator
  • python38Packages.prance
  • python38Packages.rfc3339-validator
  • python39Packages.apispec
  • python39Packages.connexion
  • python39Packages.openapi-schema-validator
  • python39Packages.openapi-spec-validator
  • python39Packages.prance
  • python39Packages.rfc3339-validator
1 suggestion:
  • warning: unused-argument

    Unused argument: fetchpatch.
    Near pkgs/development/python-modules/rfc3339-validator/default.nix:3:3:

      |
    3 | , fetchpatch
      |   ^
    

Note that build failures may predate this PR, and could be nondeterministic or hardware dependent.
Please exercise your independent judgement. Does something look off? Please file an issue or reach out on IRC.


Result of nixpkgs-review pr 123000 at 1f9a89f run on x86_64-linux 1

3 packages failed to build:
12 packages built successfully:
  • python38Packages.apispec
  • python38Packages.connexion
  • python38Packages.openapi-schema-validator
  • python38Packages.openapi-spec-validator
  • python38Packages.prance
  • python38Packages.rfc3339-validator
  • python39Packages.apispec
  • python39Packages.connexion
  • python39Packages.openapi-schema-validator
  • python39Packages.openapi-spec-validator
  • python39Packages.prance
  • python39Packages.rfc3339-validator
1 suggestion:
  • warning: unused-argument

    Unused argument: fetchpatch.
    Near pkgs/development/python-modules/rfc3339-validator/default.nix:3:3:

      |
    3 | , fetchpatch
      |   ^
    

Note that build failures may predate this PR, and could be nondeterministic or hardware dependent.
Please exercise your independent judgement. Does something look off? Please file an issue or reach out on IRC.

@dotlambda dotlambda merged commit a17bfa3 into NixOS:master May 14, 2021
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

3 participants