pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-rfc3986



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 25 13:14:16 UTC 2022

Modified Files:
        pkgsrc/www/py-rfc3986: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-rfc3986/Makefile \
    pkgsrc/www/py-rfc3986/distinfo

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

Modified files:

Index: pkgsrc/www/py-rfc3986/Makefile
diff -u pkgsrc/www/py-rfc3986/Makefile:1.5 pkgsrc/www/py-rfc3986/Makefile:1.6
--- pkgsrc/www/py-rfc3986/Makefile:1.5  Tue Jan  4 20:55:34 2022
+++ pkgsrc/www/py-rfc3986/Makefile      Tue Oct 25 13:14:16 2022
@@ -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 @@ COMMENT=    Validating URI References per R
 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"
Index: pkgsrc/www/py-rfc3986/distinfo
diff -u pkgsrc/www/py-rfc3986/distinfo:1.5 pkgsrc/www/py-rfc3986/distinfo:1.6
--- pkgsrc/www/py-rfc3986/distinfo:1.5  Tue Oct 26 11:30:47 2021
+++ pkgsrc/www/py-rfc3986/distinfo      Tue Oct 25 13:14:16 2022
@@ -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