pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-sigal



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  8 22:19:50 UTC 2026

Modified Files:
        pkgsrc/www/py-sigal: Makefile PLIST distinfo

Log Message:
py-sigal: update to 2.6.1.

Version 2.6.1

    Fix a bug in photoswipe when some EXIF data does not contain the date information [:issue:`544`].

Version 2.6

Sigal now requires Python 3.11+.

    With the photoswipe theme, albums can contain both images and sub-albums [:issue:`535`].
    Fix issue with latest version of feedgenerator.
    Fix compat with click 8.2.0.
    Fix theme URL for photoswipe.
    Thumbnail can now be set in index.md either with the original filename or with the thumbnail name after format conversion [:issue:`476`].
    Allow portrait orientation for thumbnails [:issue:`531`].
    nonmedia_files plugin: adding support for PDF thumbnails [:issue:`536`].


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-sigal/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-sigal/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-sigal/distinfo

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

Modified files:

Index: pkgsrc/www/py-sigal/Makefile
diff -u pkgsrc/www/py-sigal/Makefile:1.11 pkgsrc/www/py-sigal/Makefile:1.12
--- pkgsrc/www/py-sigal/Makefile:1.11   Sun Apr 13 18:30:17 2025
+++ pkgsrc/www/py-sigal/Makefile        Sun Feb  8 22:19:50 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2025/04/13 18:30:17 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/02/08 22:19:50 wiz Exp $
 
-DISTNAME=      sigal-2.5
+DISTNAME=      sigal-2.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sigal/}
 
@@ -35,6 +34,9 @@ SUBST_FILES.ffmpeg+=  src/sigal/video.py
 SUBST_STAGE.ffmpeg=    pre-build
 SUBST_MESSAGE.ffmpeg=  Fixing ffmpeg path.
 
+# as of 2.6.1
+# 2 failed, 83 passed, 3 skipped
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && mv sigal sigal-${PYVERSSUFFIX} || ${TRUE}
 

Index: pkgsrc/www/py-sigal/PLIST
diff -u pkgsrc/www/py-sigal/PLIST:1.6 pkgsrc/www/py-sigal/PLIST:1.7
--- pkgsrc/www/py-sigal/PLIST:1.6       Sun Apr 13 18:30:17 2025
+++ pkgsrc/www/py-sigal/PLIST   Sun Feb  8 22:19:50 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/04/13 18:30:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/02/08 22:19:50 wiz Exp $
 bin/sigal-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -181,6 +181,7 @@ ${PYSITELIB}/sigal/themes/photoswipe/sta
 ${PYSITELIB}/sigal/themes/photoswipe/static/photoswipe.esm.min.js
 ${PYSITELIB}/sigal/themes/photoswipe/static/styles.css
 ${PYSITELIB}/sigal/themes/photoswipe/templates/album.html
+${PYSITELIB}/sigal/themes/photoswipe/templates/album_items.html
 ${PYSITELIB}/sigal/themes/photoswipe/templates/album_list.html
 ${PYSITELIB}/sigal/themes/photoswipe/templates/base.html
 ${PYSITELIB}/sigal/utils.py

Index: pkgsrc/www/py-sigal/distinfo
diff -u pkgsrc/www/py-sigal/distinfo:1.4 pkgsrc/www/py-sigal/distinfo:1.5
--- pkgsrc/www/py-sigal/distinfo:1.4    Wed Feb 26 09:39:03 2025
+++ pkgsrc/www/py-sigal/distinfo        Sun Feb  8 22:19:50 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/02/26 09:39:03 adam Exp $
+$NetBSD: distinfo,v 1.5 2026/02/08 22:19:50 wiz Exp $
 
-BLAKE2s (sigal-2.5.tar.gz) = d3b0e2d45466a7b6a23f00c1103d1fe163dad93d8c683a0fc615c1ea9dc0035a
-SHA512 (sigal-2.5.tar.gz) = 9593d9563dc49a2911149aa9bc046ac42563bf78aab221502718d4cf330c38f19e65f51e582115e61d24f3e9d17cf90e5b68b197c956ca702f6490734e5bbd2c
-Size (sigal-2.5.tar.gz) = 4978240 bytes
+BLAKE2s (sigal-2.6.1.tar.gz) = 620a6016643b240b4acba20bb2ce31f8815090774b0cb8fbd37f8038ca1787d3
+SHA512 (sigal-2.6.1.tar.gz) = c21aea3e215481aef7465541a258170fda331b0504d6566e7c733d8a8d2d2943cd62033d7eb8f0d2cec3d30a3108a168edb3cab5d77909be9d9b609bb4bed945
+Size (sigal-2.6.1.tar.gz) = 5409796 bytes



Home | Main Index | Thread Index | Old Index