pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-feedparser



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep 11 06:10:54 UTC 2025

Modified Files:
        pkgsrc/textproc/py-feedparser: Makefile PLIST distinfo

Log Message:
py-feedparser: updated to 6.0.12

6.0.12 - 10 September 2025
* Fix an ``AssertionError`` crash that occurs with Python 3.10 and higher.
* Fix a ``DeprecationWarning`` thrown during calls to ``re.sub``.
* Add a Read the Docs configuration.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/textproc/py-feedparser/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-feedparser/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/py-feedparser/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-feedparser/Makefile
diff -u pkgsrc/textproc/py-feedparser/Makefile:1.37 pkgsrc/textproc/py-feedparser/Makefile:1.38
--- pkgsrc/textproc/py-feedparser/Makefile:1.37 Mon Dec 11 03:08:13 2023
+++ pkgsrc/textproc/py-feedparser/Makefile      Thu Sep 11 06:10:54 2025
@@ -1,29 +1,28 @@
-# $NetBSD: Makefile,v 1.37 2023/12/11 03:08:13 schmonz Exp $
+# $NetBSD: Makefile,v 1.38 2025/09/11 06:10:54 adam Exp $
 
-DISTNAME=              feedparser-6.0.11
-PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=            textproc python
-MASTER_SITES=          ${MASTER_SITE_PYPI:=f/feedparser/}
+DISTNAME=      feedparser-6.0.12
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=f/feedparser/}
+
+MAINTAINER=    schmonz%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.python.org/pypi/feedparser
+COMMENT=       Parse RSS and Atom feeds in Python
+LICENSE=       2-clause-bsd
 
-MAINTAINER=            schmonz%NetBSD.org@localhost
-HOMEPAGE=              https://pypi.python.org/pypi/feedparser
-COMMENT=               Parse RSS and Atom feeds in Python
-LICENSE=               2-clause-bsd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-sgmllib3k-[0-9]*:../../textproc/py-sgmllib3k
 
-USE_LANGUAGES=         # none
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-DEPENDS+=              ${PYPKGPREFIX}-sgmllib3k-[0-9]*:../../textproc/py-sgmllib3k
+USE_LANGUAGES= # none
 
 post-extract:
        cd ${WRKSRC}/tests/illformed && \
-       rm -f chardet/big5.xml undeclared_namespace.xml
+       ${RM} -f chardet/big5.xml undeclared_namespace.xml
 
-TEST_ENV+=             PYTHONPATH=${WRKSRC}/build/lib
+TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
 
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} tests/runtests.py
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-feedparser/PLIST
diff -u pkgsrc/textproc/py-feedparser/PLIST:1.6 pkgsrc/textproc/py-feedparser/PLIST:1.7
--- pkgsrc/textproc/py-feedparser/PLIST:1.6     Tue Oct 13 12:33:09 2020
+++ pkgsrc/textproc/py-feedparser/PLIST Thu Sep 11 06:10:54 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.6 2020/10/13 12:33:09 schmonz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.7 2025/09/11 06:10:54 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/feedparser/__init__.py
 ${PYSITELIB}/feedparser/__init__.pyc
 ${PYSITELIB}/feedparser/__init__.pyo

Index: pkgsrc/textproc/py-feedparser/distinfo
diff -u pkgsrc/textproc/py-feedparser/distinfo:1.26 pkgsrc/textproc/py-feedparser/distinfo:1.27
--- pkgsrc/textproc/py-feedparser/distinfo:1.26 Mon Dec 11 03:08:13 2023
+++ pkgsrc/textproc/py-feedparser/distinfo      Thu Sep 11 06:10:54 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2023/12/11 03:08:13 schmonz Exp $
+$NetBSD: distinfo,v 1.27 2025/09/11 06:10:54 adam Exp $
 
-BLAKE2s (feedparser-6.0.11.tar.gz) = 78ddfb51b34ba6e70609c216dd67ff9a23c7761cde0d344a0be009f35b0e96bb
-SHA512 (feedparser-6.0.11.tar.gz) = bb164cf81bfbb552d80617a8af0ac10f2e8184fbed6bdbb6707b915d8140544f08eb9e318d756efd33fd683f362dc81429b64b8ad8bf22cbae989da92d66db02
-Size (feedparser-6.0.11.tar.gz) = 286197 bytes
+BLAKE2s (feedparser-6.0.12.tar.gz) = b585ec4d24bdcc7a754d7f1a2b3154a96883b065f61e9d5766c07a397dc1ff32
+SHA512 (feedparser-6.0.12.tar.gz) = 15dadfe1122193c75ebe0e80479b4bf143d0e4fdedcaebc81dd421beb198903e6ce9e867e19a66e019be731d585e213ff66128bbbef72408a3c8163d484af0b6
+Size (feedparser-6.0.12.tar.gz) = 286579 bytes



Home | Main Index | Thread Index | Old Index