pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-trezor



Module Name:    pkgsrc
Committed By:   js
Date:           Mon Jul 28 23:03:50 UTC 2025

Modified Files:
        pkgsrc/security/py-trezor: Makefile distinfo
Added Files:
        pkgsrc/security/py-trezor/patches: patch-requirements.txt

Log Message:
security/py-trezor: Relax dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-trezor/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-trezor/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/security/py-trezor/patches/patch-requirements.txt

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

Modified files:

Index: pkgsrc/security/py-trezor/Makefile
diff -u pkgsrc/security/py-trezor/Makefile:1.5 pkgsrc/security/py-trezor/Makefile:1.6
--- pkgsrc/security/py-trezor/Makefile:1.5      Tue May 13 10:43:39 2025
+++ pkgsrc/security/py-trezor/Makefile  Mon Jul 28 23:03:50 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2025/05/13 10:43:39 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/07/28 23:03:50 js Exp $
 
 DISTNAME=      trezor-0.13.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/trezor/}
 

Index: pkgsrc/security/py-trezor/distinfo
diff -u pkgsrc/security/py-trezor/distinfo:1.1 pkgsrc/security/py-trezor/distinfo:1.2
--- pkgsrc/security/py-trezor/distinfo:1.1      Sun Sep 15 00:02:13 2024
+++ pkgsrc/security/py-trezor/distinfo  Mon Jul 28 23:03:50 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2024/09/15 00:02:13 js Exp $
+$NetBSD: distinfo,v 1.2 2025/07/28 23:03:50 js Exp $
 
 BLAKE2s (trezor-0.13.9.tar.gz) = 1a64333c0e5fce29d8d5287e28bbdd831c162704ece80705d5a9dfe44288f1be
 SHA512 (trezor-0.13.9.tar.gz) = 1427aefad251c6d1b6230daf69a48236419a0e10647c43cb46e128e343d56767177b06068e494cc940198e67b8dfbda1718c476523355409dc1f001f143a2f12
 Size (trezor-0.13.9.tar.gz) = 251183 bytes
+SHA1 (patch-requirements.txt) = b6e5a620c425fb8ffe7b81d27c98fbfd2ac55b7b

Added files:

Index: pkgsrc/security/py-trezor/patches/patch-requirements.txt
diff -u /dev/null pkgsrc/security/py-trezor/patches/patch-requirements.txt:1.1
--- /dev/null   Mon Jul 28 23:03:50 2025
+++ pkgsrc/security/py-trezor/patches/patch-requirements.txt    Mon Jul 28 23:03:50 2025
@@ -0,0 +1,13 @@
+$NetBSD: patch-requirements.txt,v 1.1 2025/07/28 23:03:50 js Exp $
+
+--- requirements.txt.orig      2025-07-28 22:52:58.906306846 +0000
++++ requirements.txt
+@@ -1,7 +1,7 @@
+ ecdsa>=0.9
+ mnemonic>=0.20
+ requests>=2.4.0
+-click>=7,<8.2
++click>=7
+ libusb1>=1.6.4
+ construct>=2.9,!=2.10.55
+ typing_extensions>=4.7.1



Home | Main Index | Thread Index | Old Index