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:   adam
Date:           Wed Apr 27 09:41:34 UTC 2022

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

Log Message:
py-setuptools-rust: updated to 1.3.0

1.3.0 (2022-04-26)

Packaging
- Increase minimum `setuptools` version to 58.

Fixed
- Fix crash when `python-distutils-extra` linux package is installed.
- Fix sdist built with vendored dependencies on Windows having incorrect cargo config.

1.2.0 (2022-03-22)
Packaging
- Drop support for Python 3.6.

Added
- Add support for `kebab-case` executable names.
- Add support for custom cargo profiles.

Fixed
- Fix building macOS arm64 wheel with cibuildwheel.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-setuptools-rust/Makefile
cvs rdiff -u -r1.4 -r1.5 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.5 pkgsrc/devel/py-setuptools-rust/Makefile:1.6
--- pkgsrc/devel/py-setuptools-rust/Makefile:1.5        Wed Feb 23 23:23:06 2022
+++ pkgsrc/devel/py-setuptools-rust/Makefile    Wed Apr 27 09:41:34 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/02/23 23:23:06 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/27 09:41:34 adam Exp $
 
-DISTNAME=      setuptools-rust-1.1.2
+DISTNAME=      setuptools-rust-1.3.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.4 pkgsrc/devel/py-setuptools-rust/distinfo:1.5
--- pkgsrc/devel/py-setuptools-rust/distinfo:1.4        Wed Feb 23 08:22:46 2022
+++ pkgsrc/devel/py-setuptools-rust/distinfo    Wed Apr 27 09:41:34 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/02/23 08:22:46 adam Exp $
+$NetBSD: distinfo,v 1.5 2022/04/27 09:41:34 adam Exp $
 
-BLAKE2s (setuptools-rust-1.1.2.tar.gz) = 3074284c890a5b3cd5277f874ec99153443e7df9a5e39845695a5ac594393a06
-SHA512 (setuptools-rust-1.1.2.tar.gz) = 2118b9597de9fce08f51066237d693a48a0e2cc2d913a3b439a0d7a52281184a3d28e131f41cb691a7626e1d156e91a8a86c3b68b76ace8754fded911c51fa05
-Size (setuptools-rust-1.1.2.tar.gz) = 285260 bytes
+BLAKE2s (setuptools-rust-1.3.0.tar.gz) = e88549ae67ee936904f8218e8c257b06fd600b32c416cc7f71ba6ee3ee3db40d
+SHA512 (setuptools-rust-1.3.0.tar.gz) = 5971413a9544ddd626671de74e9517fb20410e4838c5420ed31653d7fdf07b858ff4ef14ec2d5b51677e3402757da915a76858337d0c2b164682450bce35ba11
+Size (setuptools-rust-1.3.0.tar.gz) = 285698 bytes



Home | Main Index | Thread Index | Old Index