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: Wed Dec 15 09:37:36 UTC 2021
Modified Files:
pkgsrc/devel/py-lazy-object-proxy: Makefile distinfo
Log Message:
py-lazy-object-proxy: updated to 1.7.0
1.7.0 (2021-12-15)
------------------
* Switched CI to GitHub Actions, this has a couple consequences:
* Support for Python 2.7 is dropped. You can still install it there but it's not tested anymore and
Python 2 specific handling will be removed at some point.
* Linux wheels are now provided in `musllinux` and `manylinux2014` variants.
* Fixed ``__index__`` to fallback to ``int`` if the wrapped object doesn't have an ``__index__`` method.
This prevents situations where code using a proxy would otherwise likely just call ``int`` had the object
not have an ``__index__`` method.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-lazy-object-proxy/Makefile
cvs rdiff -u -r1.10 -r1.11 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.9 pkgsrc/devel/py-lazy-object-proxy/Makefile:1.10
--- pkgsrc/devel/py-lazy-object-proxy/Makefile:1.9 Mon May 10 14:50:44 2021
+++ pkgsrc/devel/py-lazy-object-proxy/Makefile Wed Dec 15 09:37:36 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2021/05/10 14:50:44 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/12/15 09:37:36 adam Exp $
-DISTNAME= lazy-object-proxy-1.6.0
+DISTNAME= lazy-object-proxy-1.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lazy-object-proxy/}
Index: pkgsrc/devel/py-lazy-object-proxy/distinfo
diff -u pkgsrc/devel/py-lazy-object-proxy/distinfo:1.10 pkgsrc/devel/py-lazy-object-proxy/distinfo:1.11
--- pkgsrc/devel/py-lazy-object-proxy/distinfo:1.10 Tue Oct 26 10:18:38 2021
+++ pkgsrc/devel/py-lazy-object-proxy/distinfo Wed Dec 15 09:37:36 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:18:38 nia Exp $
+$NetBSD: distinfo,v 1.11 2021/12/15 09:37:36 adam Exp $
-BLAKE2s (lazy-object-proxy-1.6.0.tar.gz) = 08b121c03b04251acca2f64fdc33d27542f2bcb9f3de6d6b5f4586cde0944351
-SHA512 (lazy-object-proxy-1.6.0.tar.gz) = 81a9731aa22afdd8c7859abf12ed6041f2fab533566dc537159bbb88c2afc4a0996953db20524ee58dbccf6da8e24f7bb38a3fa71994924100dd2b635234ac38
-Size (lazy-object-proxy-1.6.0.tar.gz) = 44494 bytes
+BLAKE2s (lazy-object-proxy-1.7.0.tar.gz) = 250cbad269f7921627777aaa64cbbd00436bfb58db4be6831178bcac5917eb85
+SHA512 (lazy-object-proxy-1.7.0.tar.gz) = 462e04efccba1462a09bec66bdfa47f3cb4d8fa746f66d7dada0e9436416c6f7948363d11eac95f8d8734d3296794899f28f123cb289565af85d3bc29a635c61
+Size (lazy-object-proxy-1.7.0.tar.gz) = 42441 bytes
Home |
Main Index |
Thread Index |
Old Index