Commit Graph

123 Commits

Author SHA1 Message Date
Jean-Francois Chevrette
a7ec4177ba azure-cli: 2.56.0 -> 2.58.0 2024-03-20 11:10:51 -07:00
Lahfa Samy
56abe70df8 maintainer: remove AkechiShiro 2024-02-10 19:35:04 +01:00
Paul Meyer
9e218d49f0 azure-cli: 2.55.0 -> 2.56.0 2024-01-22 13:41:22 +01:00
Weijia Wang
5035dce887
Merge pull request #282191 from RaitoBezarius/wrong-sri-hashes
azure-cli: `azure-mgmt-devtestlabs` has wrong SRI hash
2024-01-20 07:18:32 +01:00
Raito Bezarius
4b066eda15 azure-cli: azure-mgmt-devtestlabs has wrong SRI hash
Nix does not care too much about this, but this is problematic for evaluators
which are strict, like Tvix.

In the future, my wish is that Nix becomes stricter on those SRI hashes as this is somewhat
problematic to accept arbitrary padding.
2024-01-20 02:19:50 +01:00
Paul Meyer
222a5e0be5 azure-cli: fix transitive dependencies
Seems like these are broken after
https://github.com/NixOS/nixpkgs/pull/279138
https://github.com/NixOS/nixpkgs/pull/279143
2024-01-18 08:40:39 -08:00
Fabian Affolter
d004299f0f azure-cli: 2.54.0 -> 2.55.0
Changelog: https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-conceptual/release-notes-azure-cli.md
2023-12-08 09:29:11 +01:00
Samy Lahfa
621d7736ae azure-cli: 2.53.1 -> 2.54.0
BIG CHANGES (improve stability):
- Removed patches for python311 test as they got fixed.
- Fix az self-test, upgrade azure-mgmt-signalr version to 2.0.0b2
- Pin all release dependencies and add msrest to azure-mgmt-maps
- Removed override antlr4-python3-runtime of antlr4 to antlr4_9 was causing ord 'monitor' errors during self-test.
- Pinned azure-mgmt-* dependencies to f74a18bc26/src/azure-cli/requirements.py3.Linux.txt
- Pin antlr to 4.12
2023-11-29 09:16:13 +01:00
mdarocha
61de8ba44d azure-cli: 2.53.0 -> 2.53.1 2023-10-31 11:45:23 -07:00
mdarocha
5e0b839f59 azure-cli: dependencies cleanup
Synced propagatedBuildInputs with what's actually defined in the
upstream source.
Also based on the result of self-test, all overrides that were
not necessary or breaking something were removed.
Several import tests were removed - they are caused by the related
package being vendored into the upstream source.
2023-10-31 11:45:23 -07:00
mdarocha
904bfb1759 azure-cli: add self-test to ensure everything in the CLI works 2023-10-31 11:45:23 -07:00
mdarocha
08a740252d azure-cli: fix azure-cli-core build
Apply patch to fix tests broken on python311
2023-10-26 20:56:17 +02:00
Fabian Affolter
17ab378cf0 azure-cli: 2.52.0 -> 2.53.0 2023-10-06 15:17:00 -07:00
Fabian Affolter
4aefebaf2f
Merge pull request #256269 from fabaff/azure-data-tables-bump
python311Packages.azure-data-tables: 12.4.3 -> 12.4.4
2023-09-20 12:54:58 +02:00
Fabian Affolter
99fc28a422
Merge pull request #256280 from fabaff/azure-mgmt-iothub-bump
python311Packages.azure-mgmt-iothub: 2.4.0 -> 3.0.0
2023-09-20 12:54:47 +02:00
Fabian Affolter
2e2c84dd2a azure-cli: adjust azure-mgmt-redis override 2023-09-20 11:38:20 +02:00
Fabian Affolter
86d1557db7 azure-cli: azure-mgmt-iothub override 2023-09-20 11:09:37 +02:00
Fabian Affolter
a8a2ef96f9 azure-cli: adjust azure-data-tables override 2023-09-20 09:25:55 +02:00
Lily Foster
cdaf25b0c0
azure-cli: fix build again due to overriden package changes 2023-09-17 08:45:35 -04:00
Samy Lahfa
6f305fba18 azure-cli : 2.51.0 -> 2.52.0 2023-09-09 21:14:53 +02:00
Phillip Cloud
6d44897206
azure-cli: add msrest to specific overrides 2023-08-28 08:41:05 -04:00
Phillip Cloud
c31fa5cf89
azure-cli: add missing azure-mgmt-appcontainers dependency 2023-08-28 08:41:04 -04:00
Phillip Cloud
da686a62dc
style: format azure-cli/python-packages.nix 2023-08-28 08:41:03 -04:00
Lily Foster
204748025c
azure-cli: use overridePythonAttrs for overrides 2023-08-24 07:03:54 -04:00
Samy Lahfa
607f5c5835 azure-cli: 2.50.0 → 2.51.0 https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-conceptual/release-notes-azure-cli.md
* Add SourceProvenance and changelog
* Fix typo on sourceTypes
* Bump msal from 1.20.0 to 1.24.0b1
* Fix changelog link to latest file upstream instead of commit
* Add meta.{mainProgram,platforms,longDescription,downloadPage} and
  update sha256 to sha512
2023-08-13 00:27:44 +02:00
Jan Malakhovski
591ccfe5b9 treewide: noop: refer to src.name or similar where appropriate, part 3: more use cases
This continues where d8f7f6a5ce left off. Similarly
to that commit, this commit this also points `sourceRoot`s to `src.name` and similar
instead of keeping hardcoded names, and edits other derivation attrs do do the same,
where appropriate.

Also, similarly to d8f7f6a5ce some of expressions this
edits use `srcs` attribute with customly-named sources, so they have to be moved
into `let` blocks to keep evaluation efficient (the other, worse, way to do this
would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-11 09:20:44 +00:00
figsoda
fdd31f980e pkgs/tools/admin: remove dead code
with the help of deadnix & nil
2023-07-25 09:54:32 -04:00
Samy Lahfa
0cc6e62b35 azure-cli: 2.49.0 → 2.50.0 2023-07-23 16:14:01 +02:00
Samy Lahfa
59aa11ce8d azure-cli: add akechishiro to maintainers 2023-07-23 16:14:01 +02:00
Jean-François Roche
07f1e43b3d azure-cli: 2.44.1 -> 2.49.0 2023-06-29 23:39:40 +02:00
Weijia Wang
32ad3c33e7 treewide: tools/admin: use top-level fetchPypi 2023-05-25 14:54:35 +03:00
Weijia Wang
f31855a339 azure-cli: fix build 2023-03-16 08:15:10 -07:00
Martin Weinelt
5c497728b0 aws-cli: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
574ec98796
python310Packages.pygithub: Normalize attribute, pname, dirname 2023-02-19 21:36:03 +01:00
Martin Weinelt
80192e201a
python310Packages.fabric: Normalize attribute name and dirname 2023-02-19 21:35:59 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Andreas Stührk
46fdd46ccb azure-cli: 2.37.0 -> 2.44.1 2023-01-20 15:24:22 +01:00
figsoda
ec8cb34358 treewide: fix typos 2022-12-17 19:39:44 -05:00
Mathijs Kwik
ff229c7d72
azure-cli: fix hash
f7b8a5d7f6 changed the upstream version to "hash"
that lead to "multiple hashes passed to fetchurl" for this override
2022-12-09 21:57:23 +08:00
Sandro Jäckel
daad0beb42
fixup! azure-cli: 2.34.1 -> 2.37.0 2022-06-07 02:08:01 +02:00
Jonathan Ringer
ce0ebc2e15
azure-cli: 2.34.1 -> 2.37.0 2022-06-06 16:13:23 -07:00
Jonathan Ringer
40e0a8d9d5
azure-cli: remove blanket python2 compat logic 2022-06-06 16:13:23 -07:00
Sandro Jäckel
9a5fde8383
azure-cli: remove backport ipaddress 2022-05-30 05:54:09 +02:00
Robert Schütz
9af7f009d1 python3Packages.azure-mgmt-msi: update propagatedBuildInputs 2022-05-05 09:28:27 -07:00
Jonathan Ringer
eca073f6e5 azure-cli: pin azure-mgmt-servicelinker 2022-04-25 07:36:48 -07:00
Jonathan Ringer
e43897d2c2 azure-cli: 2.32.0 -> 2.34.1 2022-03-14 00:29:05 +01:00
Jonathan Ringer
4cc256f221
azure-cli: fix build 2022-03-02 20:57:45 +01:00
Jonathan Ringer
c6c7162876
Merge remote-tracking branch 'origin/staging-next' into staging 2022-02-03 21:34:17 -08:00
Jonathan Ringer
9edef3a262 azure-cli: fix azure-batch sha 2022-02-03 10:21:03 -08:00
Jonathan Ringer
6568807032 azure-cli: fix deps 2022-01-23 01:09:34 +01:00