Skip to content

Commit

Permalink
Merge pull request #138748 from chenrui333/localstack-use-python-certifi
Browse files Browse the repository at this point in the history
localstack: use python-certifi
  • Loading branch information
BrewTestBot authored Aug 6, 2023
2 parents 4ecdb33 + 4c3965c commit 05578c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions Formula/localstack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ class Localstack < Formula
revision 2

bottle do
sha256 cellar: :any, arm64_ventura: "3a926a1b64acbbaf59e8b83865bce964b0d2106a8b8eea188eed15541817d10c"
sha256 cellar: :any, arm64_monterey: "f3b90f181284e0143c683c65d39a155e389702f9c38de88e89afc85f5738d80d"
sha256 cellar: :any, arm64_big_sur: "a12cb3b97890a169897d7690cacdecbf027c4f8356b8ef6eb968462805989681"
sha256 cellar: :any, ventura: "d76aad2ed8373c9537b6021b95eff874a7ddae602d4ce99932f9bd7a2001e5e2"
sha256 cellar: :any, monterey: "bcd250f1301f77aaf6070e93c4df59c5914ac8c0f34c17773c33499363383a14"
sha256 cellar: :any, big_sur: "2be415b7c203c770f25ebd7f36a0882ca167d3284519b3f2440b4e8e799cf7f5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "56f6af332c9d32aa644aef267c72a23c95db5377b5a701ab80fde4864d3d42dc"
rebuild 1
sha256 cellar: :any, arm64_ventura: "9a636b2d40facd977df1e8c7c8def2f15e5613893a5bd3b0ea92227031a80052"
sha256 cellar: :any, arm64_monterey: "68b7851f092dc73227d37b24db2190bacdda79592b4205d3ef17d192ca5f664a"
sha256 cellar: :any, arm64_big_sur: "e29a9e9232e82c30cffac4019c7e3e091c2c87c8e188d52089801573319fed2c"
sha256 cellar: :any, ventura: "f1392276fb87b8f6df95fa1fe69e9d202c3451133450afca8977c3f500d0be15"
sha256 cellar: :any, monterey: "01a885723e53f5855d0c9fa02044ec1467ce552faae7b6abaec18487fcf50078"
sha256 cellar: :any, big_sur: "ec9380766bbf3f0e19cc7cd56f95567a10e9f2504134c48d69bc4b700a95f115"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3d8ea3438a79f40bb477e80490cd9803a875d418f1b19d2346ff0fb0336332bd"
end

# `pkg-config`, `rust`, and `openssl@3` are for cryptography.
Expand All @@ -26,6 +27,7 @@ class Localstack < Formula
depends_on "openssl@3"
depends_on "pycparser"
depends_on "pygments"
depends_on "python-certifi"
depends_on "python-tabulate"
depends_on "[email protected]"
depends_on "pyyaml"
Expand All @@ -36,11 +38,6 @@ class Localstack < Formula
sha256 "486471dfa8799eb7ec503a8059e263db000cdda20075ce5e48903087f79d5fd6"
end

resource "certifi" do
url "https://files.pythonhosted.org/packages/98/98/c2ff18671db109c9f10ed27f5ef610ae05b73bd876664139cf95bd1429aa/certifi-2023.7.22.tar.gz"
sha256 "539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"
end

resource "charset-normalizer" do
url "https://files.pythonhosted.org/packages/2a/53/cf0a48de1bdcf6ff6e1c9a023f5f523dfe303e4024f216feac64b6eb7f67/charset-normalizer-3.2.0.tar.gz"
sha256 "3bb3d25a8e6c0aedd251753a79ae98a093c7e7b471faa3aa9a93a81431987ace"
Expand Down
2 changes: 1 addition & 1 deletion pypi_formula_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@
"exclude_packages": ["certifi", "Pygments", "PyYAML", "six", "tabulate", "typing-extensions"]
},
"localstack": {
"exclude_packages": ["cffi", "six", "tabulate", "pycparser", "PyYAML", "Pygments"]
"exclude_packages": ["certifi", "cffi", "pycparser", "Pygments", "PyYAML", "six", "tabulate"]
},
"locust": {
"exclude_packages": ["certifi", "six", "typing-extensions"]
Expand Down

0 comments on commit 05578c7

Please sign in to comment.