Skip to content

Commit

Permalink
Merge pull request #200206 from Homebrew/bump-sip-6.9.0
Browse files Browse the repository at this point in the history
sip 6.9.0
  • Loading branch information
BrewTestBot authored Dec 5, 2024
2 parents fad54ac 7563cd0 commit c9ffd41
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions Formula/s/sip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 3,30 @@ class Sip < Formula

desc "Tool to create Python bindings for C and C libraries"
homepage "https://python-sip.readthedocs.io/en/latest/"
url "https://files.pythonhosted.org/packages/6e/52/36987b182711104d5e9f8831dd989085b1241fc627829c36ddf81640c372/sip-6.8.6.tar.gz"
sha256 "7fc959e48e6ec5d5af8bd026f69f5e24d08b3cb8abb342176f5ab8030cc07d7a"
url "https://files.pythonhosted.org/packages/b8/dc/17b69b375103aa3db633b3f1f46bf7030cbe516b2b6d5dc73b7668a7840d/sip-6.9.0.tar.gz"
sha256 "093fd0e15d99ae2f8a83dd7f7dbaa3ff250c582a77eb8e0845cd9acadb1f0934"
license "BSD-2-Clause"
head "https://github.com/Python-SIP/sip.git", branch: "main"

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1dcb80371d8d2a7e940566060a8808cd6debcc403ab46b75e605715be8f775b7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1dcb80371d8d2a7e940566060a8808cd6debcc403ab46b75e605715be8f775b7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1dcb80371d8d2a7e940566060a8808cd6debcc403ab46b75e605715be8f775b7"
sha256 cellar: :any_skip_relocation, sonoma: "7e1e1de1fa68a863442699d1ad606342b5acc01441d3011d6908abe02604d985"
sha256 cellar: :any_skip_relocation, ventura: "7e1e1de1fa68a863442699d1ad606342b5acc01441d3011d6908abe02604d985"
sha256 cellar: :any_skip_relocation, x86_64_linux: "231c036c97e370aa86a8a80c3fb1720a05f0a13d5f6cc62edf048764dd90c8a7"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "90ea62d0950081d0c6428abc975a47e85e5ebf0eb08c1eaaa46eebbe2a3bb8a8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "90ea62d0950081d0c6428abc975a47e85e5ebf0eb08c1eaaa46eebbe2a3bb8a8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "90ea62d0950081d0c6428abc975a47e85e5ebf0eb08c1eaaa46eebbe2a3bb8a8"
sha256 cellar: :any_skip_relocation, sonoma: "2d401b5f1ee2e5a07740eae926f38a6122450996e9ee01facc2f0de612ae9ca2"
sha256 cellar: :any_skip_relocation, ventura: "2d401b5f1ee2e5a07740eae926f38a6122450996e9ee01facc2f0de612ae9ca2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7cb0853dcf443690abd2295ba84bd279634fa51b3e29a840e8152fe63e30504b"
end

depends_on "[email protected]"

resource "packaging" do
url "https://files.pythonhosted.org/packages/51/65/50db4dda066951078f0a96cf12f4b9ada6e4b811516bf0262c0f4f7064d4/packaging-24.1.tar.gz"
sha256 "026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"
url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz"
sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"
end

resource "setuptools" do
url "https://files.pythonhosted.org/packages/27/b8/f21073fde99492b33ca357876430822e4800cdf522011f18041351dfa74b/setuptools-75.1.0.tar.gz"
sha256 "d59a21b17a275fb872a9c3dae73963160ae079f1049ed956880cd7c09b120538"
url "https://files.pythonhosted.org/packages/43/54/292f26c208734e9a7f067aea4a7e282c080750c4546559b58e2e45413ca0/setuptools-75.6.0.tar.gz"
sha256 "8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6"
end

def python3
Expand Down

0 comments on commit c9ffd41

Please sign in to comment.