Skip to content

Commit

Permalink
py-project-api: update to 1.5.2.
Browse files Browse the repository at this point in the history
What's Changed

    Bump deps and tools by @gaborbernat in #56
    Add pyproject-fmt by @gaborbernat in #57
    Bump pypa/gh-action-pypi-publish from 1.6.5 to 1.7.1 by @dependabot in #60
    docs: remove (dynamic) years from copyright by @paravoid in #58
    Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by @dependabot in #61
    Bump deps and tools by @gaborbernat in #62
    Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by @dependabot in #63
    Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 by @dependabot in #66
    Bump deps and tools by @gaborbernat in #67
    Bump deps and tools by @gaborbernat in #70
    Drop 2.7 test by @gaborbernat in #72
    Add trusted-publish by @gaborbernat in #73
    Add 3.12 support by @gaborbernat in #74
    Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in #76
    git ls-files -z -- .github/workflows/check.yml | xargs -0 sed -i 's|3.12.0-alpha.7|3.12.0-beta.1|g' by @gaborbernat in #80
    Add ruff by @gaborbernat in #81
  • Loading branch information
wiz committed Jul 1, 2023
1 parent 8484852 commit dc63ed4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions devel/py-project-api/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2023/05/01 09:15:39 wiz Exp $
# $NetBSD: Makefile,v 1.2 2023/07/01 11:25:04 wiz Exp $

DISTNAME= pyproject_api-1.5.1
DISTNAME= pyproject_api-1.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//S/_/-/}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyproject_api/}
Expand All @@ -25,6 +25,7 @@ USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27

# needs 'make install'
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}

Expand Down
8 changes: 4 additions & 4 deletions devel/py-project-api/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2023/05/01 09:15:39 wiz Exp $
$NetBSD: distinfo,v 1.2 2023/07/01 11:25:04 wiz Exp $

BLAKE2s (pyproject_api-1.5.1.tar.gz) = 38dc83f710c976a757d505b67435986d44d64c7aa2229b8cdf184c31a86c1d08
SHA512 (pyproject_api-1.5.1.tar.gz) = 31936d242861027ea892e86219f430371aae18631c92893cefc8fb8fc02315906857ee57e5412eed62bf584e0bd24cca7ba82471c0ac6a72c71e8e93b8285a3e
Size (pyproject_api-1.5.1.tar.gz) = 22081 bytes
BLAKE2s (pyproject_api-1.5.2.tar.gz) = c1b023d5adfdc84adc76c0dacf52202fb46ad88b7de8259d29c8c79162f56fe8
SHA512 (pyproject_api-1.5.2.tar.gz) = ee12ec0dccce0130bca703886c40ac21802f58fb7683370592f9dabbf83366939f5032d7f55c6b712cfa4fa0cf34d88fc37a05eae9d811b34fe9c7377886b8d7
Size (pyproject_api-1.5.2.tar.gz) = 21926 bytes

0 comments on commit dc63ed4

Please sign in to comment.