Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2025 09:19:38 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 03b0f8f291a2 - main - devel/{,py-}uv: update 0.=?utf-8?Q?9.15 =E2=86=92?= 0.9.17
Message-ID:  <693fd2aa.40594.49b960d7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03b0f8f291a259affa6bc3c90304492099c7b6c8

commit 03b0f8f291a259affa6bc3c90304492099c7b6c8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-12-15 07:46:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-12-15 09:19:31 +0000

    devel/{,py-}uv: update 0.9.15 → 0.9.17
---
 devel/py-uv/Makefile                   |  2 +-
 devel/py-uv/distinfo                   |  6 +++---
 devel/py-uv/files/patch-pyproject.toml |  5 +++--
 devel/uv/Makefile                      |  2 +-
 devel/uv/Makefile.crates               |  4 ++--
 devel/uv/distinfo                      | 14 +++++++-------
 6 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/devel/py-uv/Makefile b/devel/py-uv/Makefile
index 6f4a155955a0..b78539418393 100644
--- a/devel/py-uv/Makefile
+++ b/devel/py-uv/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	uv
-DISTVERSION=	0.9.15
+DISTVERSION=	0.9.17
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/devel/py-uv/distinfo b/devel/py-uv/distinfo
index 6725d922840c..377b1d67f2e6 100644
--- a/devel/py-uv/distinfo
+++ b/devel/py-uv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1764758225
-SHA256 (astral-sh-uv-0.9.15_GH0.tar.gz) = 4bd98152fbeb3cbe4a06fd0d49824d44db3023e24d17ba265df71fd52591bc09
-SIZE (astral-sh-uv-0.9.15_GH0.tar.gz) = 4887603
+TIMESTAMP = 1765783784
+SHA256 (astral-sh-uv-0.9.17_GH0.tar.gz) = ea948dc7141c56c798ff603f71793351917f9c777302d428840848515999fb29
+SIZE (astral-sh-uv-0.9.17_GH0.tar.gz) = 4774663
diff --git a/devel/py-uv/files/patch-pyproject.toml b/devel/py-uv/files/patch-pyproject.toml
index ac7e902e78dc..d16a03f5d31c 100644
--- a/devel/py-uv/files/patch-pyproject.toml
+++ b/devel/py-uv/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-12-03 00:57:55 UTC
+--- pyproject.toml.orig	2025-12-09 22:36:00 UTC
 +++ pyproject.toml
 @@ -1,6 +1,6 @@
  [build-system]
@@ -9,7 +9,7 @@
  
  [project]
  name = "uv"
-@@ -40,55 +40,12 @@ Discord = "https://discord.gg/astral-sh"
+@@ -40,56 +40,12 @@ Discord = "https://discord.gg/astral-sh"
  Releases = "https://github.com/astral-sh/uv/releases"
  Discord = "https://discord.gg/astral-sh"
  
@@ -48,6 +48,7 @@
 -  "docs/guides/integration/docker.md",
 -  "docs/guides/integration/pre-commit.md",
 -  "docs/guides/integration/github.md",
+-  "docs/guides/integration/gitlab.md",
 -  "docs/guides/integration/aws-lambda.md",
 -  "docs/concepts/build-backend.md",
 -  "docs/concepts/projects/init.md",
diff --git a/devel/uv/Makefile b/devel/uv/Makefile
index 29f00230495d..11a34732865d 100644
--- a/devel/uv/Makefile
+++ b/devel/uv/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	uv
-DISTVERSION=	0.9.15
+DISTVERSION=	0.9.17
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/uv/Makefile.crates b/devel/uv/Makefile.crates
index 9a285abc0f4b..e43b1236c6d2 100644
--- a/devel/uv/Makefile.crates
+++ b/devel/uv/Makefile.crates
@@ -3,7 +3,7 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		aes-0.8.4 \
 		aho-corasick-1.1.3 \
 		allocator-api2-0.2.21 \
-		ambient-id-0.0.6 \
+		ambient-id-0.0.7 \
 		anes-0.1.6 \
 		anstream-0.6.21 \
 		anstyle-1.0.11 \
@@ -22,7 +22,7 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		astral-pubgrub-0.3.3 \
 		astral-reqwest-middleware-0.4.2 \
 		astral-reqwest-retry-0.7.0 \
-		astral-tl-0.7.9 \
+		astral-tl-0.7.11 \
 		astral-tokio-tar-0.5.6 \
 		astral-version-ranges-0.1.3 \
 		astral_async_http_range_reader-0.9.1 \
diff --git a/devel/uv/distinfo b/devel/uv/distinfo
index c81b4f7ef247..79f5d0bc1aaf 100644
--- a/devel/uv/distinfo
+++ b/devel/uv/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1764758200
+TIMESTAMP = 1765783832
 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1
 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015
 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa
@@ -9,8 +9,8 @@ SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2d
 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311
 SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923
 SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622
-SHA256 (rust/crates/ambient-id-0.0.6.crate) = 36b48a3b1ad866e5034859be45edd1ebba2f097289c8a34b61623c76f10480f3
-SIZE (rust/crates/ambient-id-0.0.6.crate) = 24196
+SHA256 (rust/crates/ambient-id-0.0.7.crate) = b8cad022ed72ad2176498be1c097bb46e598193e92f3491ea0766980edeee168
+SIZE (rust/crates/ambient-id-0.0.7.crate) = 25369
 SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299
 SIZE (rust/crates/anes-0.1.6.crate) = 23857
 SHA256 (rust/crates/anstream-0.6.21.crate) = 43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a
@@ -47,8 +47,8 @@ SHA256 (rust/crates/astral-reqwest-middleware-0.4.2.crate) = 638d02e24aeb92f9537
 SIZE (rust/crates/astral-reqwest-middleware-0.4.2.crate) = 27676
 SHA256 (rust/crates/astral-reqwest-retry-0.7.0.crate) = cb7549bd00f62f73f2e7e76f3f77ccdabb31873f4f02f758ed88ad739d522867
 SIZE (rust/crates/astral-reqwest-retry-0.7.0.crate) = 27224
-SHA256 (rust/crates/astral-tl-0.7.9.crate) = 915b5af1203c9c635c62edcbdaa36ee54b17f84809f7769912d356c35f9a6cd7
-SIZE (rust/crates/astral-tl-0.7.9.crate) = 39097
+SHA256 (rust/crates/astral-tl-0.7.11.crate) = d90933ffb0f97e2fc2e0de21da9d3f20597b804012d199843a6fe7c2810d28f3
+SIZE (rust/crates/astral-tl-0.7.11.crate) = 44281
 SHA256 (rust/crates/astral-tokio-tar-0.5.6.crate) = ec179a06c1769b1e42e1e2cbe74c7dcdb3d6383c838454d063eaac5bbb7ebbe5
 SIZE (rust/crates/astral-tokio-tar-0.5.6.crate) = 64648
 SHA256 (rust/crates/astral-version-ranges-0.1.3.crate) = e7adc2308a566fab9de02bc0e05d18c5a21cb0e793684e4f64c8eb956969b074
@@ -1293,5 +1293,5 @@ SHA256 (rust/crates/zvariant_derive-5.6.0.crate) = 3a8c68501be459a8dbfffbe5d792a
 SIZE (rust/crates/zvariant_derive-5.6.0.crate) = 14278
 SHA256 (rust/crates/zvariant_utils-3.2.0.crate) = e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34
 SIZE (rust/crates/zvariant_utils-3.2.0.crate) = 14779
-SHA256 (astral-sh-uv-0.9.15_GH0.tar.gz) = 4bd98152fbeb3cbe4a06fd0d49824d44db3023e24d17ba265df71fd52591bc09
-SIZE (astral-sh-uv-0.9.15_GH0.tar.gz) = 4887603
+SHA256 (astral-sh-uv-0.9.17_GH0.tar.gz) = ea948dc7141c56c798ff603f71793351917f9c777302d428840848515999fb29
+SIZE (astral-sh-uv-0.9.17_GH0.tar.gz) = 4774663


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?693fd2aa.40594.49b960d7>