pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-lazy-object-proxy
Module Name: pkgsrc
Committed By: adam
Date: Mon May 10 14:50:44 UTC 2021
Modified Files:
pkgsrc/devel/py-lazy-object-proxy: Makefile PLIST distinfo
Log Message:
py-lazy-object-proxy: updated to 1.6.0
1.6.0 (2021-03-22)
------------------
* Added support for async special methods (``__aiter__``, ``__anext__``,
``__await__``, ``__aenter__``, ``__aexit__``).
These are used in the ``async for``, ``await` and ``async with`` statements.
Note that ``__await__`` returns a wrapper that tries to emulate the crazy
stuff going on in the ceval loop, so there will be a small performance overhead.
* Added the ``__resolved__`` property. You can use it to check if the factory has
been called.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-lazy-object-proxy/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-lazy-object-proxy/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-lazy-object-proxy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-lazy-object-proxy/Makefile
diff -u pkgsrc/devel/py-lazy-object-proxy/Makefile:1.8 pkgsrc/devel/py-lazy-object-proxy/Makefile:1.9
--- pkgsrc/devel/py-lazy-object-proxy/Makefile:1.8 Mon Dec 7 08:59:40 2020
+++ pkgsrc/devel/py-lazy-object-proxy/Makefile Mon May 10 14:50:44 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/12/07 08:59:40 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/05/10 14:50:44 adam Exp $
-DISTNAME= lazy-object-proxy-1.5.2
+DISTNAME= lazy-object-proxy-1.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lazy-object-proxy/}
@@ -11,10 +11,9 @@ COMMENT= Fast and thorough lazy object p
LICENSE= modified-bsd
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.3.1:../../devel/py-setuptools_scm
-BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
-PYTHON_VERSIONED_DEPENDENCIES+= setuptools:build
+PYSETUPTESTTARGET= pytest
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-lazy-object-proxy/PLIST
diff -u pkgsrc/devel/py-lazy-object-proxy/PLIST:1.2 pkgsrc/devel/py-lazy-object-proxy/PLIST:1.3
--- pkgsrc/devel/py-lazy-object-proxy/PLIST:1.2 Tue Oct 15 07:58:31 2019
+++ pkgsrc/devel/py-lazy-object-proxy/PLIST Mon May 10 14:50:44 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/10/15 07:58:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/05/10 14:50:44 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -23,3 +23,6 @@ ${PYSITELIB}/lazy_object_proxy/slots.pyo
${PYSITELIB}/lazy_object_proxy/utils.py
${PYSITELIB}/lazy_object_proxy/utils.pyc
${PYSITELIB}/lazy_object_proxy/utils.pyo
+${PYSITELIB}/lazy_object_proxy/utils_py3.py
+${PLIST.py3x}${PYSITELIB}/lazy_object_proxy/utils_py3.pyc
+${PLIST.py3x}${PYSITELIB}/lazy_object_proxy/utils_py3.pyo
Index: pkgsrc/devel/py-lazy-object-proxy/distinfo
diff -u pkgsrc/devel/py-lazy-object-proxy/distinfo:1.7 pkgsrc/devel/py-lazy-object-proxy/distinfo:1.8
--- pkgsrc/devel/py-lazy-object-proxy/distinfo:1.7 Mon Dec 7 08:59:40 2020
+++ pkgsrc/devel/py-lazy-object-proxy/distinfo Mon May 10 14:50:44 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/12/07 08:59:40 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/05/10 14:50:44 adam Exp $
-SHA1 (lazy-object-proxy-1.5.2.tar.gz) = d663bbe6b798f643b43a866d8c54d3bc35c12f6c
-RMD160 (lazy-object-proxy-1.5.2.tar.gz) = a0f5a0d45548510b6fc1e9f6c707e10b01e28eef
-SHA512 (lazy-object-proxy-1.5.2.tar.gz) = a59102db5862e7c46312f15c9328674aea0e3efd37f3f9b29a058c065954aa7eadc4f772d2973ec616d1c06a5d02adda6ef1a8857085e5afdb93a0069ba401e2
-Size (lazy-object-proxy-1.5.2.tar.gz) = 36608 bytes
+SHA1 (lazy-object-proxy-1.6.0.tar.gz) = de0cdbdad3a2417b846c6cc1eb496751f9b7be92
+RMD160 (lazy-object-proxy-1.6.0.tar.gz) = d1d6fb335fe976def24df0cf79baa86ee170fab5
+SHA512 (lazy-object-proxy-1.6.0.tar.gz) = 81a9731aa22afdd8c7859abf12ed6041f2fab533566dc537159bbb88c2afc4a0996953db20524ee58dbccf6da8e24f7bb38a3fa71994924100dd2b635234ac38
+Size (lazy-object-proxy-1.6.0.tar.gz) = 44494 bytes
Home |
Main Index |
Thread Index |
Old Index