pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hexbytes



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep 12 11:01:34 UTC 2022

Modified Files:
        pkgsrc/devel/py-hexbytes: Makefile PLIST distinfo

Log Message:
py-hexbytes: updated to 0.3.0

HexBytes v0.3.0 (2022-08-17)

Breaking changes

Drop support for Python 3.6, update Sphinx doc dependency requirement


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-hexbytes/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-hexbytes/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-hexbytes/distinfo

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

Modified files:

Index: pkgsrc/devel/py-hexbytes/Makefile
diff -u pkgsrc/devel/py-hexbytes/Makefile:1.3 pkgsrc/devel/py-hexbytes/Makefile:1.4
--- pkgsrc/devel/py-hexbytes/Makefile:1.3       Tue Jan  4 20:53:09 2022
+++ pkgsrc/devel/py-hexbytes/Makefile   Mon Sep 12 11:01:34 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:53:09 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/09/12 11:01:34 adam Exp $
 
-DISTNAME=      hexbytes-0.2.2
+DISTNAME=      hexbytes-0.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hexbytes/}
 

Index: pkgsrc/devel/py-hexbytes/PLIST
diff -u pkgsrc/devel/py-hexbytes/PLIST:1.1 pkgsrc/devel/py-hexbytes/PLIST:1.2
--- pkgsrc/devel/py-hexbytes/PLIST:1.1  Mon Feb  8 08:26:34 2021
+++ pkgsrc/devel/py-hexbytes/PLIST      Mon Sep 12 11:01:34 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/02/08 08:26:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/09/12 11:01:34 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -14,3 +14,4 @@ ${PYSITELIB}/hexbytes/_utils.pyo
 ${PYSITELIB}/hexbytes/main.py
 ${PYSITELIB}/hexbytes/main.pyc
 ${PYSITELIB}/hexbytes/main.pyo
+${PYSITELIB}/hexbytes/py.typed

Index: pkgsrc/devel/py-hexbytes/distinfo
diff -u pkgsrc/devel/py-hexbytes/distinfo:1.6 pkgsrc/devel/py-hexbytes/distinfo:1.7
--- pkgsrc/devel/py-hexbytes/distinfo:1.6       Fri Jan 14 11:49:42 2022
+++ pkgsrc/devel/py-hexbytes/distinfo   Mon Sep 12 11:01:34 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/01/14 11:49:42 wiz Exp $
+$NetBSD: distinfo,v 1.7 2022/09/12 11:01:34 adam Exp $
 
-BLAKE2s (hexbytes-0.2.2.tar.gz) = d01fc56d102d5ed3cb521fc79682b2d8477f3b1113c5e25584d17b6b2a0ffda4
-SHA512 (hexbytes-0.2.2.tar.gz) = 80bed389756dee9eac9bd752733bbe5244dbf8ea1b2c41fa8ef2ca4b19579ec3e18ba41f98b1412a3e37e793941261a3ef1cbf29a2bda35535e44609effc69b2
-Size (hexbytes-0.2.2.tar.gz) = 4709763 bytes
+BLAKE2s (hexbytes-0.3.0.tar.gz) = 9c2b0c374e58f463b1dea33d1e8fe3c0ca97a3362368fcd2a52ddecd86c956c4
+SHA512 (hexbytes-0.3.0.tar.gz) = 57d1ac5b6d7c5c2817119f2c0bb1d2a9b4ad76ebf3715ede3a7925ee1bd511dc6f100bdee077be8a720cf696a7b0b8f56c174cd01a09907e7ec4775c3a1edcc4
+Size (hexbytes-0.3.0.tar.gz) = 1155457 bytes



Home | Main Index | Thread Index | Old Index