Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE56785013 for ; Thu, 26 Oct 2023 13:08:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id cfzzMi8jDh13 for ; Thu, 26 Oct 2023 13:08:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 67DA784D66 for ; Thu, 26 Oct 2023 13:08:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64F86FADC; Thu, 26 Oct 2023 13:08:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698325729218720" MIME-Version: 1.0 Date: Thu, 26 Oct 2023 13:08:49 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-setuptools-rust To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231026130849.64F86FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698325729218720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 26 13:08:49 UTC 2023 Modified Files: pkgsrc/devel/py-setuptools-rust: Makefile distinfo Log Message: py-setuptools-rust: updated to 1.8.0 1.8.0 (2023-10-26) Packaging - Drop support for Python 3.7. - Remove direct imports from `pkg_resources`. Added - Add support for setting a custom cargo profile with the `SETUPTOOLS_RUST_CARGO_PROFILE` environment variable. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-setuptools-rust/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-setuptools-rust/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698325729218720 Content-Disposition: inline Content-Length: 1715 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-setuptools-rust/Makefile diff -u pkgsrc/devel/py-setuptools-rust/Makefile:1.14 pkgsrc/devel/py-setuptools-rust/Makefile:1.15 --- pkgsrc/devel/py-setuptools-rust/Makefile:1.14 Wed Aug 23 05:32:00 2023 +++ pkgsrc/devel/py-setuptools-rust/Makefile Thu Oct 26 13:08:49 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2023/08/23 05:32:00 adam Exp $ +# $NetBSD: Makefile,v 1.15 2023/10/26 13:08:49 adam Exp $ -DISTNAME= setuptools-rust-1.7.0 +DISTNAME= setuptools-rust-1.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools-rust/} Index: pkgsrc/devel/py-setuptools-rust/distinfo diff -u pkgsrc/devel/py-setuptools-rust/distinfo:1.12 pkgsrc/devel/py-setuptools-rust/distinfo:1.13 --- pkgsrc/devel/py-setuptools-rust/distinfo:1.12 Wed Aug 23 05:32:00 2023 +++ pkgsrc/devel/py-setuptools-rust/distinfo Thu Oct 26 13:08:49 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2023/08/23 05:32:00 adam Exp $ +$NetBSD: distinfo,v 1.13 2023/10/26 13:08:49 adam Exp $ -BLAKE2s (setuptools-rust-1.7.0.tar.gz) = cb7f715236ab63e4c6d706a1164d9fef2c925bd2a8bc492e8f81d8f03f73569f -SHA512 (setuptools-rust-1.7.0.tar.gz) = 19e77be4856f6517155175272e4b1ec1eca7a75f73a94ec2e9c26d6b1fe217a7dda3ee6454a30aa477dedea15d7eb723d0f8753700e2d8dec303d58b03712c6e -Size (setuptools-rust-1.7.0.tar.gz) = 303181 bytes +BLAKE2s (setuptools-rust-1.8.0.tar.gz) = ece4469bb8b02ee18f36d9b3a1c0066f1eff3bf4b5c428940fa07e7a6a4eeeb4 +SHA512 (setuptools-rust-1.8.0.tar.gz) = f0eac9d8902806ffd96348d93fc39c60c4dd0b25ad5546177a9b2f446ca4fc5828aa43952bacbae996885c2e0de7aa19e098da6d3d6f4914ab9449fabce53264 +Size (setuptools-rust-1.8.0.tar.gz) = 311435 bytes --_----------=_1698325729218720--