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: Mon Jan 15 08:37:58 UTC 2024
Modified Files:
pkgsrc/net/py-unearth: Makefile distinfo
Log Message:
py-unearth: updated to 0.13.0
0.13.0
Breaking Changes
Drop support for Python 3.7
Features
Add PyPI as the default index in PackageFinder
Add a default timeout to the session
Bug Fixes
Support fetching from Git refs
Update hg.py to use the commit hash instead of the local identity
Chores
Update pdm.lock
Update pdm.lock
Update pdm.lock
Update quickstart in the readme
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/py-unearth/Makefile
cvs rdiff -u -r1.10 -r1.11 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.12 pkgsrc/net/py-unearth/Makefile:1.13
--- pkgsrc/net/py-unearth/Makefile:1.12 Sat Oct 28 19:57:13 2023
+++ pkgsrc/net/py-unearth/Makefile Mon Jan 15 08:37:58 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2023/10/28 19:57:13 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/01/15 08:37:58 adam Exp $
-DISTNAME= unearth-0.12.1
+DISTNAME= unearth-0.13.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/unearth/}
@@ -16,7 +15,6 @@ DEPENDS+= ${PYPKGPREFIX}-packaging>=20:.
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>=6.1:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpserver>=1.0.4:../../devel/py-test-httpserver
TEST_DEPENDS+= ${PYPKGPREFIX}-trustme>=0.9.0:../../security/py-trustme
@@ -28,9 +26,5 @@ post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} unearth unearth-${PYVERSSUFFIX} || ${TRUE}
-# needs 'make install'
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-unearth/distinfo
diff -u pkgsrc/net/py-unearth/distinfo:1.10 pkgsrc/net/py-unearth/distinfo:1.11
--- pkgsrc/net/py-unearth/distinfo:1.10 Thu Oct 26 13:33:21 2023
+++ pkgsrc/net/py-unearth/distinfo Mon Jan 15 08:37:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/10/26 13:33:21 adam Exp $
+$NetBSD: distinfo,v 1.11 2024/01/15 08:37:58 adam Exp $
-BLAKE2s (unearth-0.12.1.tar.gz) = 885a035fdd781a6ac1914b8cf34d7b858c00e8c89be585b8cafbf45ac4a5b335
-SHA512 (unearth-0.12.1.tar.gz) = f726562191a3f2b9c189d16223b86307d79f0ca9e251c155e7acbc92160bed834c78064fbc5d745cd90b84ccd6eb2a24c737018fd670474921db0c7d15480576
-Size (unearth-0.12.1.tar.gz) = 280628 bytes
+BLAKE2s (unearth-0.13.0.tar.gz) = 4f34e59755feaf2c4c5bf2f93b83edf546b82086f24e95ba3a31b5bbc026b802
+SHA512 (unearth-0.13.0.tar.gz) = 48bcdd2e61ffc6580ce19d0124e43aab0411efa913801cd74365ddefa3cec50eb0742997fd6359b6191a00314964b052ebf8d3ea5a173d37bc2cfedc1d030408
+Size (unearth-0.13.0.tar.gz) = 280537 bytes
Home |
Main Index |
Thread Index |
Old Index