Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2024 20:57:35 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8f4398fb0c91 - main - devel/py-deptry: Update to 0.21.1
Message-ID:  <202411212057.4ALKvZnf039616@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8f4398fb0c916a5cdf338d8acaea56ceef327e41

commit 8f4398fb0c916a5cdf338d8acaea56ceef327e41
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-11-21 20:53:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-11-21 20:53:30 +0000

    devel/py-deptry: Update to 0.21.1
    
    Changes:        https://github.com/fpgmaas/deptry/releases
                    https://deptry.com/CHANGELOG/
---
 devel/py-deptry/Makefile        |  2 +-
 devel/py-deptry/Makefile.crates | 21 ++++++++++----------
 devel/py-deptry/distinfo        | 44 ++++++++++++++++++++---------------------
 3 files changed, 32 insertions(+), 35 deletions(-)

diff --git a/devel/py-deptry/Makefile b/devel/py-deptry/Makefile
index a046482c277c..3613bf2c302f 100644
--- a/devel/py-deptry/Makefile
+++ b/devel/py-deptry/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	deptry
-PORTVERSION=	0.21.0
+PORTVERSION=	0.21.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-deptry/Makefile.crates b/devel/py-deptry/Makefile.crates
index f1170bc8353c..17009695f602 100644
--- a/devel/py-deptry/Makefile.crates
+++ b/devel/py-deptry/Makefile.crates
@@ -1,12 +1,11 @@
-CARGO_CRATES=	Inflector-0.11.4 \
-		aho-corasick-1.1.3 \
+CARGO_CRATES=	aho-corasick-1.1.3 \
 		arc-swap-1.7.1 \
 		autocfg-1.4.0 \
 		bitflags-2.6.0 \
 		bstr-1.10.0 \
 		byteorder-1.5.0 \
 		castaway-0.2.3 \
-		cc-1.1.32 \
+		cc-1.1.37 \
 		cfg-if-1.0.0 \
 		chardetng-0.1.17 \
 		compact_str-0.8.0 \
@@ -21,10 +20,10 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		heck-0.5.0 \
 		ignore-0.4.23 \
 		indoc-2.0.5 \
-		is-macro-0.3.6 \
+		is-macro-0.3.7 \
 		itertools-0.13.0 \
 		itoa-1.0.11 \
-		libc-0.2.161 \
+		libc-0.2.162 \
 		log-0.4.22 \
 		memchr-2.7.4 \
 		memoffset-0.9.1 \
@@ -37,12 +36,12 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		portable-atomic-1.9.0 \
 		ppv-lite86-0.2.20 \
 		proc-macro2-1.0.89 \
-		pyo3-0.22.5 \
-		pyo3-build-config-0.22.5 \
-		pyo3-ffi-0.22.5 \
+		pyo3-0.22.6 \
+		pyo3-build-config-0.22.6 \
+		pyo3-ffi-0.22.6 \
 		pyo3-log-0.11.0 \
-		pyo3-macros-0.22.5 \
-		pyo3-macros-backend-0.22.5 \
+		pyo3-macros-0.22.6 \
+		pyo3-macros-backend-0.22.6 \
 		python3-dll-a-0.2.10 \
 		quote-1.0.37 \
 		rand-0.8.5 \
@@ -63,7 +62,7 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		shlex-1.3.0 \
 		siphasher-0.3.11 \
 		static_assertions-1.1.0 \
-		syn-2.0.86 \
+		syn-2.0.87 \
 		target-lexicon-0.12.16 \
 		tinyvec-1.8.0 \
 		tinyvec_macros-0.1.1 \
diff --git a/devel/py-deptry/distinfo b/devel/py-deptry/distinfo
index 181ee394b145..7c3f71388b5d 100644
--- a/devel/py-deptry/distinfo
+++ b/devel/py-deptry/distinfo
@@ -1,8 +1,6 @@
-TIMESTAMP = 1731679238
-SHA256 (deptry-0.21.0.tar.gz) = 45ad8726ea46e16b6ec2af0078d2cdf1296131a0ed05374d7b29a2c70d192910
-SIZE (deptry-0.21.0.tar.gz) = 156561
-SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3
-SIZE (rust/crates/Inflector-0.11.4.crate) = 17438
+TIMESTAMP = 1732202528
+SHA256 (deptry-0.21.1.tar.gz) = 60332b8d58d6584b340511a4e1b694048499f273d69eaea413631b2e8bc186ff
+SIZE (deptry-0.21.1.tar.gz) = 156671
 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916
 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311
 SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457
@@ -17,8 +15,8 @@ SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353
 SIZE (rust/crates/byteorder-1.5.0.crate) = 23288
 SHA256 (rust/crates/castaway-0.2.3.crate) = 0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5
 SIZE (rust/crates/castaway-0.2.3.crate) = 11509
-SHA256 (rust/crates/cc-1.1.32.crate) = 538b056773ee67775e422d15c33169f5415706855814b96505c84ee942f2bae2
-SIZE (rust/crates/cc-1.1.32.crate) = 92076
+SHA256 (rust/crates/cc-1.1.37.crate) = 40545c26d092346d8a8dab71ee48e7685a7a9cba76e634790c215b41a4a7b4cf
+SIZE (rust/crates/cc-1.1.37.crate) = 92262
 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
 SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
 SHA256 (rust/crates/chardetng-0.1.17.crate) = 14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea
@@ -47,14 +45,14 @@ SHA256 (rust/crates/ignore-0.4.23.crate) = 6d89fd380afde86567dfba715db065673989d
 SIZE (rust/crates/ignore-0.4.23.crate) = 55901
 SHA256 (rust/crates/indoc-2.0.5.crate) = b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5
 SIZE (rust/crates/indoc-2.0.5.crate) = 14396
-SHA256 (rust/crates/is-macro-0.3.6.crate) = 2069faacbe981460232f880d26bf3c7634e322d49053aa48c27e3ae642f728f1
-SIZE (rust/crates/is-macro-0.3.6.crate) = 9068
+SHA256 (rust/crates/is-macro-0.3.7.crate) = 1d57a3e447e24c22647738e4607f1df1e0ec6f72e16182c4cd199f647cdfb0e4
+SIZE (rust/crates/is-macro-0.3.7.crate) = 9060
 SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186
 SIZE (rust/crates/itertools-0.13.0.crate) = 146261
 SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b
 SIZE (rust/crates/itoa-1.0.11.crate) = 10563
-SHA256 (rust/crates/libc-0.2.161.crate) = 8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1
-SIZE (rust/crates/libc-0.2.161.crate) = 765389
+SHA256 (rust/crates/libc-0.2.162.crate) = 18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398
+SIZE (rust/crates/libc-0.2.162.crate) = 769354
 SHA256 (rust/crates/log-0.4.22.crate) = a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24
 SIZE (rust/crates/log-0.4.22.crate) = 44027
 SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3
@@ -79,18 +77,18 @@ SHA256 (rust/crates/ppv-lite86-0.2.20.crate) = 77957b295656769bb8ad2b6a6b09d897d
 SIZE (rust/crates/ppv-lite86-0.2.20.crate) = 22478
 SHA256 (rust/crates/proc-macro2-1.0.89.crate) = f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e
 SIZE (rust/crates/proc-macro2-1.0.89.crate) = 49446
-SHA256 (rust/crates/pyo3-0.22.5.crate) = 3d922163ba1f79c04bc49073ba7b32fd5a8d3b76a87c955921234b8e77333c51
-SIZE (rust/crates/pyo3-0.22.5.crate) = 546700
-SHA256 (rust/crates/pyo3-build-config-0.22.5.crate) = bc38c5feeb496c8321091edf3d63e9a6829eab4b863b4a6a65f26f3e9cc6b179
-SIZE (rust/crates/pyo3-build-config-0.22.5.crate) = 31293
-SHA256 (rust/crates/pyo3-ffi-0.22.5.crate) = 94845622d88ae274d2729fcefc850e63d7a3ddff5e3ce11bd88486db9f1d357d
-SIZE (rust/crates/pyo3-ffi-0.22.5.crate) = 69354
+SHA256 (rust/crates/pyo3-0.22.6.crate) = f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884
+SIZE (rust/crates/pyo3-0.22.6.crate) = 546746
+SHA256 (rust/crates/pyo3-build-config-0.22.6.crate) = b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38
+SIZE (rust/crates/pyo3-build-config-0.22.6.crate) = 31369
+SHA256 (rust/crates/pyo3-ffi-0.22.6.crate) = 9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636
+SIZE (rust/crates/pyo3-ffi-0.22.6.crate) = 69352
 SHA256 (rust/crates/pyo3-log-0.11.0.crate) = 3ac84e6eec1159bc2a575c9ae6723baa6ee9d45873e9bebad1e3ad7e8d28a443
 SIZE (rust/crates/pyo3-log-0.11.0.crate) = 14617
-SHA256 (rust/crates/pyo3-macros-0.22.5.crate) = e655aad15e09b94ffdb3ce3d217acf652e26bbc37697ef012f5e5e348c716e5e
-SIZE (rust/crates/pyo3-macros-0.22.5.crate) = 8186
-SHA256 (rust/crates/pyo3-macros-backend-0.22.5.crate) = ae1e3f09eecd94618f60a455a23def79f79eba4dc561a97324bf9ac8c6df30ce
-SIZE (rust/crates/pyo3-macros-backend-0.22.5.crate) = 66308
+SHA256 (rust/crates/pyo3-macros-0.22.6.crate) = 0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453
+SIZE (rust/crates/pyo3-macros-0.22.6.crate) = 8182
+SHA256 (rust/crates/pyo3-macros-backend-0.22.6.crate) = 36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe
+SIZE (rust/crates/pyo3-macros-backend-0.22.6.crate) = 66312
 SHA256 (rust/crates/python3-dll-a-0.2.10.crate) = bd0b78171a90d808b319acfad166c4790d9e9759bbc14ac8273fe133673dd41b
 SIZE (rust/crates/python3-dll-a-0.2.10.crate) = 74573
 SHA256 (rust/crates/quote-1.0.37.crate) = b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af
@@ -131,8 +129,8 @@ SHA256 (rust/crates/siphasher-0.3.11.crate) = 38b58827f4464d87d377d175e90bf58eb0
 SIZE (rust/crates/siphasher-0.3.11.crate) = 10442
 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f
 SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480
-SHA256 (rust/crates/syn-2.0.86.crate) = e89275301d38033efb81a6e60e3497e734dfcc62571f2854bf4b16690398824c
-SIZE (rust/crates/syn-2.0.86.crate) = 276473
+SHA256 (rust/crates/syn-2.0.87.crate) = 25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d
+SIZE (rust/crates/syn-2.0.87.crate) = 278076
 SHA256 (rust/crates/target-lexicon-0.12.16.crate) = 61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1
 SIZE (rust/crates/target-lexicon-0.12.16.crate) = 26488
 SHA256 (rust/crates/tinyvec-1.8.0.crate) = 445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411212057.4ALKvZnf039616>