conan 1.53.0

conan: depend on pyyaml

Closes #112366.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Rui Chen 2022-10-04 13:29:54 -07:00 committed by BrewTestBot
parent 1b5198f9f1
commit 50dd7f288d
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 14 additions and 18 deletions

View File

@ -3,8 +3,8 @@ class Conan < Formula
desc "Distributed, open source, package manager for C/C++" desc "Distributed, open source, package manager for C/C++"
homepage "https://conan.io" homepage "https://conan.io"
url "https://files.pythonhosted.org/packages/8e/7d/e98012551546f8b4d11fe9f1300080e54395a2c9637fc3a3ac9a070000de/conan-1.52.0.tar.gz" url "https://files.pythonhosted.org/packages/4f/cd/776f43f028c5ba7a3292e6e0927cb6176fedfecbc75fda9036c9d04d2975/conan-1.53.0.tar.gz"
sha256 "184761f16d00fde17615e60125d2f14fca692ffba7666cc7d6d834fc3858cf82" sha256 "b0775c4f7e11744165aa8f57db4d817ae6de6d4df7d86f4934a85280f83d953a"
license "MIT" license "MIT"
head "https://github.com/conan-io/conan.git", branch: "develop" head "https://github.com/conan-io/conan.git", branch: "develop"
@ -21,6 +21,7 @@ class Conan < Formula
depends_on "cmake" => :test depends_on "cmake" => :test
depends_on "openssl@1.1" depends_on "openssl@1.1"
depends_on "python@3.10" depends_on "python@3.10"
depends_on "pyyaml"
depends_on "six" depends_on "six"
resource "bottle" do resource "bottle" do
@ -29,8 +30,8 @@ class Conan < Formula
end end
resource "certifi" do resource "certifi" do
url "https://files.pythonhosted.org/packages/cc/85/319a8a684e8ac6d87a1193090e06b6bbb302717496380e225ee10487c888/certifi-2022.6.15.tar.gz" url "https://files.pythonhosted.org/packages/cb/a4/7de7cd59e429bd0ee6521ba58a75adaec136d32f91a761b28a11d8088d44/certifi-2022.9.24.tar.gz"
sha256 "84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d" sha256 "0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14"
end end
resource "charset-normalizer" do resource "charset-normalizer" do
@ -49,13 +50,13 @@ class Conan < Formula
end end
resource "fasteners" do resource "fasteners" do
url "https://files.pythonhosted.org/packages/bd/f4/148f44998c1bdb064a508e7cbcf9e50b34572b3d36fcc378a5d61b7dc8c5/fasteners-0.17.3.tar.gz" url "https://files.pythonhosted.org/packages/f5/9a/e613fc7f7fa157bea028d8d823a13ba5583a49a2dea926ca86b6cbf0fd00/fasteners-0.18.tar.gz"
sha256 "a9a42a208573d4074c77d041447336cf4e3c1389a256fd3e113ef59cf29b7980" sha256 "cb7c13ef91e0c7e4fe4af38ecaf6b904ec3f5ce0dda06d34924b6b74b869d953"
end end
resource "idna" do resource "idna" do
url "https://files.pythonhosted.org/packages/62/08/e3fc7c8161090f742f504f40b1bccbfc544d4a4e09eb774bf40aafce5436/idna-3.3.tar.gz" url "https://files.pythonhosted.org/packages/8b/e1/43beb3d38dba6cb420cefa297822eac205a277ab43e5ba5d5c46faf96438/idna-3.4.tar.gz"
sha256 "9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" sha256 "814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"
end end
resource "Jinja2" do resource "Jinja2" do
@ -89,8 +90,8 @@ class Conan < Formula
end end
resource "PyJWT" do resource "PyJWT" do
url "https://files.pythonhosted.org/packages/d8/6b/6287745054dbcccf75903630346be77d4715c594402cec7c2518032416c2/PyJWT-2.4.0.tar.gz" url "https://files.pythonhosted.org/packages/d4/63/6f57a751c9e3135856b44e2c29c548741ec14db3d24b9666e97292aa968e/PyJWT-2.5.0.tar.gz"
sha256 "d42908208c699b3b973cbeb01a969ba6a96c821eefb1c5bfe4c390c01d67abba" sha256 "e77ab89480905d86998442ac5788f35333fa85f65047a534adc38edf3c88fc3b"
end end
resource "python-dateutil" do resource "python-dateutil" do
@ -98,19 +99,14 @@ class Conan < Formula
sha256 "0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86" sha256 "0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"
end end
resource "PyYAML" do
url "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz"
sha256 "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"
end
resource "requests" do resource "requests" do
url "https://files.pythonhosted.org/packages/a5/61/a867851fd5ab77277495a8709ddda0861b28163c4613b011bc00228cc724/requests-2.28.1.tar.gz" url "https://files.pythonhosted.org/packages/a5/61/a867851fd5ab77277495a8709ddda0861b28163c4613b011bc00228cc724/requests-2.28.1.tar.gz"
sha256 "7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983" sha256 "7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"
end end
resource "tqdm" do resource "tqdm" do
url "https://files.pythonhosted.org/packages/98/2a/838de32e09bd511cf69fe4ae13ffc748ac143449bfc24bb3fd172d53a84f/tqdm-4.64.0.tar.gz" url "https://files.pythonhosted.org/packages/c1/c2/d8a40e5363fb01806870e444fc1d066282743292ff32a9da54af51ce36a2/tqdm-4.64.1.tar.gz"
sha256 "40be55d30e200777a307a7585aee69e4eabb46b4ec6a4b4a5f2d9f11e7d5408d" sha256 "5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4"
end end
resource "urllib3" do resource "urllib3" do

View File

@ -98,7 +98,7 @@
"exclude_packages": ["six"] "exclude_packages": ["six"]
}, },
"conan": { "conan": {
"exclude_packages": ["six"], "exclude_packages": ["six", "PyYAML"],
"extra_packages": ["distro"] "extra_packages": ["distro"]
}, },
"commitizen": { "commitizen": {