pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-rfc3986 py-rfc3986: updated to 2.0.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/2cb3c088242a
branches: trunk
changeset: 387241:2cb3c088242a
user: adam <adam%pkgsrc.org@localhost>
date: Tue Oct 25 13:14:16 2022 +0000
description:
py-rfc3986: updated to 2.0.0
2.0.0 - 2022-01-10
------------------
- Drop support for Python 2.7, 3.3, 3.4, 3.5, 3.6
- Add support for Python 3.8, 3.9, 3.10
- Fix bug in resolving URIs that only contain schemes which are valid per the
RFC
diffstat:
www/py-rfc3986/Makefile | 11 +++++------
www/py-rfc3986/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 10 deletions(-)
diffs (45 lines):
diff -r a9d04df7a01b -r 2cb3c088242a www/py-rfc3986/Makefile
--- a/www/py-rfc3986/Makefile Tue Oct 25 11:39:08 2022 +0000
+++ b/www/py-rfc3986/Makefile Tue Oct 25 13:14:16 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:34 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/10/25 13:14:16 adam Exp $
-DISTNAME= rfc3986-1.5.0
+DISTNAME= rfc3986-2.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rfc3986/}
@@ -12,14 +11,14 @@
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
-
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
diff -r a9d04df7a01b -r 2cb3c088242a www/py-rfc3986/distinfo
--- a/www/py-rfc3986/distinfo Tue Oct 25 11:39:08 2022 +0000
+++ b/www/py-rfc3986/distinfo Tue Oct 25 13:14:16 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:30:47 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/10/25 13:14:16 adam Exp $
-BLAKE2s (rfc3986-1.5.0.tar.gz) = 5fe71ee013b7d978c12a583c7701cc44b5690725b3579f6a7a10b6bcb09f93ee
-SHA512 (rfc3986-1.5.0.tar.gz) = b291b88b6890f8c9fcfc353e05d1b8c0435be62f22768568ecf714af083b3c51d7a9b301fc9196d37ad4e6eeb8c6a237ba40914098e755b4ccdf36b7df7906c2
-Size (rfc3986-1.5.0.tar.gz) = 49378 bytes
+BLAKE2s (rfc3986-2.0.0.tar.gz) = 7cc1a27e9ae08e9ece69f1db5a7869b49aed14e50aab961b2846e63456afbfd0
+SHA512 (rfc3986-2.0.0.tar.gz) = 5c8370cb1e21811eaab91269b9a30972b8fbcbe1fa1d806fd3ceabe0e1937de856d757146137fee470fbdbcc7e948b236f72a42306da41a6d03807e7333983df
+Size (rfc3986-2.0.0.tar.gz) = 49026 bytes
Home |
Main Index |
Thread Index |
Old Index