pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-plumbum



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jun 10 18:58:21 UTC 2023

Modified Files:
        pkgsrc/devel/py-plumbum: Makefile distinfo

Log Message:
py-plumbum: updated to 1.8.2

1.8.2
-----
* Fix author metadata on PyPI package and add static check
* Add testing for Python 3.12 beta 1
* Use Ruff for linting
* Paths: Add type hinting for Path


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-plumbum/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-plumbum/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-plumbum/Makefile
diff -u pkgsrc/devel/py-plumbum/Makefile:1.10 pkgsrc/devel/py-plumbum/Makefile:1.11
--- pkgsrc/devel/py-plumbum/Makefile:1.10       Tue Feb  7 12:23:18 2023
+++ pkgsrc/devel/py-plumbum/Makefile    Sat Jun 10 18:58:21 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2023/02/07 12:23:18 adam Exp $
+# $NetBSD: Makefile,v 1.11 2023/06/10 18:58:21 adam Exp $
 
-DISTNAME=      plumbum-1.8.1
+DISTNAME=      plumbum-1.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/plumbum/}

Index: pkgsrc/devel/py-plumbum/distinfo
diff -u pkgsrc/devel/py-plumbum/distinfo:1.8 pkgsrc/devel/py-plumbum/distinfo:1.9
--- pkgsrc/devel/py-plumbum/distinfo:1.8        Tue Feb  7 12:23:18 2023
+++ pkgsrc/devel/py-plumbum/distinfo    Sat Jun 10 18:58:21 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/02/07 12:23:18 adam Exp $
+$NetBSD: distinfo,v 1.9 2023/06/10 18:58:21 adam Exp $
 
-BLAKE2s (plumbum-1.8.1.tar.gz) = 2912bad79eec63cafd0775370048af0c9082890de89ebf8b0b671d63b3751e3a
-SHA512 (plumbum-1.8.1.tar.gz) = 80031c07be3b68767556bba8246e964c51b16336d6105ad3d51d62f7c39287af6f928be713171c8c22cdd37145a0e7c3bd65d44f14bf8b1bc62483b648f3acff
-Size (plumbum-1.8.1.tar.gz) = 316432 bytes
+BLAKE2s (plumbum-1.8.2.tar.gz) = 9c517c7f4a552396e032c4bbed6066147827c5aa7648c9dce17bdf449e567723
+SHA512 (plumbum-1.8.2.tar.gz) = 636d10ea1c727cb24d4692537f3c0005077f86c3d9d2ae244f86ef5dd9621f8b51e0b5efffaa7acf66d6ba5552fddd641d4a1796c7fd760ac0a27d029f685c20
+Size (plumbum-1.8.2.tar.gz) = 317675 bytes



Home | Main Index | Thread Index | Old Index