Skip to content

Commit

Permalink
py-pip-api: update to 0.0.29.
Browse files Browse the repository at this point in the history
0.0.29
----------------------------------------------
- Do not treat `--trusted-host` as a requirement (#136)

0.0.28
----------------------------------------------
- Expose whether a requirement is editable (#131)
  • Loading branch information
wiz committed Mar 14, 2022
1 parent 9ccdc67 commit 8c90e2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions devel/py-pip-api/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.5 2022/02/07 13:14:40 adam Exp $
# $NetBSD: Makefile,v 1.6 2022/03/14 13:59:36 wiz Exp $

DISTNAME= pip-api-0.0.27
DISTNAME= pip-api-0.0.29
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip-api/}

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/di/pip-api
HOMEPAGE= https://github.com/di/pip-api
COMMENT= Unofficial, importable pip API
LICENSE= apache-2.0

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.3 2022/02/07 13:14:40 adam Exp $
$NetBSD: distinfo,v 1.4 2022/03/14 13:59:36 wiz Exp $

BLAKE2s (pip-api-0.0.27.tar.gz) = 588af5d59c3dc61689bf93702347feb40575ef8ac7ac073db95a4e6061e097be
SHA512 (pip-api-0.0.27.tar.gz) = 7c56bb9b5e32569e27457bf9096fc659cd23a34b8fd1e3525f7cecdf251aa387dca888571294bf4c1e89b1093dbef30a8bb8f3526e5107690529cd0943616aa8
Size (pip-api-0.0.27.tar.gz) = 111482 bytes
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

0 comments on commit 8c90e2d

Please sign in to comment.