Skip to content

Commit a35b333

Browse files
Updates buildpack.toml with 0.10.3 (#78)
* Updating buildpack.toml with new versions 0.10.3 * Updating buildpack.toml with new versions 0.10.4 --------- Co-authored-by: paketo-bot <paketobuildpacks@gmail.com>
1 parent bd41970 commit a35b333

1 file changed

Lines changed: 30 additions & 24 deletions

File tree

buildpack.toml

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -305,57 +305,63 @@ api = "0.8"
305305

306306
[[metadata.dependencies]]
307307
arch = "amd64"
308-
cpe = "cpe:2.3:a:uv:uv:0.9.22:*:*:*:*:python:*:*"
308+
checksum = "sha256:c60b9956a0e6727f0ddd881c303a706c6408b2047f3a8fa4d1454a826338ccdc"
309+
cpe = "cpe:2.3:a:uv:uv:0.10.3:*:*:*:*:python:*:*"
309310
id = "uv"
311+
licenses = ["Apache-2.0", "MIT"]
310312
name = "uv"
311313
os = "linux"
312-
sha256 = "e170aed70ac0225feee612e855d3a57ae73c61ffb22c7e52c3fd33b87c286508"
313-
source = "https://github.com/astral-sh/uv/releases/download/0.9.22/source.tar.gz"
314+
purl = "pkg:generic/uv@0.10.3?checksum=sha256:eb7c5fd2801849fb19fb426c9cdcfdd5418f76c2de26cc4d999a138450264fbf&download_url=https://github.com/astral-sh/uv/releases/download/0.10.3/source.tar.gz"
315+
source = "https://github.com/astral-sh/uv/releases/download/0.10.3/source.tar.gz"
316+
source-checksum = "sha256:eb7c5fd2801849fb19fb426c9cdcfdd5418f76c2de26cc4d999a138450264fbf"
314317
stacks = ["*"]
315-
uri = "https://github.com/astral-sh/uv/releases/download/0.9.22/uv-x86_64-unknown-linux-gnu.tar.gz"
316-
version = "0.9.22"
318+
uri = "https://github.com/astral-sh/uv/releases/download/0.10.3/uv-x86_64-unknown-linux-gnu.tar.gz"
319+
version = "0.10.3"
317320

318321
[[metadata.dependencies]]
319322
arch = "arm64"
320-
cpe = "cpe:2.3:a:uv:uv:0.9.22:*:*:*:*:python:*:*"
323+
checksum = "sha256:cce7d1e4c34e22955cd647b256409b6504f4ae72acf190a6f26189efefbc9a9d"
324+
cpe = "cpe:2.3:a:uv:uv:0.10.3:*:*:*:*:python:*:*"
321325
id = "uv"
326+
licenses = ["Apache-2.0", "MIT"]
322327
name = "uv"
323328
os = "linux"
324-
sha256 = "2f8716c407d5da21b8a3e8609ed358147216aaab28b96b1d6d7f48e9bcc6254e"
325-
source = "https://github.com/astral-sh/uv/releases/download/0.9.22/source.tar.gz"
329+
purl = "pkg:generic/uv@0.10.3?checksum=sha256:eb7c5fd2801849fb19fb426c9cdcfdd5418f76c2de26cc4d999a138450264fbf&download_url=https://github.com/astral-sh/uv/releases/download/0.10.3/source.tar.gz"
330+
source = "https://github.com/astral-sh/uv/releases/download/0.10.3/source.tar.gz"
331+
source-checksum = "sha256:eb7c5fd2801849fb19fb426c9cdcfdd5418f76c2de26cc4d999a138450264fbf"
326332
stacks = ["*"]
327-
uri = "https://github.com/astral-sh/uv/releases/download/0.9.22/uv-aarch64-unknown-linux-gnu.tar.gz"
328-
version = "0.9.22"
333+
uri = "https://github.com/astral-sh/uv/releases/download/0.10.3/uv-aarch64-unknown-linux-gnu.tar.gz"
334+
version = "0.10.3"
329335

330336
[[metadata.dependencies]]
331337
arch = "amd64"
332-
checksum = "sha256:6aa4576c31f791c0b9d4739e256d07358d45e7535695287fec03cf6839e25512"
333-
cpe = "cpe:2.3:a:uv:uv:0.10.2:*:*:*:*:python:*:*"
338+
checksum = "sha256:6b52a47358deea1c5e173278bf46b2b489747a59ae31f2a4362ed5c6c1c269f7"
339+
cpe = "cpe:2.3:a:uv:uv:0.10.4:*:*:*:*:python:*:*"
334340
id = "uv"
335341
licenses = ["Apache-2.0", "MIT"]
336342
name = "uv"
337343
os = "linux"
338-
purl = "pkg:generic/uv@0.10.2?checksum=sha256:56c90e5b82b013bc738c32ea1923c44a04659f60c46d931db905a542d2869229&download_url=https://github.com/astral-sh/uv/releases/download/0.10.2/source.tar.gz"
339-
source = "https://github.com/astral-sh/uv/releases/download/0.10.2/source.tar.gz"
340-
source-checksum = "sha256:56c90e5b82b013bc738c32ea1923c44a04659f60c46d931db905a542d2869229"
344+
purl = "pkg:generic/uv@0.10.4?checksum=sha256:ed9ad20b94f3aa09a561b3914979f24aa974d4f77c977231b36957288b1b7c2d&download_url=https://github.com/astral-sh/uv/releases/download/0.10.4/source.tar.gz"
345+
source = "https://github.com/astral-sh/uv/releases/download/0.10.4/source.tar.gz"
346+
source-checksum = "sha256:ed9ad20b94f3aa09a561b3914979f24aa974d4f77c977231b36957288b1b7c2d"
341347
stacks = ["*"]
342-
uri = "https://github.com/astral-sh/uv/releases/download/0.10.2/uv-x86_64-unknown-linux-gnu.tar.gz"
343-
version = "0.10.2"
348+
uri = "https://github.com/astral-sh/uv/releases/download/0.10.4/uv-x86_64-unknown-linux-gnu.tar.gz"
349+
version = "0.10.4"
344350

345351
[[metadata.dependencies]]
346352
arch = "arm64"
347-
checksum = "sha256:4998f545234d52fc6f1280827d392f00a9278295050d59c53a776546dbf0124d"
348-
cpe = "cpe:2.3:a:uv:uv:0.10.2:*:*:*:*:python:*:*"
353+
checksum = "sha256:c84a6e6405715caa6e2f5ef8e5f29a5d0bc558a954e9f1b5c082b9d4708c222e"
354+
cpe = "cpe:2.3:a:uv:uv:0.10.4:*:*:*:*:python:*:*"
349355
id = "uv"
350356
licenses = ["Apache-2.0", "MIT"]
351357
name = "uv"
352358
os = "linux"
353-
purl = "pkg:generic/uv@0.10.2?checksum=sha256:56c90e5b82b013bc738c32ea1923c44a04659f60c46d931db905a542d2869229&download_url=https://github.com/astral-sh/uv/releases/download/0.10.2/source.tar.gz"
354-
source = "https://github.com/astral-sh/uv/releases/download/0.10.2/source.tar.gz"
355-
source-checksum = "sha256:56c90e5b82b013bc738c32ea1923c44a04659f60c46d931db905a542d2869229"
359+
purl = "pkg:generic/uv@0.10.4?checksum=sha256:ed9ad20b94f3aa09a561b3914979f24aa974d4f77c977231b36957288b1b7c2d&download_url=https://github.com/astral-sh/uv/releases/download/0.10.4/source.tar.gz"
360+
source = "https://github.com/astral-sh/uv/releases/download/0.10.4/source.tar.gz"
361+
source-checksum = "sha256:ed9ad20b94f3aa09a561b3914979f24aa974d4f77c977231b36957288b1b7c2d"
356362
stacks = ["*"]
357-
uri = "https://github.com/astral-sh/uv/releases/download/0.10.2/uv-aarch64-unknown-linux-gnu.tar.gz"
358-
version = "0.10.2"
363+
uri = "https://github.com/astral-sh/uv/releases/download/0.10.4/uv-aarch64-unknown-linux-gnu.tar.gz"
364+
version = "0.10.4"
359365

360366
[[metadata.dependency-constraints]]
361367
constraint = "*"

0 commit comments

Comments
 (0)