From ed634398041c590b91a27c68780297e01db1f0de Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Fri, 17 Nov 2023 19:13:44 -0800 Subject: [PATCH 1/2] python-certifi 2023.11.17 --- Formula/p/python-certifi.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/p/python-certifi.rb b/Formula/p/python-certifi.rb index 148dd6f1dde201..bc7d9822598fee 100644 --- a/Formula/p/python-certifi.rb +++ b/Formula/p/python-certifi.rb @@ -1,10 +1,9 @@ class PythonCertifi < Formula desc "Mozilla CA bundle for Python" homepage "https://github.com/certifi/python-certifi" - url "https://files.pythonhosted.org/packages/98/98/c2ff18671db109c9f10ed27f5ef610ae05b73bd876664139cf95bd1429aa/certifi-2023.7.22.tar.gz" - sha256 "539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082" + url "https://files.pythonhosted.org/packages/d4/91/c89518dd4fe1f3a4e3f6ab7ff23cb00ef2e8c9adf99dacc618ad5e068e28/certifi-2023.11.17.tar.gz" + sha256 "9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1" license "MPL-2.0" - revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7e3ade85f22742f34abc5d2d9fcbdb4b4bd7f48dc8a159632c031d8007189f5" From 47865850d1623440b1224e7c8625e2c4bd0cf7b7 Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Mon, 20 Nov 2023 08:46:02 +0000 Subject: [PATCH 2/2] python-certifi: update 2023.11.17 bottle. --- Formula/p/python-certifi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/python-certifi.rb b/Formula/p/python-certifi.rb index bc7d9822598fee..e72466bc10d9ff 100644 --- a/Formula/p/python-certifi.rb +++ b/Formula/p/python-certifi.rb @@ -6,13 +6,13 @@ class PythonCertifi < Formula license "MPL-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7e3ade85f22742f34abc5d2d9fcbdb4b4bd7f48dc8a159632c031d8007189f5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d97a923fa6705e96f28e4f4eee95dc546da9c3284f1dd72b1c8e38a3a0233a9f" - sha256 cellar: :any_skip_relocation, arm64_monterey: "a4cca94c242a1491a3f719c601f4a27243b88a79afd66c7642f8807bda98643e" - sha256 cellar: :any_skip_relocation, sonoma: "0b24e2973e53c9b1d45cba54e396e204f0f704175f59aa5a64eb9b91871662de" - sha256 cellar: :any_skip_relocation, ventura: "093282849560012f202cf6b5059091f0ae0825a3e76dcfbb5bb83f3bce40023e" - sha256 cellar: :any_skip_relocation, monterey: "d9e4934e6512167a14e9f2fdac2a969e4ea36a72d959c794a7002c0a90cf7f1e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a540eaf727baaa449fe5ae998e22f704accdb80555824fb7171af9e12104256f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e725d4eeae81cf1f8dde8dab4ada86315a2d760c2995f8efd48d5c5e264992eb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4f79fb464210d1710ee1308d49b29c31e126e7189561cf9ab149afc4f9a6e9b6" + sha256 cellar: :any_skip_relocation, arm64_monterey: "bd46de953e2fff760eada1af1ee10f4f326350f8e660e653c3d15cbe86ef72d6" + sha256 cellar: :any_skip_relocation, sonoma: "734371a47c764f08745539dd4babc08e2967db2dc80e822daccf0fe807a6c04f" + sha256 cellar: :any_skip_relocation, ventura: "9cf049e969e6f8a424079355957e1dba1a0eedff05dec96c9448d3c060dd9eba" + sha256 cellar: :any_skip_relocation, monterey: "6519586d0da1f82c1179883c6dc37081c4dad9a1205e3e0dbcfee55aac7f8cf1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0814e1eb9d0cd05170c07fa532d9406587748bccd6397b1074d573f7adc182d9" end depends_on "python-setuptools" => :build