@@ -3,19 +3,19 @@ class Ansible < Formula
33
44 desc "Automate deployment, configuration, and upgrading"
55 homepage "https://www.ansible.com/"
6- url "https://files.pythonhosted.org/packages/ce/67/600d142f895a5387679c676170431bd84a9a640b794d05b3689f847afad4 /ansible-11.5 .0.tar.gz"
7- sha256 "18a3fc73120a49ade9a9a67eb8f9d4f5009d2106c34ffeb9663ad928b76ed59b "
6+ url "https://files.pythonhosted.org/packages/a6/6f/b491cd89e0393810b67598098ccb6a204d6a9202c9733a541568f69f6dea /ansible-11.6 .0.tar.gz"
7+ sha256 "934a948caa3ec1a3eb277e7ab1638b808b074a6e0c46045794cde7b637e275d8 "
88 license "GPL-3.0-or-later"
99 head "https://github.com/ansible/ansible.git" , branch : "devel"
1010
1111 bottle do
12- sha256 cellar : :any , arm64_sequoia : "6283089e27056275119d4e4678c2cfe886123e1bfa6e05865b24b643666adb6b "
13- sha256 cellar : :any , arm64_sonoma : "f63129fa8de6d912dbaf6041222f4979357a778c3e1b25d0b28c1e3ae79e9238 "
14- sha256 cellar : :any , arm64_ventura : "2222f6ebe8943771243ecfa8327dba35c6d341e6822f1211312615a046078383 "
15- sha256 cellar : :any , sonoma : "1f267324678c2c36f50158ce25b49e22742149f7c0dac489909b1b17a9ac611e "
16- sha256 cellar : :any , ventura : "e906679b64919b7bc4bc3a6e709b930fceebdfa8a06bc6f4ad9f636e4394dbe2 "
17- sha256 cellar : :any_skip_relocation , arm64_linux : "be5814baaa8e634ae546f0d512da6bee60f7e9f242bfc4720eccac2742110763 "
18- sha256 cellar : :any_skip_relocation , x86_64_linux : "224469653ff191dba105babe5a775839735030d7bb7ec9ec6e5f038acb22fdeb "
12+ sha256 cellar : :any , arm64_sequoia : "b4e54e487fa7328fbae7d961c0e973c548449aac6786dca317471ed7182a595c "
13+ sha256 cellar : :any , arm64_sonoma : "ebfdc07d5d0f615af7b3195b93db4afaf880b797de56fcc82841389d26412946 "
14+ sha256 cellar : :any , arm64_ventura : "ffc8b61bce529da989f51d82968fa6e8e555d24560da8fa198dc7e415922d3a1 "
15+ sha256 cellar : :any , sonoma : "9f9f9a089604e371c3c8886e0951bc3c951810481c0ecf17f60f5b0da4e14b0c "
16+ sha256 cellar : :any , ventura : "f5258a6379cb6fb688baa2b5bc591503b7adde4ad551c058dc509bffb789288e "
17+ sha256 cellar : :any_skip_relocation , arm64_linux : "278706cee4f492cfb5335b5e9de4afbbb1aa54877a438886b9168212e4621752 "
18+ sha256 cellar : :any_skip_relocation , x86_64_linux : "423a0e004b7948c8a87a1bbea3b73d4188b4ccafe78a28010d8ac591fb21d3c4 "
1919 end
2020
2121 # `pkgconf` and `rust` are for bcrypt
@@ -41,8 +41,8 @@ class Ansible < Formula
4141 end
4242
4343 resource "ansible-core" do
44- url "https://files.pythonhosted.org/packages/32/54/0d859184549efa339b2e370930a7741b42030cc357e107863cbadc3e72d8 /ansible_core-2.18.5 .tar.gz"
45- sha256 "319304d161770a8a891c07dec8a22c528548a948a7097eaf1a79939395105535 "
44+ url "https://files.pythonhosted.org/packages/4c/1e/c5d52171ae2b86689e3ef9e4f578c605a7f53a862d1e9fe8c254deb75fe1 /ansible_core-2.18.6 .tar.gz"
45+ sha256 "25bb20ce1516a1b7307831b263cef684043b3720711466bd9d4164e5fd576557 "
4646 end
4747
4848 resource "ansible-pylibssh" do
@@ -72,13 +72,13 @@ class Ansible < Formula
7272 end
7373
7474 resource "boto3" do
75- url "https://files.pythonhosted.org/packages/0d/b5/d1c2e8c484cea43891629bbab6ca90ce9ca932586750bc0e786c8f096ccf /boto3-1.37.38 .tar.gz"
76- sha256 "88c02910933ab7777597d1ca7c62375f52822e0aa1a8e0c51b2598a547af42b2 "
75+ url "https://files.pythonhosted.org/packages/29/3a/eec45ce28d36913074547a06198c4f9f3855062ca18ab266e9e6a27b47c9 /boto3-1.38.19 .tar.gz"
76+ sha256 "fdd69f23e6216a508bbc1fbda9486791c161f3ecd5933ac7090d7290f6f2d0f5 "
7777 end
7878
7979 resource "botocore" do
80- url "https://files.pythonhosted.org/packages/34/79/4e072e614339727f79afef704e5993b5b4d2667c1671c757cc4deb954744 /botocore-1.37.38 .tar.gz"
81- sha256 "c3ea386177171f2259b284db6afc971c959ec103fa2115911c4368bea7cbbc5d "
80+ url "https://files.pythonhosted.org/packages/7f/78/c1b2fa6a267018062a66470e6e779366b4e64ab1178de8870ccc3a393cac /botocore-1.38.19 .tar.gz"
81+ sha256 "796b948c05017eb33385b798990cd91ed4af0e881eb9eb1ee6e17666be02abc9 "
8282 end
8383
8484 resource "cachetools" do
@@ -87,13 +87,13 @@ class Ansible < Formula
8787 end
8888
8989 resource "charset-normalizer" do
90- url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357 /charset_normalizer-3.4.1 .tar.gz"
91- sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3 "
90+ url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d /charset_normalizer-3.4.2 .tar.gz"
91+ sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63 "
9292 end
9393
9494 resource "cliff" do
95- url "https://files.pythonhosted.org/packages/62/74/c7fb720990b17da636064a7993506c230f7a913b752f0116ad2a2e39d621 /cliff-4.9.1 .tar.gz"
96- sha256 "5b392198293c0b9225d459be8ba710cf8248f1ee33006bdeb3d92fb0012592b4 "
95+ url "https://files.pythonhosted.org/packages/af/9f/c29775d39263b2c9054dc608e0d604db50ccc4a21be5fcd862cf41e1c033 /cliff-4.10.0 .tar.gz"
96+ sha256 "8c1f5b682741a03b0c4607c82e8af41d4e9c2859024646562f86cdeb2959a86d "
9797 end
9898
9999 resource "cmd2" do
@@ -122,13 +122,13 @@ class Ansible < Formula
122122 end
123123
124124 resource "dogpile-cache" do
125- url "https://files.pythonhosted.org/packages/cb/b7/2fa37f52b4f38bc8eb6d4923163dd822ca6f9e2f817378478a5de73b239e /dogpile_cache-1.3.4 .tar.gz"
126- sha256 "4f0295575f5fdd3f7e13c84ba8e36656971d1869a2081b4737ec99ede378a8c0 "
125+ url "https://files.pythonhosted.org/packages/e8/07/2257f13f9cd77e71f62076d220b7b59e1f11a70b90eb1e3ef8bdf0f14b34 /dogpile_cache-1.4.0 .tar.gz"
126+ sha256 "b00a9e2f409cf9bf48c2e7a3e3e68dac5fa75913acbf1a62f827c812d35f3d09 "
127127 end
128128
129129 resource "durationpy" do
130- url "https://files.pythonhosted.org/packages/31/e9/f49c4e7fccb77fa5c43c2480e09a857a78b41e7331a75e128ed5df45c56b /durationpy-0.9 .tar.gz"
131- sha256 "fd3feb0a69a0057d582ef643c355c40d2fa1c942191f914d12203b1a01ac722a "
130+ url "https://files.pythonhosted.org/packages/9d/a4/e44218c2b394e31a6dd0d6b095c4e1f32d0be54c2a4b250032d717647bab /durationpy-0.10 .tar.gz"
131+ sha256 "1fa6893409a6e739c9c72334fc65cca1f355dbdd93405d30f726deb5bde42fba "
132132 end
133133
134134 resource "future" do
@@ -137,8 +137,8 @@ class Ansible < Formula
137137 end
138138
139139 resource "google-auth" do
140- url "https://files.pythonhosted.org/packages/cb/8e/8f45c9a32f73e786e954b8f9761c61422955d23c45d1e8c347f9b4b59e8e /google_auth-2.39.0 .tar.gz"
141- sha256 "73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 "
140+ url "https://files.pythonhosted.org/packages/94/a5/38c21d0e731bb716cffcf987bd9a3555cb95877ab4b616cfb96939933f20 /google_auth-2.40.1 .tar.gz"
141+ sha256 "58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 "
142142 end
143143
144144 resource "idna" do
@@ -172,8 +172,8 @@ class Ansible < Formula
172172 end
173173
174174 resource "junos-eznc" do
175- url "https://files.pythonhosted.org/packages/ce/85/963a0e6c344775b3e993d50f4d6d65b2e9796ca1a4e53c1eba5901cad0a5 /junos-eznc-2.7.3 .tar.gz"
176- sha256 "15a9aff9da4bf25dc3c7e54fdf98f3eff5dc4fe8edb79075f54039bcf7a71bd1 "
175+ url "https://files.pythonhosted.org/packages/4e/fb/8636537d3832ab752501296ac8a85b2d0b13da169ca95024584434d77836 /junos-eznc-2.7.4 .tar.gz"
176+ sha256 "c9d90f8ecea908b0b8bf3f47ccc4c7afc212dddcd275a426e5c0104f40418d59 "
177177 end
178178
179179 resource "jxmlease" do
@@ -187,8 +187,8 @@ class Ansible < Formula
187187 end
188188
189189 resource "keystoneauth1" do
190- url "https://files.pythonhosted.org/packages/59/f8/39aa1ac0c7fb9e7c8849f17e663eac208262689b7b9db02861b5e1093500 /keystoneauth1-5.10 .0.tar.gz"
191- sha256 "34b870dbbcf806cdb5aec98483b62820a6568d364eca7b1174ca6a8b5a9c77ed "
190+ url "https://files.pythonhosted.org/packages/d3/b1/21e3b5091920d22a93c382ecc8aa30a129aeb69e7e5976b09c276c2259a4 /keystoneauth1-5.11 .0.tar.gz"
191+ sha256 "9af6a165fa0747ed739ffc34b115ea0d7cfc5630ee12948af94f03ed0f9c8934 "
192192 end
193193
194194 resource "kubernetes" do
@@ -197,8 +197,8 @@ class Ansible < Formula
197197 end
198198
199199 resource "lxml" do
200- url "https://files.pythonhosted.org/packages/80/61/d3dc048cd6c7be6fe45b80cedcbdd4326ba4d550375f266d9f4246d0f4bc /lxml-5.3.2 .tar.gz"
201- sha256 "773947d0ed809ddad824b7b14467e1a481b8976e87278ac4a730c2f7c7fcddc1 "
200+ url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f /lxml-5.4.0 .tar.gz"
201+ sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd "
202202 end
203203
204204 resource "markupsafe" do
@@ -257,13 +257,13 @@ class Ansible < Formula
257257 end
258258
259259 resource "oslo-config" do
260- url "https://files.pythonhosted.org/packages/3c/ac/aa17577d353a8c90b758a0edb1a94de7fffa24283c7f82cd2c485cb0a740 /oslo_config-9.7.1 .tar.gz"
261- sha256 "5558b34bcc2b52f2208e80fcad955a4f7b2c41bb245b6451d43a621ad1263bbd "
260+ url "https://files.pythonhosted.org/packages/69/be/da0a7c7785791ffae3a3365a8e9b88e5ee18837e564068c5ebc824beeb60 /oslo_config-9.8.0 .tar.gz"
261+ sha256 "eea8009504abee672137c58bdabdaba185f496b93c85add246e2cdcebe9d08aa "
262262 end
263263
264264 resource "oslo-context" do
265- url "https://files.pythonhosted.org/packages/a3/65/17722b5f616aa129cee9b5f4a34952ffac7845f7a2cb842472b27c990caa /oslo_context-5.7.1 .tar.gz"
266- sha256 "0c511fe153732aff0c1b3b44abd2f51008a83c707bb929bee01e1255ac964889 "
265+ url "https://files.pythonhosted.org/packages/2a/6c/e1e7db0505ff70881336fb6865846885d1ff24fa7fd8e5cdd91016c35f07 /oslo_context-6.0.0 .tar.gz"
266+ sha256 "151e8228982d3885ed3fed288e8cddb26f894fb40cb8132129fa9e5b3e0ef0bd "
267267 end
268268
269269 resource "oslo-i18n" do
@@ -282,8 +282,8 @@ class Ansible < Formula
282282 end
283283
284284 resource "oslo-utils" do
285- url "https://files.pythonhosted.org/packages/f1/98/0c74172604f4ea9db117933fa9794e82a66438481a1e5a538584479c92f8 /oslo_utils-8.2 .0.tar.gz"
286- sha256 "dcf78d14b968fb7b14263c77278b2b930a7861d3caa887d3a58b2890f6659835 "
285+ url "https://files.pythonhosted.org/packages/9e/45/f381d0308a7679975ec0e8409ce133136ea96c1ed6a314eb31dcd700c7d8 /oslo_utils-9.0 .0.tar.gz"
286+ sha256 "d45a1b90ea1496589562d38fe843fda7fa247f9a7e61784885991d20fb663a43 "
287287 end
288288
289289 resource "packaging" do
@@ -312,8 +312,8 @@ class Ansible < Formula
312312 end
313313
314314 resource "platformdirs" do
315- url "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1 /platformdirs-4.3.7 .tar.gz"
316- sha256 "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351 "
315+ url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2 /platformdirs-4.3.8 .tar.gz"
316+ sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc "
317317 end
318318
319319 resource "prettytable" do
@@ -352,8 +352,8 @@ class Ansible < Formula
352352 end
353353
354354 resource "pynetbox" do
355- url "https://files.pythonhosted.org/packages/1a/f9/e6c524e5ddc4c2788ab2f5ee1ab2d9afad49cad9c7cd3a372cf5b8433ed3 /pynetbox-7.4.1 .tar.gz"
356- sha256 "3f82b5964ca77a608aef6cc2fc48a3961f7667fbbdbb60646655373e3dae00c3 "
355+ url "https://files.pythonhosted.org/packages/d3/0b/695021a23c373991d07c1e4cb510287a521318cfc4b29f68ebbecb19fcd2 /pynetbox-7.5.0 .tar.gz"
356+ sha256 "780064c800fb8c079c9828df472203146442ed3dd0b522a28a501204eb00c066 "
357357 end
358358
359359 resource "pyparsing" do
@@ -397,8 +397,8 @@ class Ansible < Formula
397397 end
398398
399399 resource "python-neutronclient" do
400- url "https://files.pythonhosted.org/packages/62/f5/43ac046c8bc32068faccd4d0b79e44c08ec96b7104a0ac70974c2a17ac76/python-neutronclient- 11.4 .0.tar.gz"
401- sha256 "8741219362e4bf9c2e43f2e6cae4d4991ed8f9df9063f43408a0b658b03d62e2 "
400+ url "https://files.pythonhosted.org/packages/4d/eb/1f7ad4655f0241bff363ef9c75ec27198b55da0317c2f4e59dbea63d203a/python_neutronclient- 11.5 .0.tar.gz"
401+ sha256 "a1390c324e71164827e4ac77fd51d626c37019f2416b21514a762e2fc050b574 "
402402 end
403403
404404 resource "python-string-utils" do
@@ -462,8 +462,8 @@ class Ansible < Formula
462462 end
463463
464464 resource "s3transfer" do
465- url "https://files.pythonhosted.org/packages/c4/2b/5c9562795c2eb2b5f63536961754760c25bf0f34af93d36aa28dea2fb303 /s3transfer-0.11.5 .tar.gz"
466- sha256 "8c8aad92784779ab8688a61aefff3e28e9ebdce43142808eaa3f0b0f402f68b7 "
465+ url "https://files.pythonhosted.org/packages/fc/9e/73b14aed38ee1f62cd30ab93cd0072dec7fb01f3033d116875ae3e7b8b44 /s3transfer-0.12.0 .tar.gz"
466+ sha256 "8ac58bc1989a3fdb7c7f3ee0918a66b160d038a147c7b5db1500930a607e9a1c "
467467 end
468468
469469 resource "scp" do
@@ -472,8 +472,8 @@ class Ansible < Formula
472472 end
473473
474474 resource "setuptools" do
475- url "https://files.pythonhosted.org/packages/7d/19/fecb7e2825616270f34512b3394cdcf6f45a79b5b6d94fdbd86a509e67b5 /setuptools-79.0 .0.tar.gz"
476- sha256 "9828422e7541213b0aacb6e10bbf9dd8febeaa45a48570e09b6d100e063fc9f9 "
475+ url "https://files.pythonhosted.org/packages/8d/d2/ec1acaaff45caed5c2dedb33b67055ba9d4e96b091094df90762e60135fe /setuptools-80.8 .0.tar.gz"
476+ sha256 "49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257 "
477477 end
478478
479479 resource "shade" do
0 commit comments