@@ -3,34 +3,39 @@ class Twine < Formula
33
44 desc "Utilities for interacting with PyPI"
55 homepage "https://github.com/pypa/twine"
6- url "https://files.pythonhosted.org/packages/2c/33/88b80116504b61759fa2db05e13f2296b0d2e73568f5e731d020c13843b8 /twine-6.0.1 .tar.gz"
7- sha256 "36158b09df5406e1c9c1fb8edb24fc2be387709443e7376689b938531582ee27 "
6+ url "https://files.pythonhosted.org/packages/c8/a2/6df94fc5c8e2170d21d7134a565c3a8fb84f9797c1dd65a5976aaf714418 /twine-6.1.0 .tar.gz"
7+ sha256 "be324f6272eff91d07ee93f251edf232fc647935dd585ac003539b42404a8dbd "
88 license "Apache-2.0"
99 head "https://github.com/pypa/twine.git" , branch : "main"
1010
1111 bottle do
12- sha256 cellar : :any , arm64_sequoia : "6dff759325c7f1603c79ca46882f6e0cb9bfee6366ebae605da842e900a59693 "
13- sha256 cellar : :any , arm64_sonoma : "f3dbf5104b23ef0c7a05c7167e7c1333dcc18dc84fbec2bb1330033237016efc "
14- sha256 cellar : :any , arm64_ventura : "227ed1cf4d96f4219797912f80a4b29c1ef117de6b07885041b73589ed1b4db3 "
15- sha256 cellar : :any , sonoma : "41f03b8ab1da44839e1bc19fefb72d02611c588a50f6db7a0e823d746a12d26a "
16- sha256 cellar : :any , ventura : "abd7516363a24c1bd228c0adcf91c5aacbb39c42c8ed6ec713012f30db45a4d9 "
17- sha256 cellar : :any_skip_relocation , x86_64_linux : "005112eb84f72ca2e0fc714a3f139da8036985658ca3809c3e13709c70f97ce7 "
12+ sha256 cellar : :any , arm64_sequoia : "ec3b23c0e332f1c03c3af3425858b2b9aee42d2c619e80b789e73b394e550760 "
13+ sha256 cellar : :any , arm64_sonoma : "4cafbbad3910a5132eaa302259c34bb87b5073cd1fca4d36ee6f234d4c647472 "
14+ sha256 cellar : :any , arm64_ventura : "1abc11c2a3efbf886021b93059f5e6664e5596b3aaf34857e23e5ab4d4a32129 "
15+ sha256 cellar : :any , sonoma : "daeb2faecb8c7df9d4f8553420f1f80526f1e07c284ef7627da940862fb502d0 "
16+ sha256 cellar : :any , ventura : "4abae8b2d936f4cbca561ba3d16fd9e6f72271e5141bda0de392131f43de9086 "
17+ sha256 cellar : :any_skip_relocation , x86_64_linux : "2991356e47daefde97834092663ddac04b776d4761af3a817e7cb5ae18c70456 "
1818 end
1919
2020 depends_on "rust" => :build
2121 depends_on "certifi"
22222323
2424 resource "charset-normalizer" do
25- url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e /charset_normalizer-3.4.0 .tar.gz"
26- sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e "
25+ url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357 /charset_normalizer-3.4.1 .tar.gz"
26+ sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3 "
2727 end
2828
2929 resource "docutils" do
3030 url "https://files.pythonhosted.org/packages/ae/ed/aefcc8cd0ba62a0560c3c18c33925362d46c6075480bfa4df87b28e169a9/docutils-0.21.2.tar.gz"
3131 sha256 "3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f"
3232 end
3333
34+ resource "id" do
35+ url "https://files.pythonhosted.org/packages/22/11/102da08f88412d875fa2f1a9a469ff7ad4c874b0ca6fed0048fe385bdb3d/id-1.5.0.tar.gz"
36+ sha256 "292cb8a49eacbbdbce97244f47a97b4c62540169c976552e497fd57df0734c1d"
37+ end
38+
3439 resource "idna" do
3540 url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz"
3641 sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"
@@ -57,8 +62,8 @@ class Twine < Formula
5762 end
5863
5964 resource "keyring" do
60- url "https://files.pythonhosted.org/packages/f6/24/64447b13df6a0e2797b586dad715766d756c932ce8ace7f67bd384d76ae0 /keyring-25.5 .0.tar.gz"
61- sha256 "4c753b3ec91717fe713c4edd522d625889d8973a349b0e582622f49766de58e6 "
65+ url "https://files.pythonhosted.org/packages/70/09/d904a6e96f76ff214be59e7aa6ef7190008f52a0ab6689760a98de0bf37d /keyring-25.6 .0.tar.gz"
66+ sha256 "0b39998aa941431eb3d9b0d4b2460bc773b9df6fed7621c2dfb291a7e0187a66 "
6267 end
6368
6469 resource "markdown-it-py" do
@@ -72,28 +77,23 @@ class Twine < Formula
7277 end
7378
7479 resource "more-itertools" do
75- url "https://files.pythonhosted.org/packages/51/78/65922308c4248e0eb08ebcbe67c95d48615cc6f27854b6f2e57143e9178f /more-itertools-10.5 .0.tar.gz"
76- sha256 "5482bfef7849c25dc3c6dd53a6173ae4795da2a41a80faea6700d9f5846c5da6 "
80+ url "https://files.pythonhosted.org/packages/88/3b/7fa1fe835e2e93fd6d7b52b2f95ae810cf5ba133e1845f726f5a992d62c2 /more-itertools-10.6 .0.tar.gz"
81+ sha256 "2cd7fad1009c31cc9fb6a035108509e6547547a7a738374f10bd49a09eb3ee3b "
7782 end
7883
7984 resource "nh3" do
80- url "https://files.pythonhosted.org/packages/1d/32/3b8d8471d006333bac3175ad37402414d985ed3f8650a01a33e0e86b9824 /nh3-0.2.19 .tar.gz"
81- sha256 "790056b54c068ff8dceb443eaefb696b84beff58cca6c07afd754d17692a4804 "
85+ url "https://files.pythonhosted.org/packages/46/f2/eb781d94c7855e9129cbbdd3ab09a470441e4176a82a396ae1df270a7333 /nh3-0.2.20 .tar.gz"
86+ sha256 "9705c42d7ff88a0bea546c82d7fe5e59135e3d3f057e485394f491248a1f8ed5 "
8287 end
8388
8489 resource "packaging" do
8590 url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz"
8691 sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"
8792 end
8893
89- resource "pkginfo" do
90- url "https://files.pythonhosted.org/packages/6f/c3/4f625ca754f4063200216658463a73106bf725dc27a66b84df35ebe7468c/pkginfo-1.11.2.tar.gz"
91- sha256 "c6bc916b8298d159e31f2c216e35ee5b86da7da18874f879798d0a1983537c86"
92- end
93-
9494 resource "pygments" do
95- url "https://files.pythonhosted.org/packages/8e/62/8336eff65bcbc8e4cb5d05b55faf041285951b6e80f33e2bff2024788f31 /pygments-2.18.0 .tar.gz"
96- sha256 "786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199 "
95+ url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84 /pygments-2.19.1 .tar.gz"
96+ sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f "
9797 end
9898
9999 resource "readme-renderer" do
@@ -127,8 +127,8 @@ class Twine < Formula
127127 end
128128
129129 resource "urllib3" do
130- url "https://files.pythonhosted.org/packages/ed /63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260 /urllib3-2.2.3 .tar.gz"
131- sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9 "
130+ url "https://files.pythonhosted.org/packages/aa /63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66 /urllib3-2.3.0 .tar.gz"
131+ sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d "
132132 end
133133
134134 def install
0 commit comments