Skip to content

Commit

Permalink
py-pdm_backend: update to 2.3.0.
Browse files Browse the repository at this point in the history
🚀 Features

Remove support for python 3.7 and older  -  by @frostming in #232 (32e3a)
Add tag_filter as a way to pre-filter tags  -  by @mezuzza in #225 (9915c)

🐞 Bug Fixes

Error about dynamic project version  -  by @cntvc in #235 (146b1)
ci: CI matrix on macos latest  -  by @frostming (080b4)

💻 Chores

Use Literal type for valid target values  -  by @DetachHead, pre-commit-ci[bot] and Frost Ming in #227 (a210b)
  • Loading branch information
0-wiz-0 committed May 5, 2024
1 parent 0039ad7 commit 38d3dcc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
5 changes: 3 additions & 2 deletions devel/py-pdm_backend/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2024/04/21 15:39:51 wiz Exp $
# $NetBSD: Makefile,v 1.13 2024/05/05 16:30:09 wiz Exp $

DISTNAME= pdm_backend-2.2.1
DISTNAME= pdm_backend-2.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pdm-backend/}
Expand All @@ -14,6 +14,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-editables-[0-9]*:../../devel/py-editables
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
TEST_DEPENDS+= git-base-[0-9]*:../../devel/git-base
TEST_DEPENDS+= ${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial

USE_LANGUAGES= c # for tests

Expand Down
13 changes: 5 additions & 8 deletions devel/py-pdm_backend/PLIST
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2024/04/15 05:15:56 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
@comment $NetBSD: PLIST,v 1.5 2024/05/05 16:30:09 wiz Exp $
${PYSITELIB}/pdm/backend/__init__.py
${PYSITELIB}/pdm/backend/__init__.pyc
${PYSITELIB}/pdm/backend/__init__.pyo
Expand Down Expand Up @@ -113,9 +109,6 @@ ${PYSITELIB}/pdm/backend/hooks/version/scm.pyo
${PYSITELIB}/pdm/backend/intree.py
${PYSITELIB}/pdm/backend/intree.pyc
${PYSITELIB}/pdm/backend/intree.pyo
${PYSITELIB}/pdm/backend/macosx_platform.py
${PYSITELIB}/pdm/backend/macosx_platform.pyc
${PYSITELIB}/pdm/backend/macosx_platform.pyo
${PYSITELIB}/pdm/backend/py.typed
${PYSITELIB}/pdm/backend/sdist.py
${PYSITELIB}/pdm/backend/sdist.pyc
Expand All @@ -129,3 +122,7 @@ ${PYSITELIB}/pdm/backend/utils.pyo
${PYSITELIB}/pdm/backend/wheel.py
${PYSITELIB}/pdm/backend/wheel.pyc
${PYSITELIB}/pdm/backend/wheel.pyo
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
8 changes: 4 additions & 4 deletions devel/py-pdm_backend/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2024/04/21 15:39:51 wiz Exp $
$NetBSD: distinfo,v 1.12 2024/05/05 16:30:09 wiz Exp $

BLAKE2s (pdm_backend-2.2.1.tar.gz) = 0de640ce181285858923b1cf581cd14238b8da859428a94fdf84910fe7227991
SHA512 (pdm_backend-2.2.1.tar.gz) = 293a4e1ec2b74c9103d07e298fec592501c96c09e592162d802cb2e0803919b13d5447fcd44f6e49315147a52502ff6c8a7946d8d46753a6ad557032814e09a7
Size (pdm_backend-2.2.1.tar.gz) = 109882 bytes
BLAKE2s (pdm_backend-2.3.0.tar.gz) = 32479932ed7aee09b07debb6c6eaffee434eca5e3c03915711949d95b92fa0e8
SHA512 (pdm_backend-2.3.0.tar.gz) = c0f6bddff363bf7f1d67a38e523496da9dbcb9d6e9e50a7b3a56ea0306b4fb89165876824aa2677b4a86033558ecdda0d7707d3f44d472b2ab84ccb55aa41874
Size (pdm_backend-2.3.0.tar.gz) = 107318 bytes

0 comments on commit 38d3dcc

Please sign in to comment.