Skip to content

Commit

Permalink
Merge pull request #191243 from Homebrew/bump-openstackclient-7.1.2
Browse files Browse the repository at this point in the history
openstackclient 7.1.2
  • Loading branch information
BrewTestBot authored Sep 19, 2024
2 parents 721e0b1 + 2d03e1d commit dc69b67
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions Formula/o/openstackclient.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ class Openstackclient < Formula
desc "Command-line client for OpenStack"
homepage "https://openstack.org"
# TODO: remove `setuptools` from pypi_formula_mappings.json after https://review.opendev.org/c/openstack/pbr/+/924216
url "https://files.pythonhosted.org/packages/2b/4a/292ae140c1e13d6aa6f8919db57802588b93a5eaf2c3e236c86fbf5b8ec8/python-openstackclient-7.1.1.tar.gz"
sha256 "b10e35ffd5ff6db6ee7d0762cb1749372fe9a1063e9ba4bb8bb4b911c9ecf0ba"
url "https://files.pythonhosted.org/packages/8a/8c/4573a1abacafd00f76bba1c1c377a5fdbf86dd19ebe6eb71eb8603be93a4/python-openstackclient-7.1.2.tar.gz"
sha256 "84b6f1726fcb92a314d9dc93318848075da247b798314842d1b152f336441a5d"
license "Apache-2.0"

bottle do
rebuild 1
sha256 cellar: :any, arm64_sequoia: "198cf19845d1fd63d9dbb58fe16c62594a1018c07cf992718467b568381f43d8"
sha256 cellar: :any, arm64_sonoma: "24e2f0395854693ad225f6e46bbc13c9a7fdcfd49b59e876ef0afd5135e11391"
sha256 cellar: :any, arm64_ventura: "f071f8479f73ae421be6a587e7964badcee2f86c8abbd93bfdf7135cddd0d577"
sha256 cellar: :any, sonoma: "e5c14328c865e9ae123d876502ed0ed31cc4ec0c6bb0a2dbda9879454b12e3f6"
sha256 cellar: :any, ventura: "880978469465842ecd28ee292b914345ca48dce88d81d0311e4f64e076de5495"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8735849f7fb6bd0e49de1088b709c60db50d77bbf307afd4a69c1ca2ab76ba2d"
sha256 cellar: :any, arm64_sequoia: "32c41a893b36a7f10461cd05ba549d7eb36555f4446b2702f4f208364d23c460"
sha256 cellar: :any, arm64_sonoma: "1ab7c804ff9786745e4d49786129cd56e3b01cfb31857aa9707787d43d3d62f3"
sha256 cellar: :any, arm64_ventura: "9286520a7da27b14e53be370b5f882654c7827f39ef00ce6ccc14a4761e0ca3a"
sha256 cellar: :any, sonoma: "75fd08d3cf157146011ea81b6cc1edba208e77545d68a88e192249274149ef97"
sha256 cellar: :any, ventura: "b8dd1411745aad1769ee86cbe95dcf7bfc2018c8f83bdb14500ec5bd64d6da9d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fa9bdc0242438d419c91ec275a12f42c18e5f129672b26c2a76eb8fe64251791"
end

depends_on "rust" => :build # for rpds-py
Expand Down Expand Up @@ -207,8 +206,8 @@ class Openstackclient < Formula
end

resource "platformdirs" do
url "https://files.pythonhosted.org/packages/f5/19/f7bee3a71decedd8d7bc4d3edb7970b8e899f3caef257b0f0d623f2f7b11/platformdirs-4.3.3.tar.gz"
sha256 "d4e0b7d8ec176b341fb03cb11ca12d0276faa8c485f9cd218f613840463fc2c0"
url "https://files.pythonhosted.org/packages/13/fc/128cc9cb8f03208bdbf93d3aa862e16d376844a14f9a0ce5cf4507372de4/platformdirs-4.3.6.tar.gz"
sha256 "357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907"
end

resource "ply" do
Expand Down

0 comments on commit dc69b67

Please sign in to comment.