Skip to content

Commit dd5968d

Browse files
committed
py-setuptools-rust: update to 1.6.0.
## 1.6.0 (2023-04-27) ### Changed - Prefer passing `--crate-type` option to cargo if "toolchain >= 1.64". [#322](PyO3/setuptools-rust#322) ### Fixed - Fix a bug where rebuilding the library would cause any running processes using it to segfault. [#295](PyO3/setuptools-rust#295) - Fix `setup.cfg` format for compatibility with "poetry==1.4.0". [#319](PyO3/setuptools-rust#319)
1 parent 78390fd commit dd5968d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

devel/py-setuptools-rust/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.11 2022/09/26 18:50:35 adam Exp $
1+
# $NetBSD: Makefile,v 1.12 2023/04/30 18:27:26 wiz Exp $
22

3-
DISTNAME= setuptools-rust-1.5.2
3+
DISTNAME= setuptools-rust-1.6.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools-rust/}

devel/py-setuptools-rust/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.10 2022/09/26 18:50:35 adam Exp $
1+
$NetBSD: distinfo,v 1.11 2023/04/30 18:27:26 wiz Exp $
22

3-
BLAKE2s (setuptools-rust-1.5.2.tar.gz) = 1c2f9fa0f2df944536c19efdc971c8f313a755f8776c0d5dba1e92b544171fba
4-
SHA512 (setuptools-rust-1.5.2.tar.gz) = 79b1de5581b9558cdf227320c421aa2445b2e6b8583ed9c118ee8d7acdfde9d947e7d11fa6a9697c475d4ca387c86ca6846429099ec30d2eb6e40f8849fcecc0
5-
Size (setuptools-rust-1.5.2.tar.gz) = 295857 bytes
3+
BLAKE2s (setuptools-rust-1.6.0.tar.gz) = 0a5c205a9e07630c6421e3c407fac94cb682f0532c1eae05544cad1054b1c3c9
4+
SHA512 (setuptools-rust-1.6.0.tar.gz) = cf6b2df2609f17ce261536d9bc71f2aee615eaf89a43a55c9c5cef4147f04517c169ad565bcd40347d3d6c79c120ad1fee4841afe9a91ae5588e82dbfb2c55df
5+
Size (setuptools-rust-1.6.0.tar.gz) = 296421 bytes

0 commit comments

Comments
 (0)