Skip to content

Commit 1fd676a

Browse files
committed
cyclonedx-python 5.2.0
1 parent 9719807 commit 1fd676a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/c/cyclonedx-python.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class CyclonedxPython < Formula
33

44
desc "Creates CycloneDX Software Bill of Materials (SBOM) from Python projects"
55
homepage "https://cyclonedx.org/"
6-
url "https://files.pythonhosted.org/packages/68/1e/78106d309f58e06247c3c2a19dd475f36c5ad7c3b04492dd54c0430dd313/cyclonedx_bom-5.1.2.tar.gz"
7-
sha256 "69cbabd884d1ca0c500d0307c42bdd93b0e42ee302a316fc5e45b5609bd898c7"
6+
url "https://files.pythonhosted.org/packages/f0/73/fa71371a6b25f493668a42c98f18739ce614a0ab495bf03adcc298676f71/cyclonedx_bom-5.2.0.tar.gz"
7+
sha256 "4a4ac184dc050a34e90cc0826cebe7952b834e4ff252abbaf5a40de9d67bc310"
88
license "Apache-2.0"
99
head "https://github.com/CycloneDX/cyclonedx-python.git", branch: "main"
1010

@@ -30,8 +30,8 @@ class CyclonedxPython < Formula
3030
end
3131

3232
resource "attrs" do
33-
url "https://files.pythonhosted.org/packages/48/c8/6260f8ccc11f0917360fc0da435c5c9c7504e3db174d5a12a1494887b045/attrs-24.3.0.tar.gz"
34-
sha256 "8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff"
33+
url "https://files.pythonhosted.org/packages/49/7c/fdf464bcc51d23881d110abd74b512a42b3d5d376a55a831b44c603ae17f/attrs-25.1.0.tar.gz"
34+
sha256 "1c97078a80c814273a76b2a298a932eb681c87415c11dee0a6921de7f1b02c3e"
3535
end
3636

3737
resource "boolean-py" do
@@ -45,8 +45,8 @@ class CyclonedxPython < Formula
4545
end
4646

4747
resource "cyclonedx-python-lib" do
48-
url "https://files.pythonhosted.org/packages/67/a8/c735131c5e2a4e778c335b9f2c0500829d947b095e20331c401cfd0b6ef6/cyclonedx_python_lib-8.5.0.tar.gz"
49-
sha256 "35f7a139042e4df17ff414fa228cec83c7e4e493bdec990847357791ca72f3a5"
48+
url "https://files.pythonhosted.org/packages/ba/5d/266fab8eb5c5306889472d6e166f438d65daaff6c7c4d8b0e6d7b8926410/cyclonedx_python_lib-8.8.0.tar.gz"
49+
sha256 "181e7215c247ed185d1bdfad2dfdc142fd98485af3d531db12388abce9e5523a"
5050
end
5151

5252
resource "defusedxml" do
@@ -90,8 +90,8 @@ class CyclonedxPython < Formula
9090
end
9191

9292
resource "lxml" do
93-
url "https://files.pythonhosted.org/packages/e7/6b/20c3a4b24751377aaa6307eb230b66701024012c29dd374999cc92983269/lxml-5.3.0.tar.gz"
94-
sha256 "4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f"
93+
url "https://files.pythonhosted.org/packages/ef/f6/c15ca8e5646e937c148e147244817672cf920b56ac0bf2cc1512ae674be8/lxml-5.3.1.tar.gz"
94+
sha256 "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8"
9595
end
9696

9797
resource "packageurl-python" do
@@ -125,8 +125,8 @@ class CyclonedxPython < Formula
125125
end
126126

127127
resource "referencing" do
128-
url "https://files.pythonhosted.org/packages/27/32/fd98246df7a0f309b58cae68b10b6b219ef2eb66747f00dfb34422687087/referencing-0.36.1.tar.gz"
129-
sha256 "ca2e6492769e3602957e9b831b94211599d2aade9477f5d44110d2530cf9aade"
128+
url "https://files.pythonhosted.org/packages/2f/db/98b5c277be99dd18bfd91dd04e1b759cad18d1a338188c936e92f921c7e2/referencing-0.36.2.tar.gz"
129+
sha256 "df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa"
130130
end
131131

132132
resource "rfc3339-validator" do

0 commit comments

Comments
 (0)