py-solc-select: updated to 1.0.4

v1.0.4
check the global version is installed
added - solc-select install latest - feature
Uses installed_versions in valid_version
Logs message instead of error if no versions exist for solc-select versions
Adding codeowners and issue template
Update README.md
Bump pypa/gh-action-pip-audit from 1.0.2 to 1.0.6
Bump actions/setup-python from 3 to 4
Bump actions/checkout from 2 to 3.1.0
update installation message
Show a clearer message when Rosetta is not available
Add function to retrieve solc artifact path
Edited readme for clarification
install artifacts return False if requested solc versions are not available
Bump pypa/gh-action-pip-audit from 1.0.6 to 1.0.7
workflows: trusted publishing to PyPI
Bump pypa/gh-action-pip-audit from 1.0.7 to 1.0.8
This commit is contained in:
adam 2023-07-25 08:31:38 +00:00
parent 09a5ce9cb8
commit ecefe383cb
3 changed files with 10 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2023/05/11 08:38:18 adam Exp $
# $NetBSD: Makefile,v 1.2 2023/07/25 08:31:38 adam Exp $
DISTNAME= solc-select-1.0.3
DISTNAME= solc-select-1.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/solc-select/}

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2023/05/11 08:38:18 adam Exp $
@comment $NetBSD: PLIST,v 1.2 2023/07/25 08:31:38 adam Exp $
bin/solc-${PYVERSSUFFIX}
bin/solc-select-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@ -19,3 +19,6 @@ ${PYSITELIB}/solc_select/constants.pyo
${PYSITELIB}/solc_select/solc_select.py
${PYSITELIB}/solc_select/solc_select.pyc
${PYSITELIB}/solc_select/solc_select.pyo
${PYSITELIB}/solc_select/utils.py
${PYSITELIB}/solc_select/utils.pyc
${PYSITELIB}/solc_select/utils.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2023/05/11 08:38:18 adam Exp $
$NetBSD: distinfo,v 1.2 2023/07/25 08:31:38 adam Exp $
BLAKE2s (solc-select-1.0.3.tar.gz) = ecc8d7d3b7eb731e256c26ecc305e83969f67555241ab3637d1c32840813e1a6
SHA512 (solc-select-1.0.3.tar.gz) = ca03a2c8bda53d3505151949cf20624b91d69a853da06274d74538b25df0c04df7ea4623a11e308cdad1e7e8cde45ccbc7902a4192261da0ce819b6e7647ee16
Size (solc-select-1.0.3.tar.gz) = 20045 bytes
BLAKE2s (solc-select-1.0.4.tar.gz) = 6592cdd70d37b651615c20ddd136206d4df8d844dc06799f37258a1a06c69548
SHA512 (solc-select-1.0.4.tar.gz) = a7771542c323a59aee57925afddc73bcc07762c3449498fbe84e8984bca58f8515d2d82d0299dc16c7451068eb5bb45f3c4a301dcfbfa631380fb319897f67ab
Size (solc-select-1.0.4.tar.gz) = 21307 bytes