pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-parsel



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov  1 18:27:13 UTC 2023

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

Log Message:
py-parsel: updated to 1.8.1

1.8.1 (2023-04-18)
~~~~~~~~~~~~~~~~~~

* Remove a Sphinx reference from NEWS to fix the PyPI description
* Add a ``twine check`` CI check to detect such problems

1.8.0 (2023-04-18)
~~~~~~~~~~~~~~~~~~

* Add support for JMESPath: you can now create a selector for a JSON document
  and call ``Selector.jmespath()``. See `the documentation`_ for more
  information and examples.
* Selectors can now be constructed from ``bytes`` (using the ``body`` and
  ``encoding`` arguments) instead of ``str`` (using the ``text`` argument), so
  that there is no internal conversion from ``str`` to ``bytes`` and the memory
  usage is lower.
* Typing improvements
* The ``pkg_resources`` module (which was absent from the requirements) is no
  longer used
* Documentation build fixes
* New requirements:

  * ``jmespath``
  * ``typing_extensions`` (on Python 3.7)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-parsel/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-parsel/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-parsel/Makefile
diff -u pkgsrc/www/py-parsel/Makefile:1.11 pkgsrc/www/py-parsel/Makefile:1.12
--- pkgsrc/www/py-parsel/Makefile:1.11  Wed Jan 11 11:47:18 2023
+++ pkgsrc/www/py-parsel/Makefile       Wed Nov  1 18:27:13 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/01/11 11:47:18 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/11/01 18:27:13 adam Exp $
 
-DISTNAME=      parsel-1.7.0
+DISTNAME=      parsel-1.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/parsel/}
@@ -12,6 +12,7 @@ LICENSE=      modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 DEPENDS+=      ${PYPKGPREFIX}-cssselect>=0.9:../../textproc/py-cssselect
+DEPENDS+=      ${PYPKGPREFIX}-jmespath-[0-9]*:../../textproc/py-jmespath
 DEPENDS+=      ${PYPKGPREFIX}-lxml>=2.3:../../textproc/py-lxml
 DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-w3lib>=1.19.0:../../www/py-w3lib

Index: pkgsrc/www/py-parsel/distinfo
diff -u pkgsrc/www/py-parsel/distinfo:1.10 pkgsrc/www/py-parsel/distinfo:1.11
--- pkgsrc/www/py-parsel/distinfo:1.10  Wed Jan 11 11:47:18 2023
+++ pkgsrc/www/py-parsel/distinfo       Wed Nov  1 18:27:13 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/01/11 11:47:18 adam Exp $
+$NetBSD: distinfo,v 1.11 2023/11/01 18:27:13 adam Exp $
 
-BLAKE2s (parsel-1.7.0.tar.gz) = e1321d5216ed02205fdecba8f5c7bac1dded76cacedc6730fe19764de58570fb
-SHA512 (parsel-1.7.0.tar.gz) = 850784cfb32fbf619dbcd53152edb569b199965e59f3ec088892a8d432aaf08c1a61f3562499c5c592d9578fb28f871d519e3d7b344e3b7a12fbaaca57909f89
-Size (parsel-1.7.0.tar.gz) = 46036 bytes
+BLAKE2s (parsel-1.8.1.tar.gz) = 433e68d01d5aa6e1f5d3f469a0dad453931c6a8194aa169b384a458912b7d7ce
+SHA512 (parsel-1.8.1.tar.gz) = 02101df4e36c704bce8fc24fac4c11beb6f72b6e7196d48c4472acb644620c3672bd6ef9166bac349ba01a4c3e75f5b166ca6f567294f1e3cf4b325a7883dd63
+Size (parsel-1.8.1.tar.gz) = 50881 bytes



Home | Main Index | Thread Index | Old Index