pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-pygal



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec 26 10:30:21 UTC 2025

Modified Files:
        pkgsrc/graphics/py-pygal: Makefile PLIST distinfo

Log Message:
py-pygal: updated to 3.1.0

3.1.0

Fixed

Lint
Readthedocs config
README and docs information

Added

reverse_direction option for gauge


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/py-pygal/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/py-pygal/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/py-pygal/distinfo

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

Modified files:

Index: pkgsrc/graphics/py-pygal/Makefile
diff -u pkgsrc/graphics/py-pygal/Makefile:1.23 pkgsrc/graphics/py-pygal/Makefile:1.24
--- pkgsrc/graphics/py-pygal/Makefile:1.23      Thu Oct  9 07:57:42 2025
+++ pkgsrc/graphics/py-pygal/Makefile   Fri Dec 26 10:30:21 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2025/10/09 07:57:42 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/12/26 10:30:21 adam Exp $
 
-DISTNAME=      pygal-3.0.5
+DISTNAME=      pygal-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pygal/}
 

Index: pkgsrc/graphics/py-pygal/PLIST
diff -u pkgsrc/graphics/py-pygal/PLIST:1.8 pkgsrc/graphics/py-pygal/PLIST:1.9
--- pkgsrc/graphics/py-pygal/PLIST:1.8  Tue Apr 15 15:17:48 2025
+++ pkgsrc/graphics/py-pygal/PLIST      Fri Dec 26 10:30:21 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2025/04/15 15:17:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/12/26 10:30:21 adam Exp $
 bin/pygal_gen${PYVERSSUFFIX}.py
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -161,6 +161,9 @@ ${PYSITELIB}/pygal/test/test_date.pyo
 ${PYSITELIB}/pygal/test/test_formatters.py
 ${PYSITELIB}/pygal/test/test_formatters.pyc
 ${PYSITELIB}/pygal/test/test_formatters.pyo
+${PYSITELIB}/pygal/test/test_gauge.py
+${PYSITELIB}/pygal/test/test_gauge.pyc
+${PYSITELIB}/pygal/test/test_gauge.pyo
 ${PYSITELIB}/pygal/test/test_graph.py
 ${PYSITELIB}/pygal/test/test_graph.pyc
 ${PYSITELIB}/pygal/test/test_graph.pyo

Index: pkgsrc/graphics/py-pygal/distinfo
diff -u pkgsrc/graphics/py-pygal/distinfo:1.12 pkgsrc/graphics/py-pygal/distinfo:1.13
--- pkgsrc/graphics/py-pygal/distinfo:1.12      Tue Aug 13 08:27:26 2024
+++ pkgsrc/graphics/py-pygal/distinfo   Fri Dec 26 10:30:21 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2024/08/13 08:27:26 adam Exp $
+$NetBSD: distinfo,v 1.13 2025/12/26 10:30:21 adam Exp $
 
-BLAKE2s (pygal-3.0.5.tar.gz) = c7fdd16270232b2966e62fb7f6efd81db2bd4166a6ba24dab5a859281d8f0a0c
-SHA512 (pygal-3.0.5.tar.gz) = 06b04c5d026d18586c8c079a7286742170199779bdc2f6c33b5a9dc47846df63af639d1983d124fa73d36087aa69feffc6f6a7dcc179832754e525203927da77
-Size (pygal-3.0.5.tar.gz) = 80489 bytes
+BLAKE2s (pygal-3.1.0.tar.gz) = a19fdcf0d34065471f70eceea227f3d6c82f266221384b6bdc4f1d6a621c046c
+SHA512 (pygal-3.1.0.tar.gz) = d83c791f07b9a8090adf229209f7a36efd98d224c0836f201727b39eaf396d82189c15b324bd65b3fb15fa494d5669545883fbcad58ba6939c94b4906e45995a
+Size (pygal-3.1.0.tar.gz) = 81006 bytes
 SHA1 (patch-setup.py) = 81bdc9b4c208cfe53c763317707bc1e6513d345e



Home | Main Index | Thread Index | Old Index