pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-eth-abi



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 11 10:15:18 UTC 2024

Modified Files:
        pkgsrc/finance/py-eth-abi: Makefile PLIST distinfo

Log Message:
py-eth-abi: updated to 5.0.0

eth-abi v5.0.0 (2024-01-09)

Breaking Changes

Drop python 3.7 support

Internal Changes - for eth-abi Contributors

Merge updates from the project template, notably, use pre-commit for linting and change the name of the master branch to main
Corrected format of booleans in pyproject.toml and added a test for the presence of the eth_abi.__version__ attribute


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/finance/py-eth-abi/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-eth-abi/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/finance/py-eth-abi/distinfo

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

Modified files:

Index: pkgsrc/finance/py-eth-abi/Makefile
diff -u pkgsrc/finance/py-eth-abi/Makefile:1.10 pkgsrc/finance/py-eth-abi/Makefile:1.11
--- pkgsrc/finance/py-eth-abi/Makefile:1.10     Fri Nov 10 19:08:11 2023
+++ pkgsrc/finance/py-eth-abi/Makefile  Thu Jan 11 10:15:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2023/11/10 19:08:11 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/01/11 10:15:18 adam Exp $
 
-DISTNAME=      eth_abi-4.2.1
+DISTNAME=      eth_abi-5.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-abi/}

Index: pkgsrc/finance/py-eth-abi/PLIST
diff -u pkgsrc/finance/py-eth-abi/PLIST:1.4 pkgsrc/finance/py-eth-abi/PLIST:1.5
--- pkgsrc/finance/py-eth-abi/PLIST:1.4 Fri Nov 10 19:08:11 2023
+++ pkgsrc/finance/py-eth-abi/PLIST     Thu Jan 11 10:15:18 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/11/10 19:08:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/01/11 10:15:18 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -34,7 +34,6 @@ ${PYSITELIB}/eth_abi/grammar.pyo
 ${PYSITELIB}/eth_abi/packed.py
 ${PYSITELIB}/eth_abi/packed.pyc
 ${PYSITELIB}/eth_abi/packed.pyo
-${PYSITELIB}/eth_abi/py.typed
 ${PYSITELIB}/eth_abi/registry.py
 ${PYSITELIB}/eth_abi/registry.pyc
 ${PYSITELIB}/eth_abi/registry.pyo
@@ -44,6 +43,7 @@ ${PYSITELIB}/eth_abi/tools/__init__.pyo
 ${PYSITELIB}/eth_abi/tools/_strategies.py
 ${PYSITELIB}/eth_abi/tools/_strategies.pyc
 ${PYSITELIB}/eth_abi/tools/_strategies.pyo
+${PYSITELIB}/eth_abi/tools/py.typed
 ${PYSITELIB}/eth_abi/utils/__init__.py
 ${PYSITELIB}/eth_abi/utils/__init__.pyc
 ${PYSITELIB}/eth_abi/utils/__init__.pyo
@@ -53,6 +53,7 @@ ${PYSITELIB}/eth_abi/utils/numeric.pyo
 ${PYSITELIB}/eth_abi/utils/padding.py
 ${PYSITELIB}/eth_abi/utils/padding.pyc
 ${PYSITELIB}/eth_abi/utils/padding.pyo
+${PYSITELIB}/eth_abi/utils/py.typed
 ${PYSITELIB}/eth_abi/utils/string.py
 ${PYSITELIB}/eth_abi/utils/string.pyc
 ${PYSITELIB}/eth_abi/utils/string.pyo

Index: pkgsrc/finance/py-eth-abi/distinfo
diff -u pkgsrc/finance/py-eth-abi/distinfo:1.8 pkgsrc/finance/py-eth-abi/distinfo:1.9
--- pkgsrc/finance/py-eth-abi/distinfo:1.8      Fri Nov 10 19:08:11 2023
+++ pkgsrc/finance/py-eth-abi/distinfo  Thu Jan 11 10:15:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/11/10 19:08:11 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/01/11 10:15:18 adam Exp $
 
-BLAKE2s (eth_abi-4.2.1.tar.gz) = 1ae3e7a57be036ff18882fd6719d0a4e7f4dd9138b4ab34cc46bff78b19d408a
-SHA512 (eth_abi-4.2.1.tar.gz) = f02af0b55d42e9f0b1a18c61f3e0355ff69f8bcda863c36e80c31ac67aedefa5586b716ac07bca9c90a6f12f091931ceb4843874ad626a038719aae0cea5f2b5
-Size (eth_abi-4.2.1.tar.gz) = 27301 bytes
+BLAKE2s (eth_abi-5.0.0.tar.gz) = 0eb0969bafcf074421567e46a88c28a0c0371caf8f65b80ec3628377db6b8ab1
+SHA512 (eth_abi-5.0.0.tar.gz) = 89c476f09f24466c40140bea5bced0ae429894945ebfb3576e6478859244ba08e9dec6098e5cff8ff3e542870b2652ae9cb586ca078cfc31eea676609d8dc11a
+Size (eth_abi-5.0.0.tar.gz) = 48771 bytes



Home | Main Index | Thread Index | Old Index