From a7adaeafd88d117d15415602410b7ce062464ff7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:48:26 +0000 Subject: [PATCH 1/2] osc 1.9.2 osc: urllib3 2.2.3 Signed-off-by: Rui Chen --- Formula/o/osc.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/o/osc.rb b/Formula/o/osc.rb index c5205e248230..5774bfe376c7 100644 --- a/Formula/o/osc.rb +++ b/Formula/o/osc.rb @@ -3,8 +3,8 @@ class Osc < Formula desc "Command-line interface to work with an Open Build Service" homepage "https://openbuildservice.org" - url "https://github.com/openSUSE/osc/archive/refs/tags/1.9.1.tar.gz" - sha256 "2a9a466908190bd65bab047180abb372e30ac1ca06ef2488087d14e36edf1388" + url "https://github.com/openSUSE/osc/archive/refs/tags/1.9.2.tar.gz" + sha256 "c32bcf47c8a0f23a722fca781959ef2b1f865d0d4ed32be237f3e4444e671864" license "GPL-2.0-or-later" head "https://github.com/openSUSE/osc.git", branch: "master" @@ -36,8 +36,8 @@ class Osc < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/43/6d/fa469ae21497ddc8bc93e5877702dca7cb8f911e337aca7452b5724f1bb6/urllib3-2.2.2.tar.gz" - sha256 "dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" + url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" + sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" end def install From a639411217fa11bf008eaa15a56d0ece5174308b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Sep 2024 01:56:10 +0000 Subject: [PATCH 2/2] osc: update 1.9.2 bottle. --- Formula/o/osc.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/o/osc.rb b/Formula/o/osc.rb index 5774bfe376c7..cfa84472f403 100644 --- a/Formula/o/osc.rb +++ b/Formula/o/osc.rb @@ -14,14 +14,12 @@ class Osc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2d1b50281a139b89e0f13e3a76d282c4b14bdda9e8a7085867586ef2e9c4248" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "32fdf1b9d5de5626e133db03159e5a6a4c06357dc9faf3c1f4bbc8997fe9576d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "32fdf1b9d5de5626e133db03159e5a6a4c06357dc9faf3c1f4bbc8997fe9576d" - sha256 cellar: :any_skip_relocation, arm64_monterey: "32fdf1b9d5de5626e133db03159e5a6a4c06357dc9faf3c1f4bbc8997fe9576d" - sha256 cellar: :any_skip_relocation, sonoma: "b440ae8843b0300dfd814393075b27463847bc66a699338134b3fe81b365dd4c" - sha256 cellar: :any_skip_relocation, ventura: "b440ae8843b0300dfd814393075b27463847bc66a699338134b3fe81b365dd4c" - sha256 cellar: :any_skip_relocation, monterey: "b440ae8843b0300dfd814393075b27463847bc66a699338134b3fe81b365dd4c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "32fdf1b9d5de5626e133db03159e5a6a4c06357dc9faf3c1f4bbc8997fe9576d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "16c71d9c72265b2301df6d5a2d5ea53614bb50cacac5172fc8723b23ffddff7d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "16c71d9c72265b2301df6d5a2d5ea53614bb50cacac5172fc8723b23ffddff7d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "16c71d9c72265b2301df6d5a2d5ea53614bb50cacac5172fc8723b23ffddff7d" + sha256 cellar: :any_skip_relocation, sonoma: "d4c3e710b68c30f4f885fdbf875c51d06f41683ed51548646652c20dd6d3913f" + sha256 cellar: :any_skip_relocation, ventura: "d4c3e710b68c30f4f885fdbf875c51d06f41683ed51548646652c20dd6d3913f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "16c71d9c72265b2301df6d5a2d5ea53614bb50cacac5172fc8723b23ffddff7d" end depends_on "cryptography"