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

azure-cli: 2.26.1 -> 2.28.0 #137461

Merged
merged 6 commits into from
Sep 13, 2021
Merged

Conversation

jonringer
Copy link
Contributor

@jonringer jonringer commented Sep 12, 2021

Motivation for this change

Another bump

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all packages 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/)
  • 21.11 Release Notes (or backporting 21.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

@jonringer
Copy link
Contributor Author

https://github.com/NixOS/nixpkgs/pull/137461

9 packages built:
azure-cli python38Packages.azure-mgmt-batchai python38Packages.azure-mgmt-iothubprovisioningservices python38Packages.azure-mgmt-sqlvirtualmachine python38Packages.azure-synapse-managedprivateendpoints python39Packages.azure-mgmt-batchai python39Packages.azure-mgmt-iothubprovisioningservices python39Packages.azure-mgmt-sqlvirtualmachine python39Packages.azure-synapse-managedprivateendpoints

@r-rmcgibbo
Copy link

r-rmcgibbo commented Sep 12, 2021

Result of nixpkgs-review pr 137461 at 0d33362 run on aarch64-linux 1

9 packages built successfully:
  • azure-cli
  • python38Packages.azure-mgmt-batchai
  • python38Packages.azure-mgmt-iothubprovisioningservices
  • python38Packages.azure-mgmt-sqlvirtualmachine
  • python38Packages.azure-synapse-managedprivateendpoints
  • python39Packages.azure-mgmt-batchai
  • python39Packages.azure-mgmt-iothubprovisioningservices
  • python39Packages.azure-mgmt-sqlvirtualmachine
  • python39Packages.azure-synapse-managedprivateendpoints
9 suggestions:
  • warning: unused-argument

    Unused argument: isPy3k.
    Near pkgs/development/python-modules/azure-mgmt-batchai/default.nix:9:3:

      |
    9 | , isPy3k
      |   ^
    
  • warning: stale-substitute

    Stale substituteInPlace detected.
    substituteStream(): WARNING: pattern 'cryptography>=3.2,<3.4' doesn't match anything in file 'setup.py'
    Near pkgs/tools/admin/azure-cli/default.nix:265:0:

        |
    265 |     description = "Next generation multi-platform command line experience for Azure";
        | ^
    
  • warning: unused-argument

    Unused argument: isPy3k.
    Near pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices/default.nix:5:3:

      |
    5 | , isPy3k
      |   ^
    
  • warning: unused-argument

    Unused argument: python.
    Near pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices/default.nix:4:3:

      |
    4 | , python
      |   ^
    
  • warning: unused-argument

    Unused argument: python.
    Near pkgs/development/python-modules/azure-mgmt-batchai/default.nix:8:3:

      |
    8 | , python
      |   ^
    
  • warning: python-include-tests

    Consider adding a checkPhase for tests, or if not feasible, pythonImportsCheck.

    Near pkgs/development/python-modules/azure-mgmt-batchai/default.nix:35:0:

       |
    35 |     description = "This is the Microsoft Azure Batch AI Management Client Library";
       | ^
    
  • warning: no-python-tests

    Test runner could not discover any test cases: ‘Ran 0 tests in 0.000s’
    Near pkgs/development/python-modules/azure-synapse-managedprivateendpoints/default.nix:28:0:

       |
    28 |     description = "Microsoft Azure Synapse Managed Private Endpoints Client Library for Python";
       | ^
    
  • warning: stale-substitute

    Stale substituteInPlace detected.
    substituteStream(): WARNING: pattern 'mock~=4.0' doesn't match anything in file 'setup.py'
    Near pkgs/tools/admin/azure-cli/default.nix:265:0:

        |
    265 |     description = "Next generation multi-platform command line experience for Azure";
        | ^
    
  • warning: python-include-tests

    Consider adding a checkPhase for tests, or if not feasible, pythonImportsCheck.

    Near pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices/default.nix:37:0:

       |
    37 |     description = "This is the Microsoft Azure IoTHub Provisioning Services Client Library";
       | ^
    

Result of nixpkgs-review pr 137461 at 0d33362 run on x86_64-linux 1

9 packages built successfully:
  • azure-cli
  • python38Packages.azure-mgmt-batchai
  • python38Packages.azure-mgmt-iothubprovisioningservices
  • python38Packages.azure-mgmt-sqlvirtualmachine
  • python38Packages.azure-synapse-managedprivateendpoints
  • python39Packages.azure-mgmt-batchai
  • python39Packages.azure-mgmt-iothubprovisioningservices
  • python39Packages.azure-mgmt-sqlvirtualmachine
  • python39Packages.azure-synapse-managedprivateendpoints
9 suggestions:
  • warning: unused-argument

    Unused argument: isPy3k.
    Near pkgs/development/python-modules/azure-mgmt-batchai/default.nix:9:3:

      |
    9 | , isPy3k
      |   ^
    
  • warning: unused-argument

    Unused argument: python.
    Near pkgs/development/python-modules/azure-mgmt-batchai/default.nix:8:3:

      |
    8 | , python
      |   ^
    
  • warning: python-include-tests

    Consider adding a checkPhase for tests, or if not feasible, pythonImportsCheck.

    Near pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices/default.nix:37:0:

       |
    37 |     description = "This is the Microsoft Azure IoTHub Provisioning Services Client Library";
       | ^
    
  • warning: no-python-tests

    Test runner could not discover any test cases: ‘Ran 0 tests in 0.000s’
    Near pkgs/development/python-modules/azure-synapse-managedprivateendpoints/default.nix:28:0:

       |
    28 |     description = "Microsoft Azure Synapse Managed Private Endpoints Client Library for Python";
       | ^
    
  • warning: stale-substitute

    Stale substituteInPlace detected.
    substituteStream(): WARNING: pattern 'cryptography>=3.2,<3.4' doesn't match anything in file 'setup.py'
    Near pkgs/tools/admin/azure-cli/default.nix:265:0:

        |
    265 |     description = "Next generation multi-platform command line experience for Azure";
        | ^
    
  • warning: stale-substitute

    Stale substituteInPlace detected.
    substituteStream(): WARNING: pattern 'mock~=4.0' doesn't match anything in file 'setup.py'
    Near pkgs/tools/admin/azure-cli/default.nix:265:0:

        |
    265 |     description = "Next generation multi-platform command line experience for Azure";
        | ^
    
  • warning: unused-argument

    Unused argument: python.
    Near pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices/default.nix:4:3:

      |
    4 | , python
      |   ^
    
  • warning: unused-argument

    Unused argument: isPy3k.
    Near pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices/default.nix:5:3:

      |
    5 | , isPy3k
      |   ^
    
  • warning: python-include-tests

    Consider adding a checkPhase for tests, or if not feasible, pythonImportsCheck.

    Near pkgs/development/python-modules/azure-mgmt-batchai/default.nix:35:0:

       |
    35 |     description = "This is the Microsoft Azure Batch AI Management Client Library";
       | ^
    

@jonringer
Copy link
Contributor Author

cc @SuperSandro2000 I fixed up the non-test related suggestions

@SuperSandro2000
Copy link
Member

Thank you!

@jonringer jonringer merged commit 6d488e8 into NixOS:master Sep 13, 2021
@jonringer jonringer deleted the bump-azure-cli-aug-2021 branch September 13, 2021 07:32
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.

3 participants