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:           Sat May  8 06:56:36 UTC 2021

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

Log Message:
py-rfc3986: updated to 1.5.0

1.5.0 - 2021-05-07
------------------

- Fix bug where a valid IRI is mishandled by ``urlparse`` and
  ``ParseResultBytes``.

- Add :meth:`~rfc3986.builder.URIBuilder.extend_path`,
  :meth:`~rfc3986.builder.URIBuilder.extend_query_with`,
  :meth:`~rfc3986.builder.URIBuilder.geturl` to
  :class:`~rfc3986.builder.URIBuilder`.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-rfc3986/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/www/py-rfc3986/Makefile:1.4
--- pkgsrc/www/py-rfc3986/Makefile:1.3  Sun May 17 20:18:36 2020
+++ pkgsrc/www/py-rfc3986/Makefile      Sat May  8 06:56:35 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/05/17 20:18:36 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/05/08 06:56:35 adam Exp $
 
-DISTNAME=      rfc3986-1.4.0
+DISTNAME=      rfc3986-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rfc3986/}
@@ -17,7 +17,7 @@ PYTHON_VERSIONED_DEPENDENCIES=        test:test
 USE_LANGUAGES= # none
 
 do-test:
-       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"

Index: pkgsrc/www/py-rfc3986/distinfo
diff -u pkgsrc/www/py-rfc3986/distinfo:1.2 pkgsrc/www/py-rfc3986/distinfo:1.3
--- pkgsrc/www/py-rfc3986/distinfo:1.2  Sat Apr 11 07:11:35 2020
+++ pkgsrc/www/py-rfc3986/distinfo      Sat May  8 06:56:35 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/04/11 07:11:35 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/05/08 06:56:35 adam Exp $
 
-SHA1 (rfc3986-1.4.0.tar.gz) = 73c7ca3eb801da630abfb458de69fc38087c874e
-RMD160 (rfc3986-1.4.0.tar.gz) = 439c303cbd0edd800b00e235627058c9cb11bd5b
-SHA512 (rfc3986-1.4.0.tar.gz) = dbcddc09331b794eafed8c2d7b81b7b632ba5cae2741e33ad12e781bc923427a05febd2f2715d037f35769b18c8d790546dfd4bbebe6e71d35777745e446888b
-Size (rfc3986-1.4.0.tar.gz) = 44912 bytes
+SHA1 (rfc3986-1.5.0.tar.gz) = 2dad14d12f57c1b8bb43c1f4df23c73134b1e9bb
+RMD160 (rfc3986-1.5.0.tar.gz) = cb36589acab1b4169fe51891c0465714cb5145f8
+SHA512 (rfc3986-1.5.0.tar.gz) = b291b88b6890f8c9fcfc353e05d1b8c0435be62f22768568ecf714af083b3c51d7a9b301fc9196d37ad4e6eeb8c6a237ba40914098e755b4ccdf36b7df7906c2
+Size (rfc3986-1.5.0.tar.gz) = 49378 bytes



Home | Main Index | Thread Index | Old Index