pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-setuptools-rust



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 30 18:27:26 UTC 2023

Modified Files:
        pkgsrc/devel/py-setuptools-rust: Makefile distinfo

Log Message:
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](https://github.com/PyO3/setuptools-rust/pull/322)

### Fixed
- Fix a bug where rebuilding the library would cause any running processes using it to segfault. [#295](https://github.com/PyO3/setuptools-rust/pull/295)
- Fix `setup.cfg` format for compatibility with "poetry==1.4.0". [#319](https://github.com/PyO3/setuptools-rust/pull/319)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-setuptools-rust/Makefile
cvs rdiff -u -r1.10 -r1.11 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.

Modified files:

Index: pkgsrc/devel/py-setuptools-rust/Makefile
diff -u pkgsrc/devel/py-setuptools-rust/Makefile:1.11 pkgsrc/devel/py-setuptools-rust/Makefile:1.12
--- pkgsrc/devel/py-setuptools-rust/Makefile:1.11       Mon Sep 26 18:50:35 2022
+++ pkgsrc/devel/py-setuptools-rust/Makefile    Sun Apr 30 18:27:26 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2022/09/26 18:50:35 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/04/30 18:27:26 wiz Exp $
 
-DISTNAME=      setuptools-rust-1.5.2
+DISTNAME=      setuptools-rust-1.6.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.10 pkgsrc/devel/py-setuptools-rust/distinfo:1.11
--- pkgsrc/devel/py-setuptools-rust/distinfo:1.10       Mon Sep 26 18:50:35 2022
+++ pkgsrc/devel/py-setuptools-rust/distinfo    Sun Apr 30 18:27:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/09/26 18:50:35 adam Exp $
+$NetBSD: distinfo,v 1.11 2023/04/30 18:27:26 wiz Exp $
 
-BLAKE2s (setuptools-rust-1.5.2.tar.gz) = 1c2f9fa0f2df944536c19efdc971c8f313a755f8776c0d5dba1e92b544171fba
-SHA512 (setuptools-rust-1.5.2.tar.gz) = 79b1de5581b9558cdf227320c421aa2445b2e6b8583ed9c118ee8d7acdfde9d947e7d11fa6a9697c475d4ca387c86ca6846429099ec30d2eb6e40f8849fcecc0
-Size (setuptools-rust-1.5.2.tar.gz) = 295857 bytes
+BLAKE2s (setuptools-rust-1.6.0.tar.gz) = 0a5c205a9e07630c6421e3c407fac94cb682f0532c1eae05544cad1054b1c3c9
+SHA512 (setuptools-rust-1.6.0.tar.gz) = cf6b2df2609f17ce261536d9bc71f2aee615eaf89a43a55c9c5cef4147f04517c169ad565bcd40347d3d6c79c120ad1fee4841afe9a91ae5588e82dbfb2c55df
+Size (setuptools-rust-1.6.0.tar.gz) = 296421 bytes



Home | Main Index | Thread Index | Old Index