pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-icecream



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug  5 07:50:53 UTC 2025

Modified Files:
        pkgsrc/misc/py-icecream: Makefile distinfo

Log Message:
py-icecream: updated to 2.1.5

2.1.5

Changed: Improved printing for variables of type str.

Fixed issues that affected the output of multiline strings and strings containing special characters such as escaped newlines and tabs.

Strings are now printed exactly as they are, faithfully representing their actual value.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/py-icecream/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-icecream/distinfo

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

Modified files:

Index: pkgsrc/misc/py-icecream/Makefile
diff -u pkgsrc/misc/py-icecream/Makefile:1.3 pkgsrc/misc/py-icecream/Makefile:1.4
--- pkgsrc/misc/py-icecream/Makefile:1.3        Sat Apr 12 07:43:08 2025
+++ pkgsrc/misc/py-icecream/Makefile    Tue Aug  5 07:50:53 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2025/04/12 07:43:08 adam Exp $
+# $NetBSD: Makefile,v 1.4 2025/08/05 07:50:53 adam Exp $
 
-DISTNAME=      icecream-2.1.4
+DISTNAME=      icecream-2.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/icecream/}
 

Index: pkgsrc/misc/py-icecream/distinfo
diff -u pkgsrc/misc/py-icecream/distinfo:1.2 pkgsrc/misc/py-icecream/distinfo:1.3
--- pkgsrc/misc/py-icecream/distinfo:1.2        Tue Jan 14 16:58:59 2025
+++ pkgsrc/misc/py-icecream/distinfo    Tue Aug  5 07:50:53 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2025/01/14 16:58:59 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/08/05 07:50:53 adam Exp $
 
-BLAKE2s (icecream-2.1.4.tar.gz) = b8d1384a32428e7ffd1891cb0af42af45864be903aabbbc5c3b8d6b1e4e6164f
-SHA512 (icecream-2.1.4.tar.gz) = 86024feae0e04fdef1869a1eaa18753e4a4bcdd24ccc4d732c8902c0e4c28aa2a70abe069345b89b7c52cdea05cdec54a48a45ce155e6953ec98ac7ee0a3a65b
-Size (icecream-2.1.4.tar.gz) = 15872 bytes
+BLAKE2s (icecream-2.1.5.tar.gz) = 031dac48383d9719d214804608e2af85a887ffb7acc28962fda90198f724e363
+SHA512 (icecream-2.1.5.tar.gz) = 898a1ba672da79f15dd390ebeb06e8520c632e0c962bb555dc2a59d1c40127cda984df4e45f932125909b1d14873ff12afb9bb161bc2fc621125f69dab39b0a6
+Size (icecream-2.1.5.tar.gz) = 16744 bytes
 SHA1 (patch-setup.py) = 04b3a7fbde7773a626caaf441b074098bfa22958



Home | Main Index | Thread Index | Old Index