pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/py-eth-keys py-eth-keys: updated to 0.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7497935f1545
branches:  trunk
changeset: 381731:7497935f1545
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 12 07:31:17 2022 +0000

description:
py-eth-keys: updated to 0.4.0

v0.4.0
------
- Remove support for python 3.5
- Add support for python 3.9 and 3.10
- Updated eth-utils and eth-typing version requirements
- Raise BadSignature error if ecrecover returns a point at infinity

diffstat:

 finance/py-eth-keys/Makefile               |   9 ++++-----
 finance/py-eth-keys/PLIST                  |   8 +++++++-
 finance/py-eth-keys/distinfo               |   8 ++++----
 finance/py-eth-keys/patches/patch-setup.py |  21 ---------------------
 4 files changed, 15 insertions(+), 31 deletions(-)

diffs (86 lines):

diff -r 514933b89a74 -r 7497935f1545 finance/py-eth-keys/Makefile
--- a/finance/py-eth-keys/Makefile      Tue Jul 12 07:29:57 2022 +0000
+++ b/finance/py-eth-keys/Makefile      Tue Jul 12 07:31:17 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 20:53:53 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/07/12 07:31:17 adam Exp $
 
-DISTNAME=      eth-keys-0.3.3
+DISTNAME=      eth-keys-0.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-keys/}
 
@@ -11,8 +10,8 @@
 COMMENT=       Common API for Ethereum key operations
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-eth-typing>=2.2.1:../../finance/py-eth-typing
-DEPENDS+=      ${PYPKGPREFIX}-eth-utils>=1.3.0:../../finance/py-eth-utils
+DEPENDS+=      ${PYPKGPREFIX}-eth-typing>=3.0.0:../../finance/py-eth-typing
+DEPENDS+=      ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils
 
 USE_LANGUAGES= # none
 
diff -r 514933b89a74 -r 7497935f1545 finance/py-eth-keys/PLIST
--- a/finance/py-eth-keys/PLIST Tue Jul 12 07:29:57 2022 +0000
+++ b/finance/py-eth-keys/PLIST Tue Jul 12 07:31:17 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/02/08 07:00:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/07/12 07:31:17 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -41,6 +41,12 @@
 ${PYSITELIB}/eth_keys/main.py
 ${PYSITELIB}/eth_keys/main.pyc
 ${PYSITELIB}/eth_keys/main.pyo
+${PYSITELIB}/eth_keys/tools/__init__.py
+${PYSITELIB}/eth_keys/tools/__init__.pyc
+${PYSITELIB}/eth_keys/tools/__init__.pyo
+${PYSITELIB}/eth_keys/tools/factories.py
+${PYSITELIB}/eth_keys/tools/factories.pyc
+${PYSITELIB}/eth_keys/tools/factories.pyo
 ${PYSITELIB}/eth_keys/utils/__init__.py
 ${PYSITELIB}/eth_keys/utils/__init__.pyc
 ${PYSITELIB}/eth_keys/utils/__init__.pyo
diff -r 514933b89a74 -r 7497935f1545 finance/py-eth-keys/distinfo
--- a/finance/py-eth-keys/distinfo      Tue Jul 12 07:29:57 2022 +0000
+++ b/finance/py-eth-keys/distinfo      Tue Jul 12 07:31:17 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:26:04 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/07/12 07:31:17 adam Exp $
 
-BLAKE2s (eth-keys-0.3.3.tar.gz) = 3859a1058bca6d97275c051a63ad01b229073429ec7012a0977f3b25ac76ff10
-SHA512 (eth-keys-0.3.3.tar.gz) = b074878a631c3ae026ddeb1376433fe468bd47445a00c354ea3d5c43bbe9ea5eb1627d07be7ff5b13e54095d99a3da6d2030baf7ac92fad9e6414ea38579f42a
-Size (eth-keys-0.3.3.tar.gz) = 17286 bytes
+BLAKE2s (eth-keys-0.4.0.tar.gz) = 5594e6e39ffb4dc42403f92614d2682db9e14ab7f80bdb3ca55f66153d25f7e4
+SHA512 (eth-keys-0.4.0.tar.gz) = 02df2202cc3c03a454aa517f68e6db325f5e21c7019fb7e22c9e3b4d866ebfa591755a5143f48a721ac00367fbc9502bcd864a370d06d80e770983fdcc77acdc
+Size (eth-keys-0.4.0.tar.gz) = 20921 bytes
 SHA1 (patch-setup.py) = c4644da231e74ca7f114fb6911c11719f2516846
diff -r 514933b89a74 -r 7497935f1545 finance/py-eth-keys/patches/patch-setup.py
--- a/finance/py-eth-keys/patches/patch-setup.py        Tue Jul 12 07:29:57 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2021/02/08 07:00:56 adam Exp $
-
-setuptools-markdown is deprecated.
-
---- setup.py.orig      2021-02-08 06:23:00.000000000 +0000
-+++ setup.py
-@@ -45,12 +45,12 @@ setup(
-     # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
-     version='0.3.3',
-     description="""Common API for Ethereum key operations.""",
--    long_description_markdown_filename='README.md',
-+    long_description='README.md',
-+    long_description_content_type="text/markdown",
-     author='Piper Merriam',
-     author_email='pipermerriam%gmail.com@localhost',
-     url='https://github.com/ethereum/eth-keys',
-     include_package_data=True,
--    setup_requires=['setuptools-markdown'],
-     install_requires=deps['eth-keys'],
-     py_modules=['eth_keys'],
-     extras_require=deps,



Home | Main Index | Thread Index | Old Index