@@ -3,8 +3,8 @@ class Vunnel < Formula
33
44 desc "Tool for collecting vulnerability data from various sources"
55 homepage "https://github.com/anchore/vunnel"
6- url "https://files.pythonhosted.org/packages/1f/cc/463ae73892e27fc5dd4dceb91707ac60ba91592f08232dae3359971adb55 /vunnel-0.41 .0.tar.gz"
7- sha256 "8078406232823b5a235414d8d3902f45904e8c2e451eac5799d829aa45a0f148 "
6+ url "https://files.pythonhosted.org/packages/6d/a9/0a55bc84983ed23bcda8b0d61c83a941b60f92faf1c275edc5acdf99fc5f /vunnel-0.43 .0.tar.gz"
7+ sha256 "8c434be0accbbc4a3cbcdc2fe899550bc1e36730917234cb632fbfd5108e0a6f "
88 license "Apache-2.0"
99 head "https://github.com/anchore/vunnel.git" , branch : "main"
1010
@@ -135,8 +135,8 @@ class Vunnel < Formula
135135 end
136136
137137 resource "orjson" do
138- url "https://files.pythonhosted.org/packages/be/4d/8df5f83256a809c22c4d6792ce8d43bb503be0fb7a8e4da9025754b09658 /orjson-3.11.3 .tar.gz"
139- sha256 "1c0603b1d2ffcd43a411d64797a19556ef76958aef1c182f22dc30860152a98a "
138+ url "https://files.pythonhosted.org/packages/c6/fe/ed708782d6709cc60eb4c2d8a361a440661f74134675c72990f2c48c785f /orjson-3.11.4 .tar.gz"
139+ sha256 "39485f4ab4c9b30a3943cfe99e1a213c4776fb69e8abd68f66b83d5a0b0fdc6d "
140140 end
141141
142142 resource "packageurl-python" do
@@ -252,10 +252,6 @@ class Vunnel < Formula
252252 end
253253
254254 def install
255- # Unpin Python for 3.14
256- # Issue ref: https://github.com/anchore/vunnel/issues/904
257- inreplace "pyproject.toml" , 'requires-python = "<3.14,>=3.11"' , 'requires-python = ">=3.11"'
258-
259255 # hatch does not support a SOURCE_DATE_EPOCH before 1980.
260256 # Remove after https://github.com/pypa/hatch/pull/1999 is released.
261257 ENV [ "SOURCE_DATE_EPOCH" ] = "1451574000"
0 commit comments