Tue Oct 25 13:14:16 2022 UTC ()
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


(adam)
diff -r1.5 -r1.6 pkgsrc/www/py-rfc3986/Makefile
diff -r1.5 -r1.6 pkgsrc/www/py-rfc3986/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/www/py-rfc3986/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-rfc3986/Makefile 2022/01/04 20:55:34 1.5
+++ pkgsrc/www/py-rfc3986/Makefile 2022/10/25 13:14:16 1.6
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2022/10/25 13:14:16 adam Exp $
2 2
3DISTNAME= rfc3986-1.5.0 3DISTNAME= rfc3986-2.0.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= www python 5CATEGORIES= www python
7MASTER_SITES= ${MASTER_SITE_PYPI:=r/rfc3986/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/rfc3986/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://rfc3986.readthedocs.io/ 9HOMEPAGE= https://rfc3986.readthedocs.io/
11COMMENT= Validating URI References per RFC 3986 10COMMENT= Validating URI References per RFC 3986
12LICENSE= apache-2.0 11LICENSE= apache-2.0
13 12
14DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna 13DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
15 14TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
16PYTHON_VERSIONED_DEPENDENCIES= test:test 
17 15
18USE_LANGUAGES= # none 16USE_LANGUAGES= # none
19 17
 18PYTHON_VERSIONS_INCOMPATIBLE= 27
 19
20do-test: 20do-test:
21 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests 21 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
22 22
23.include "../../lang/python/egg.mk" 23.include "../../lang/python/egg.mk"
24.include "../../lang/python/versioned_dependencies.mk" 
25.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/www/py-rfc3986/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-rfc3986/distinfo 2021/10/26 11:30:47 1.5
+++ pkgsrc/www/py-rfc3986/distinfo 2022/10/25 13:14:16 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2021/10/26 11:30:47 nia Exp $ 1$NetBSD: distinfo,v 1.6 2022/10/25 13:14:16 adam Exp $
2 2
3BLAKE2s (rfc3986-1.5.0.tar.gz) = 5fe71ee013b7d978c12a583c7701cc44b5690725b3579f6a7a10b6bcb09f93ee 3BLAKE2s (rfc3986-2.0.0.tar.gz) = 7cc1a27e9ae08e9ece69f1db5a7869b49aed14e50aab961b2846e63456afbfd0
4SHA512 (rfc3986-1.5.0.tar.gz) = b291b88b6890f8c9fcfc353e05d1b8c0435be62f22768568ecf714af083b3c51d7a9b301fc9196d37ad4e6eeb8c6a237ba40914098e755b4ccdf36b7df7906c2 4SHA512 (rfc3986-2.0.0.tar.gz) = 5c8370cb1e21811eaab91269b9a30972b8fbcbe1fa1d806fd3ceabe0e1937de856d757146137fee470fbdbcc7e948b236f72a42306da41a6d03807e7333983df
5Size (rfc3986-1.5.0.tar.gz) = 49378 bytes 5Size (rfc3986-2.0.0.tar.gz) = 49026 bytes