pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-extension-helpers



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Dec 17 20:30:25 UTC 2023

Modified Files:
        pkgsrc/devel/py-extension-helpers: Makefile distinfo

Log Message:
py-extension-helpers: updated to 1.1.1

v1.1.1

Bug Fixes

get_extensions: use shutil.copyfile to avoid PermissionError
Fix bug that caused extension-helpers to not work correctly if pyproject was the only configuration file present

Other Changes

Replace all instances of distutils in docs with setuptools
Fix typos
MNT: handle deprecation warnings seen in tests
Add note about pinning extension-helpers
DEP: drop dependency on tomli on Python 3.11 and newer
TST: treat warnings as errors
MNT: find and replace log.warn -> log.warning (the warn method is deprecated)
Infrastructure updates
Bump actions/checkout from 2 to 4
Bump stefanzweifel/git-auto-commit-action from 4 to 5
Add back support for absolute source paths but deprecate it


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-extension-helpers/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-extension-helpers/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-extension-helpers/Makefile
diff -u pkgsrc/devel/py-extension-helpers/Makefile:1.9 pkgsrc/devel/py-extension-helpers/Makefile:1.10
--- pkgsrc/devel/py-extension-helpers/Makefile:1.9      Sat Oct 28 19:56:59 2023
+++ pkgsrc/devel/py-extension-helpers/Makefile  Sun Dec 17 20:30:25 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2023/10/28 19:56:59 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/12/17 20:30:25 adam Exp $
 
-DISTNAME=      extension-helpers-1.1.0
+DISTNAME=      extension-helpers-1.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/extension-helpers/}
 
@@ -15,7 +14,6 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=43.0.0:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-tomli>=1.0.0:../../textproc/py-tomli
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-extension-helpers/distinfo
diff -u pkgsrc/devel/py-extension-helpers/distinfo:1.5 pkgsrc/devel/py-extension-helpers/distinfo:1.6
--- pkgsrc/devel/py-extension-helpers/distinfo:1.5      Fri Aug 25 11:02:01 2023
+++ pkgsrc/devel/py-extension-helpers/distinfo  Sun Dec 17 20:30:25 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/08/25 11:02:01 adam Exp $
+$NetBSD: distinfo,v 1.6 2023/12/17 20:30:25 adam Exp $
 
-BLAKE2s (extension-helpers-1.1.0.tar.gz) = 13b1182d143f546c36607c2614be6f5085caae1f0483fd86678eb421db04ca89
-SHA512 (extension-helpers-1.1.0.tar.gz) = 95cfc64b5a6c36ff2ff1a727745d394fde71273cf1a4be09320fe0ebb3af40bfb7fe1b47ead5259db9dc3768df3c021d4c80259f614234535dfec9f36f1dc6d9
-Size (extension-helpers-1.1.0.tar.gz) = 25024 bytes
+BLAKE2s (extension-helpers-1.1.1.tar.gz) = 0504171d67ff8627b00a83d15b2dfe13fbb4853724d7c5a1543a695985468618
+SHA512 (extension-helpers-1.1.1.tar.gz) = 658819e0408fc8d08a64fff66e14a47676977e8a2b21d89aed456cbc125e6b26614c27f840436f1f320e18e78d971af3c0333ce66cc8be4a4a2bd140a006acbe
+Size (extension-helpers-1.1.1.tar.gz) = 27554 bytes



Home | Main Index | Thread Index | Old Index