pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-verboselogs



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Sat Aug  5 20:29:53 UTC 2023

Modified Files:
        pkgsrc/devel/py-verboselogs: DESCR Makefile

Log Message:
devel/py-verboselogs: Avoid non-UTF8 in DESCR.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-verboselogs/DESCR
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-verboselogs/Makefile

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-verboselogs/DESCR
diff -u pkgsrc/devel/py-verboselogs/DESCR:1.1 pkgsrc/devel/py-verboselogs/DESCR:1.2
--- pkgsrc/devel/py-verboselogs/DESCR:1.1       Sat Jul 22 13:06:15 2023
+++ pkgsrc/devel/py-verboselogs/DESCR   Sat Aug  5 20:29:52 2023
@@ -1,4 +1,4 @@
-The verboselogs package extends Python�s logging module to add the log
+The verboselogs package extends Python's logging module to add the log
 levels NOTICE, SPAM, SUCCESS and VERBOSE:
 
     The NOTICE level sits between the predefined WARNING and INFO

Index: pkgsrc/devel/py-verboselogs/Makefile
diff -u pkgsrc/devel/py-verboselogs/Makefile:1.3 pkgsrc/devel/py-verboselogs/Makefile:1.4
--- pkgsrc/devel/py-verboselogs/Makefile:1.3    Fri Aug  4 22:40:45 2023
+++ pkgsrc/devel/py-verboselogs/Makefile        Sat Aug  5 20:29:52 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/08/04 22:40:45 adam Exp $
+# $NetBSD: Makefile,v 1.4 2023/08/05 20:29:52 riastradh Exp $
 
 DISTNAME=      verboselogs-1.7
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=v/verboselogs/}



Home | Main Index | Thread Index | Old Index