@@ -18,22 +18,20 @@ class Xml2rfc < Formula
1818 end
1919
2020 depends_on "libyaml"
21- depends_on "python@3.13 "
21+ depends_on "python@3.14 "
2222 uses_from_macos "libxml2" , since : :ventura
2323 uses_from_macos "libxslt"
2424
2525 on_linux do
2626 depends_on "libxslt"
2727 end
2828
29- resource "certifi" do
30- url "https://files.pythonhosted.org/packages/4c/5b/b6ce21586237c77ce67d01dc5507039d444b630dd76611bbca2d8e5dcd91/certifi-2025.10.5.tar.gz"
31- sha256 "47c09d31ccf2acf0be3f701ea53595ee7e0b8fa08801c6624be771df09ae7b43"
32- end
29+ # Keep none-any.whl for `google-i18n-address`,
30+ # if not then there will be an ModuleNotFoundError: No module named 'i18naddress'
3331
3432 resource "charset-normalizer" do
35- url "https://files.pythonhosted.org/packages/83/2d/5fd176ceb9b2fc619e63405525573493ca23441330fcdaee6bef9460e924 /charset_normalizer-3.4.3 .tar.gz"
36- sha256 "6fce4b8500244f6fcb71465d4a4930d132ba9ab8e71a7859e6a5d59851068d14 "
33+ url "https://files.pythonhosted.org/packages/13/69/33ddede1939fdd074bce5434295f38fae7136463422fe4fd3e0e89b98062 /charset_normalizer-3.4.4 .tar.gz"
34+ sha256 "94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a "
3735 end
3836
3937 resource "configargparse" do
@@ -47,8 +45,8 @@ class Xml2rfc < Formula
4745 end
4846
4947 resource "idna" do
50- url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d /idna-3.10 .tar.gz"
51- sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 "
48+ url "https://files.pythonhosted.org/packages/6f/6d/0703ccc57f3a7233505399edb88de3cbd678da106337b9fcde432b65ed60 /idna-3.11 .tar.gz"
49+ sha256 "795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902 "
5250 end
5351
5452 resource "intervaltree" do
0 commit comments