pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/py-solc-select



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec 26 11:59:04 UTC 2025

Modified Files:
        pkgsrc/lang/py-solc-select: Makefile distinfo

Log Message:
py-solc-select: updated to 1.2.0

1.2.0

feat: implement code quality improvements
Skip already installed versions in install_artifacts
Fix type annotations
Add support for ARM64 Darwin binaries
Replace urllib with requests
Fix checksum fetching when we have prerelease
Bump version to 1.2.0
Bump super-linter/super-linter from 7.2.1 to 7.3.0
Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4
Bump actions/download-artifact from 4 to 5
Bump actions/checkout from 4 to 5
Bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1
Bump super-linter/super-linter from 7.3.0 to 8.1.0
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0
Bump actions/setup-python from 5 to 6
build(deps): bump astral-sh/setup-uv from 4 to 6
build(deps): bump actions/checkout from 5 to 6
build(deps): bump actions/download-artifact from 5 to 6
build(deps): bump actions/upload-artifact from 4 to 5
build(deps): bump astral-sh/setup-uv from 6 to 7
build(deps): bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0
build(deps): bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/py-solc-select/Makefile \
    pkgsrc/lang/py-solc-select/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-solc-select/Makefile
diff -u pkgsrc/lang/py-solc-select/Makefile:1.3 pkgsrc/lang/py-solc-select/Makefile:1.4
--- pkgsrc/lang/py-solc-select/Makefile:1.3     Mon Apr 21 05:39:09 2025
+++ pkgsrc/lang/py-solc-select/Makefile Fri Dec 26 11:59:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2025/04/21 05:39:09 adam Exp $
+# $NetBSD: Makefile,v 1.4 2025/12/26 11:59:04 adam Exp $
 
-DISTNAME=      solc_select-1.1.0
+DISTNAME=      solc_select-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/solc-select/}
@@ -13,6 +13,7 @@ LICENSE=      gnu-agpl-v3
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-cryptodome>=3.4.6:../../security/py-cryptodome
 DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.32.4:../../devel/py-requests
 
 post-install:
 .for bin in solc solc-select
Index: pkgsrc/lang/py-solc-select/distinfo
diff -u pkgsrc/lang/py-solc-select/distinfo:1.3 pkgsrc/lang/py-solc-select/distinfo:1.4
--- pkgsrc/lang/py-solc-select/distinfo:1.3     Mon Apr 21 05:39:09 2025
+++ pkgsrc/lang/py-solc-select/distinfo Fri Dec 26 11:59:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/04/21 05:39:09 adam Exp $
+$NetBSD: distinfo,v 1.4 2025/12/26 11:59:04 adam Exp $
 
-BLAKE2s (solc_select-1.1.0.tar.gz) = a2a468ea15acd2bfd8a6d361a7e4421b0d72c09773b871b0008705e36524d61d
-SHA512 (solc_select-1.1.0.tar.gz) = 1b9a05394322adaf81c502c08c325d1e3f79edae6320ae7ad84c8568c8cbf424ba5aa64f034f31673d5e3e0b36d1ea63963d377e7cbe44653db509d136d5c1a3
-Size (solc_select-1.1.0.tar.gz) = 46445 bytes
+BLAKE2s (solc_select-1.2.0.tar.gz) = 28a554015e6e898869a13ab7c00b82b48d6730007d23c37c02c2e871d56d9b37
+SHA512 (solc_select-1.2.0.tar.gz) = 14092b8c63f232cb013f8ddd125587d59115f10ebc2333886e606287aa9e323200d735ecb147778c41ae51b6632d5858d7da37e94ee2faff4452c817d74154fc
+Size (solc_select-1.2.0.tar.gz) = 52211 bytes



Home | Main Index | Thread Index | Old Index