pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-unearth
Module Name: pkgsrc
Committed By: adam
Date: Wed Mar 20 08:57:48 UTC 2024
Modified Files:
pkgsrc/net/py-unearth: Makefile PLIST distinfo
Log Message:
py-unearth: updated to 0.15.0
0.15.0
Support exclude_newer_than evaluation
Support httpx.Client
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/py-unearth/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-unearth/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/py-unearth/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-unearth/Makefile
diff -u pkgsrc/net/py-unearth/Makefile:1.14 pkgsrc/net/py-unearth/Makefile:1.15
--- pkgsrc/net/py-unearth/Makefile:1.14 Mon Jan 15 13:19:21 2024
+++ pkgsrc/net/py-unearth/Makefile Wed Mar 20 08:57:48 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/01/15 13:19:21 adam Exp $
+# $NetBSD: Makefile,v 1.15 2024/03/20 08:57:48 adam Exp $
-DISTNAME= unearth-0.14.0
+DISTNAME= unearth-0.15.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/unearth/}
@@ -11,11 +11,12 @@ COMMENT= Utility to fetch and download p
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend-[0-9]*:../../devel/py-pdm_backend
+DEPENDS+= ${PYPKGPREFIX}-httpx>=0.27.0:../../www/py-httpx
DEPENDS+= ${PYPKGPREFIX}-packaging>=20:../../devel/py-packaging
-DEPENDS+= ${PYPKGPREFIX}-requests>=2.25:../../devel/py-requests
TEST_DEPENDS+= ${PYPKGPREFIX}-flask>=2.1.2:../../www/py-flask
TEST_DEPENDS+= ${PYPKGPREFIX}-requests-wsgi-adapter>=0.4.1:../../www/py-requests-wsgi-adapter
TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpserver>=1.0.4:../../devel/py-test-httpserver
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.12.0:../../devel/py-test-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-trustme>=0.9.0:../../security/py-trustme
USE_LANGUAGES= # none
Index: pkgsrc/net/py-unearth/PLIST
diff -u pkgsrc/net/py-unearth/PLIST:1.2 pkgsrc/net/py-unearth/PLIST:1.3
--- pkgsrc/net/py-unearth/PLIST:1.2 Sat Oct 28 19:57:13 2023
+++ pkgsrc/net/py-unearth/PLIST Wed Mar 20 08:57:48 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/28 19:57:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/03/20 08:57:48 adam Exp $
bin/unearth-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -23,6 +23,15 @@ ${PYSITELIB}/unearth/errors.pyo
${PYSITELIB}/unearth/evaluator.py
${PYSITELIB}/unearth/evaluator.pyc
${PYSITELIB}/unearth/evaluator.pyo
+${PYSITELIB}/unearth/fetchers/__init__.py
+${PYSITELIB}/unearth/fetchers/__init__.pyc
+${PYSITELIB}/unearth/fetchers/__init__.pyo
+${PYSITELIB}/unearth/fetchers/legacy.py
+${PYSITELIB}/unearth/fetchers/legacy.pyc
+${PYSITELIB}/unearth/fetchers/legacy.pyo
+${PYSITELIB}/unearth/fetchers/sync.py
+${PYSITELIB}/unearth/fetchers/sync.pyc
+${PYSITELIB}/unearth/fetchers/sync.pyo
${PYSITELIB}/unearth/finder.py
${PYSITELIB}/unearth/finder.pyc
${PYSITELIB}/unearth/finder.pyo
Index: pkgsrc/net/py-unearth/distinfo
diff -u pkgsrc/net/py-unearth/distinfo:1.12 pkgsrc/net/py-unearth/distinfo:1.13
--- pkgsrc/net/py-unearth/distinfo:1.12 Mon Jan 15 13:19:21 2024
+++ pkgsrc/net/py-unearth/distinfo Wed Mar 20 08:57:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/01/15 13:19:21 adam Exp $
+$NetBSD: distinfo,v 1.13 2024/03/20 08:57:48 adam Exp $
-BLAKE2s (unearth-0.14.0.tar.gz) = b4dff91686df45690596a285b936b03b51bded93c8d77b2db88fb3c338a90842
-SHA512 (unearth-0.14.0.tar.gz) = ab785935f94a1987146471843961a4edc155e135471d4885324d1c2327527f112e03e1146f85a013ad0fd4560f803b616b12618d810becddea94abbce09096c4
-Size (unearth-0.14.0.tar.gz) = 280614 bytes
+BLAKE2s (unearth-0.15.0.tar.gz) = c23650a20ceb56bfdf4615dde3a7060e6bc7d0caca7fd7990bd7210cf6f97aab
+SHA512 (unearth-0.15.0.tar.gz) = 9cfc9f344ec4e84b9d8c6f7ae49123752377c016082bf8c37f70b1bf94d158862f72ac76d88db0bb3665b82a7aca156f52c9d8d295c8807336c83c6cfd09e98d
+Size (unearth-0.15.0.tar.gz) = 283684 bytes
Home |
Main Index |
Thread Index |
Old Index