pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-project-api
Module Name: pkgsrc
Committed By: adam
Date: Thu Aug 31 17:42:35 UTC 2023
Modified Files:
pkgsrc/devel/py-project-api: Makefile distinfo
Log Message:
py-project-api: updated to 1.6.1
v1.6.1 - (2023-08-29)
---------------------
- Fix :meth:`pyproject_api.Frontend.metadata_from_built` only extracts one of the dist info files.
v1.6.0 - (2023-08-29)
---------------------
- Remove ``build_<wheel|editable>`` from ``prepare_metadata_for_build_<wheel|editable>`` to allow separate config
parametrization and instead add :meth:`pyproject_api.Frontend.metadata_from_built` the user can call when the prepare
fails. Pass ``None`` for ``metadata_directory`` for such temporary wheel builds.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-project-api/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-project-api/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-project-api/Makefile
diff -u pkgsrc/devel/py-project-api/Makefile:1.5 pkgsrc/devel/py-project-api/Makefile:1.6
--- pkgsrc/devel/py-project-api/Makefile:1.5 Thu Aug 24 20:08:40 2023
+++ pkgsrc/devel/py-project-api/Makefile Thu Aug 31 17:42:35 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/08/24 20:08:40 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/08/31 17:42:35 adam Exp $
-DISTNAME= pyproject_api-1.5.4
+DISTNAME= pyproject_api-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyproject_api/}
@@ -10,15 +10,15 @@ HOMEPAGE= https://github.com/tox-dev/pyp
COMMENT= API to interact with the python pyproject.toml based projects
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.17.1:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.18:../../devel/py-hatchling
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
DEPENDS+= ${PYPKGPREFIX}-packaging>=23.1:../../devel/py-packaging
# unpackaged
#TEST_DEPENDS+= ${PYPKGPREFIX}-covdefaults>=2.2.2:../../devel/py-covdefaults
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.3.1:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.4:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.1:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.10:../../devel/py-test-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.40:../../devel/py-wheel
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.11.1:../../devel/py-test-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.41.2:../../devel/py-wheel
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-project-api/distinfo
diff -u pkgsrc/devel/py-project-api/distinfo:1.4 pkgsrc/devel/py-project-api/distinfo:1.5
--- pkgsrc/devel/py-project-api/distinfo:1.4 Thu Aug 24 20:08:40 2023
+++ pkgsrc/devel/py-project-api/distinfo Thu Aug 31 17:42:35 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/08/24 20:08:40 wiz Exp $
+$NetBSD: distinfo,v 1.5 2023/08/31 17:42:35 adam Exp $
-BLAKE2s (pyproject_api-1.5.4.tar.gz) = efcd42e8c17f717717aa22ef32584818b4dc5dde3c6a13be00066988181d7b5a
-SHA512 (pyproject_api-1.5.4.tar.gz) = e97305faa1420afa39274098e3d367ced49be8db4a87fda3f7c81b54e3a4b79eca80cf9b7eeb9b11af580535d758a750be8fb070e343355f43f93ee8a979357c
-Size (pyproject_api-1.5.4.tar.gz) = 22002 bytes
+BLAKE2s (pyproject_api-1.6.1.tar.gz) = 882de3683a8fd27e85ed197626bc7109a14ed7ef50f3aff53881802ec3753b0f
+SHA512 (pyproject_api-1.6.1.tar.gz) = a2c1d19dc47a1deb2e3f4d65243e41310434c739a70960ae5a18d8caab11d36fe232b173db253392ff5c3432024b5c494728950d1495d6b9d5c4acf6ad0a2e90
+Size (pyproject_api-1.6.1.tar.gz) = 22507 bytes
Home |
Main Index |
Thread Index |
Old Index