pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-humanize



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jul 21 10:14:46 UTC 2024

Modified Files:
        pkgsrc/textproc/py-humanize: Makefile distinfo

Log Message:
py-humanize: updated to 4.10.0

4.10.0

Changed

Replace deprecated pydocstyle with Ruff and update to Black 2024 style

Fixed

Remove shebang from filesize.py
Fix test failures on systems with 32-bit time_t
Fix handling of negative time deltas
Fix naturaldelta sub second precision
Reword the French translation of very small amount of time
Fix Arabic localization
metric: Fix precision format


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/py-humanize/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/py-humanize/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-humanize/Makefile
diff -u pkgsrc/textproc/py-humanize/Makefile:1.29 pkgsrc/textproc/py-humanize/Makefile:1.30
--- pkgsrc/textproc/py-humanize/Makefile:1.29   Fri Dec  1 19:01:42 2023
+++ pkgsrc/textproc/py-humanize/Makefile        Sun Jul 21 10:14:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2023/12/01 19:01:42 adam Exp $
+# $NetBSD: Makefile,v 1.30 2024/07/21 10:14:46 adam Exp $
 
-DISTNAME=      humanize-4.9.0
+DISTNAME=      humanize-4.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/humanize/}

Index: pkgsrc/textproc/py-humanize/distinfo
diff -u pkgsrc/textproc/py-humanize/distinfo:1.25 pkgsrc/textproc/py-humanize/distinfo:1.26
--- pkgsrc/textproc/py-humanize/distinfo:1.25   Fri Dec  1 19:01:42 2023
+++ pkgsrc/textproc/py-humanize/distinfo        Sun Jul 21 10:14:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2023/12/01 19:01:42 adam Exp $
+$NetBSD: distinfo,v 1.26 2024/07/21 10:14:46 adam Exp $
 
-BLAKE2s (humanize-4.9.0.tar.gz) = 498eef9adcae55e5c56f0ab1de17bbd147759b98668edab22d24ea061e84104b
-SHA512 (humanize-4.9.0.tar.gz) = 64238f6717302cec4cac853fd2813647132eb4f6cd73cc61fd43346577cd42bbc2cf5a7345910393cd9a4e9c2b5e949a50c6259b0bd8254a05e08d0d8d70a5d5
-Size (humanize-4.9.0.tar.gz) = 78465 bytes
+BLAKE2s (humanize-4.10.0.tar.gz) = 42cbd6a0dce9fe8c247f84790ddcbe00b18cf0293ac927a9c11895d5efc54285
+SHA512 (humanize-4.10.0.tar.gz) = 973fe7aecffcc7c9b56426b5a143402a97833122e63362115ae50318c909188bbe872fbfdfaa3015298ecd44c6ebc4223d9abd202c47622066b730908a6dda44
+Size (humanize-4.10.0.tar.gz) = 79192 bytes



Home | Main Index | Thread Index | Old Index