pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-posting



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 25 10:49:33 UTC 2024

Modified Files:
        pkgsrc/www/py-posting: Makefile distinfo

Log Message:
py-posting: update to 1.12.1.

Fixed

    Fix "invalid escape sequence" warnings on Python 3.12+
    Fix buttons in request deletion confirmation modal not being usable with the enter key.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-posting/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-posting/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-posting/Makefile
diff -u pkgsrc/www/py-posting/Makefile:1.5 pkgsrc/www/py-posting/Makefile:1.6
--- pkgsrc/www/py-posting/Makefile:1.5  Mon Aug 19 21:41:08 2024
+++ pkgsrc/www/py-posting/Makefile      Sun Aug 25 10:49:33 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/08/19 21:41:08 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/08/25 10:49:33 wiz Exp $
 
-DISTNAME=      posting-1.12.0
+DISTNAME=      posting-1.12.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/posting/}
@@ -36,6 +36,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 3
 
 # as of 1.12.0
 # 5 failed, 56 passed, 5 skipped, 1 warning
+# as of 1.12.1
+# 26 failed, 35 passed, 5 skipped, 1 warning
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} posting posting-${PYVERSSUFFIX}

Index: pkgsrc/www/py-posting/distinfo
diff -u pkgsrc/www/py-posting/distinfo:1.4 pkgsrc/www/py-posting/distinfo:1.5
--- pkgsrc/www/py-posting/distinfo:1.4  Mon Aug 19 21:41:08 2024
+++ pkgsrc/www/py-posting/distinfo      Sun Aug 25 10:49:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/08/19 21:41:08 wiz Exp $
+$NetBSD: distinfo,v 1.5 2024/08/25 10:49:33 wiz Exp $
 
-BLAKE2s (posting-1.12.0.tar.gz) = 5858b4d00d2e066c61023b29b4d98ffc70d094e52186cab7ebfb6092da3ff2e3
-SHA512 (posting-1.12.0.tar.gz) = 05ff565976a15c3ed647a79a7c8fdfb168f1fafbe6cfc84be9e1098ecc0e3dbff63485a5acb7684c658c2db215df31c6312f5fd53f55f77862eb91cbdbbe9f91
-Size (posting-1.12.0.tar.gz) = 2778013 bytes
+BLAKE2s (posting-1.12.1.tar.gz) = 2305daaa5c8215ec34d181d5efd9d4c57fd0184249647fc5d45a4737b2b68973
+SHA512 (posting-1.12.1.tar.gz) = 1a67a8f6edd4bd4309d82394f0855a58ff4ec819bd5ca901536c32eab02f7f06680a2029a7b687cedd2c9f51961d71a544228361c18e999d42b8e777af992b16
+Size (posting-1.12.1.tar.gz) = 2778148 bytes



Home | Main Index | Thread Index | Old Index