Skip to content

Commit

Permalink
Merge pull request #154901 from chenrui333/vdirsyncer-aiohttp
Browse files Browse the repository at this point in the history
vdirsyncer: use aiohttp 3.9
  • Loading branch information
BrewTestBot committed Nov 20, 2023
2 parents e052d4e + c09d3f7 commit 6984f05
Showing 1 changed file with 14 additions and 19 deletions.
33 changes: 14 additions & 19 deletions Formula/v/vdirsyncer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ class Vdirsyncer < Formula
head "https://github.com/pimutils/vdirsyncer.git", branch: "main"

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c987635a33de3d0a3aef0385c48848cb0c8690b392c2e985a3b786df05c8be80"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a80978524ecdb8de382791194c1493b9e0065d74956c1a09adbb2fc797f68778"
sha256 cellar: :any_skip_relocation, arm64_monterey: "bbc668caae29f03c744291e53f6d623932f21eb30dbdf1102524b72ce56d41de"
sha256 cellar: :any_skip_relocation, sonoma: "b94ee212a623bd487395568735a31900cc359425a8125d4ef71a47a25c29f73b"
sha256 cellar: :any_skip_relocation, ventura: "a0c6cce676b36d52a118ec566c34924c2708081c8817af52dcd9b63effdba34c"
sha256 cellar: :any_skip_relocation, monterey: "5f798d011c0d5c511d027b0d639a4d7f18040e65ca6e8d42e29cad2fb616d371"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0b75ac1cb217a2fc8ec945ca5cd2d227f0af38030d42a793ab698d0572d208c0"
rebuild 2
sha256 cellar: :any_skip_relocation, arm64_sonoma: "44909d30bf0cf91d434ef13c48196e8509a074b1112d58bbeef95f889cd766ca"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d33daac76addb4378b2f1f324b55baee3e2f0850b91b290d2cb371c00549cac7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "54cf40be7e4e02afc4017cc95c0e25cf77dbe8785669d7b9110d5342ec467fea"
sha256 cellar: :any_skip_relocation, sonoma: "1ce55e721e9ed47ffe3c344e12b6afe99affeee66884cc5589e7cba5c721c550"
sha256 cellar: :any_skip_relocation, ventura: "3809e48e61336abe6aa14905e053bd9e06d72f5280a13ff50451233cd315302b"
sha256 cellar: :any_skip_relocation, monterey: "8505cc99c4b51d9e1c2e75b7f54525d21a5025c685db629c17cf7e89bcb76c42"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8458243e897fab735399e9f688cdb7017caf7d89c24016b2fc331c49fa55a9a4"
end

depends_on "python-certifi"
depends_on "python-click"
depends_on "python@3.12"

resource "aiohttp" do
url "https://files.pythonhosted.org/packages/c4/50/a717a133bda2efc27efbf8a65398c925b6d0605213da0db6929627ccb758/aiohttp-3.9.0b0.tar.gz"
sha256 "cecc64fd7bae6debdf43437e3c83183c40d4f4d86486946f412c113960598eee"
url "https://files.pythonhosted.org/packages/71/80/68f3bd93240efd92e9397947301efb76461db48c5ac80be2423ffa9c20a3/aiohttp-3.9.0.tar.gz"
sha256 "09f23292d29135025e19e8ff4f0a68df078fe4ee013bca0105b2e803989de92d"
end

resource "aiohttp-oauthlib" do
Expand All @@ -44,11 +44,6 @@ class Vdirsyncer < Formula
sha256 "3ecbf87085230fbcd9605c32ca20c4fb41af02c71d076eab246ea22e35947d88"
end

resource "async-timeout" do
url "https://files.pythonhosted.org/packages/87/d6/21b30a550dafea84b1b8eee21b5e23fa16d010ae006011221f33dcd8d7f8/async-timeout-4.0.3.tar.gz"
sha256 "4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f"
end

resource "atomicwrites" do
url "https://files.pythonhosted.org/packages/87/c6/53da25344e3e3a9c01095a89f16dbcda021c609ddb42dd6d7c0528236fb2/atomicwrites-1.4.1.tar.gz"
sha256 "81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11"
Expand All @@ -60,8 +55,8 @@ class Vdirsyncer < Formula
end

resource "charset-normalizer" do
url "https://files.pythonhosted.org/packages/cf/ac/e89b2f2f75f51e9859979b56d2ec162f7f893221975d244d8d5277aa9489/charset-normalizer-3.3.0.tar.gz"
sha256 "63563193aec44bce707e0c5ca64ff69fa72ed7cf34ce6e11d5127555756fd2f6"
url "https://files.pythonhosted.org/packages/63/09/c1bc53dab74b1816a00d8d030de5bf98f724c52c1635e07681d312f20be8/charset-normalizer-3.3.2.tar.gz"
sha256 "f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5"
end

resource "click-log" do
Expand Down Expand Up @@ -100,8 +95,8 @@ class Vdirsyncer < Formula
end

resource "urllib3" do
url "https://files.pythonhosted.org/packages/af/47/b215df9f71b4fdba1025fc05a77db2ad243fa0926755a52c5e71659f4e3c/urllib3-2.0.7.tar.gz"
sha256 "c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"
url "https://files.pythonhosted.org/packages/36/dd/a6b232f449e1bc71802a5b7950dc3675d32c6dbc2a1bd6d71f065551adb6/urllib3-2.1.0.tar.gz"
sha256 "df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54"
end

resource "yarl" do
Expand Down

0 comments on commit 6984f05

Please sign in to comment.