Skip to content

Commit

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

    Test against pip==22.1b1 by @di in #141
    Test against pip==22.1 by @di in #143
    Test against pip==22.1.1 by @di in #145
    Test against pip==22.1.2 by @di in #147
    Editable project location by @weetster in #148
    Add a release workflow by @woodruffw in #150
  • Loading branch information
0-wiz-0 committed Jul 24, 2022
1 parent f6cc5ee commit 2b9934f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions devel/py-pip-api/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2022/03/14 13:59:36 wiz Exp $
# $NetBSD: Makefile,v 1.7 2022/07/24 10:53:29 wiz Exp $

DISTNAME= pip-api-0.0.29
DISTNAME= pip-api-0.0.30
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip-api/}
Expand All @@ -19,8 +19,8 @@ USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27

# As of 0.0.27:
# 40 passed, 2 warnings, 16 errors
# As of 0.0.30:
# 15 failed, 43 passed, 2 warnings
TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
Expand Down
8 changes: 4 additions & 4 deletions devel/py-pip-api/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2022/03/14 13:59:36 wiz Exp $
$NetBSD: distinfo,v 1.5 2022/07/24 10:53:29 wiz Exp $

BLAKE2s (pip-api-0.0.29.tar.gz) = 8f8ee28e5ed2a537db26e50acb641ed9be4503204bb2bec6559b319dd2e4e293
SHA512 (pip-api-0.0.29.tar.gz) = 860892058fd36481a489bfaeedf1608bfcc1093731b7de9d45a586e36b8bfcaf4de87095e23a949a34f1f75f29e3d0f803d8310006f7bcac72887cab84663079
Size (pip-api-0.0.29.tar.gz) = 111361 bytes
BLAKE2s (pip-api-0.0.30.tar.gz) = 4bc99cba59bae9e24183e1885171ae55e0c744985c0748c17ae856fe0117678e
SHA512 (pip-api-0.0.30.tar.gz) = dd031ea42647ee98119315c11e249a75b1fb2c995eaeeeee880af7175720ef049f06591dd352b8a05e9fc1021a45584de37d9eb6ee6c62966111e738ea049d45
Size (pip-api-0.0.30.tar.gz) = 112078 bytes

0 comments on commit 2b9934f

Please sign in to comment.