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 Nov 17 09:44:37 UTC 2024

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

Log Message:
py-posting: update to 2.1.1.

2.1.1

Fixed

    Fix collection browser message not being visible when it's empty.

Changed

    Improved message in empty collection browser, indicating keybind for how to toggle the collection browser.
    Full Changelog: 2.1.0...2.1.1

2.1.0

With Posting 2.1, you can now import curl commands by pasting them into the URL bar.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-posting/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-posting/PLIST
cvs rdiff -u -r1.8 -r1.9 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.10 pkgsrc/www/py-posting/Makefile:1.11
--- pkgsrc/www/py-posting/Makefile:1.10 Fri Nov  1 00:13:43 2024
+++ pkgsrc/www/py-posting/Makefile      Sun Nov 17 09:44:37 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/11/01 00:13:43 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/11/17 09:44:37 wiz Exp $
 
-DISTNAME=      posting-2.0.1
+DISTNAME=      posting-2.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/posting/}
@@ -35,8 +35,8 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310
 
-# as of 2.0.1
-# 8 failed, 64 passed, 1 warning
+# as of 2.1.1
+# 7 failed, 84 passed, 1 warning
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} posting posting-${PYVERSSUFFIX}

Index: pkgsrc/www/py-posting/PLIST
diff -u pkgsrc/www/py-posting/PLIST:1.4 pkgsrc/www/py-posting/PLIST:1.5
--- pkgsrc/www/py-posting/PLIST:1.4     Tue Oct 22 18:37:56 2024
+++ pkgsrc/www/py-posting/PLIST Sun Nov 17 09:44:37 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2024/10/22 18:37:56 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/11/17 09:44:37 wiz Exp $
 bin/posting-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -36,6 +36,9 @@ ${PYSITELIB}/posting/highlight_url.pyo
 ${PYSITELIB}/posting/highlighters.py
 ${PYSITELIB}/posting/highlighters.pyc
 ${PYSITELIB}/posting/highlighters.pyo
+${PYSITELIB}/posting/importing/curl.py
+${PYSITELIB}/posting/importing/curl.pyc
+${PYSITELIB}/posting/importing/curl.pyo
 ${PYSITELIB}/posting/importing/open_api.py
 ${PYSITELIB}/posting/importing/open_api.pyc
 ${PYSITELIB}/posting/importing/open_api.pyo

Index: pkgsrc/www/py-posting/distinfo
diff -u pkgsrc/www/py-posting/distinfo:1.8 pkgsrc/www/py-posting/distinfo:1.9
--- pkgsrc/www/py-posting/distinfo:1.8  Fri Nov  1 00:13:43 2024
+++ pkgsrc/www/py-posting/distinfo      Sun Nov 17 09:44:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/11/01 00:13:43 wiz Exp $
+$NetBSD: distinfo,v 1.9 2024/11/17 09:44:37 wiz Exp $
 
-BLAKE2s (posting-2.0.1.tar.gz) = d7704b03f79b5f570da6b71cefb170a8b1fcc0e63c736591b9a759ac7e975fda
-SHA512 (posting-2.0.1.tar.gz) = aaeebd48f7e1ca61d38289a54e52f921befce570094348393515525526d8f6fcffcb54ed6780fb9fe6e0792e1d05b705bff3c0c152b63eb7c0ea3651b336489a
-Size (posting-2.0.1.tar.gz) = 3364016 bytes
+BLAKE2s (posting-2.1.1.tar.gz) = 9e96ac647221545e5e2c8e05721c535b79f02ad7ef6984a4a5ee224b65d4f7d7
+SHA512 (posting-2.1.1.tar.gz) = 84b7079d84d61c2200ad577c9955383693dd8fa1c370b52b5f0760f9ca3ee98ba7131f55f3ee0b838e8ceac6a221220fd2f57357340d8ad4164805d8e390957e
+Size (posting-2.1.1.tar.gz) = 3367976 bytes



Home | Main Index | Thread Index | Old Index