pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-execnet py-execnet: updated to 1.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df756bb0d812
branches:  trunk
changeset: 446461:df756bb0d812
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 09 09:03:38 2021 +0000

description:
py-execnet: updated to 1.8.0

1.8.0

* Dropped support for Python 3.4.

* Fixed internal leak that should make
  ``execnet`` execute remote code in the main thread more often; previously it would sometimes
  spawn a thread to execute a ``remote_exec`` call, even when the caller
  didn't issue multiple ``remote_exec`` calls at the same time. Some frameworks require code
  to execute in the main thread, so the previous behavior would break them on occasion.

* Current working directory is now
  restored when calling ``script/socketserver.py``. The script now also loops by default
  when called from the command-line.

diffstat:

 devel/py-execnet/Makefile |   8 ++++----
 devel/py-execnet/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r a6b5bed8c441 -r df756bb0d812 devel/py-execnet/Makefile
--- a/devel/py-execnet/Makefile Tue Feb 09 08:58:45 2021 +0000
+++ b/devel/py-execnet/Makefile Tue Feb 09 09:03:38 2021 +0000
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.7 2019/08/30 10:52:50 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/02/09 09:03:38 adam Exp $
 
-DISTNAME=      execnet-1.7.1
+DISTNAME=      execnet-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/execnet/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/execnet
+HOMEPAGE=      https://execnet.readthedocs.io/
 COMMENT=       Rapid multi-Python deployment
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-apipkg>=1.4:../../devel/py-apipkg
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
 USE_LANGUAGES= # none
 
diff -r a6b5bed8c441 -r df756bb0d812 devel/py-execnet/distinfo
--- a/devel/py-execnet/distinfo Tue Feb 09 08:58:45 2021 +0000
+++ b/devel/py-execnet/distinfo Tue Feb 09 09:03:38 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/08/30 10:52:50 adam Exp $
+$NetBSD: distinfo,v 1.6 2021/02/09 09:03:38 adam Exp $
 
-SHA1 (execnet-1.7.1.tar.gz) = 114f06cec49e9449526d95d84c5b8c70e36a6849
-RMD160 (execnet-1.7.1.tar.gz) = b4e599cdaaaab0208202dc518230087a864e233b
-SHA512 (execnet-1.7.1.tar.gz) = 375748c03f8d955bd8fca90d5c6308073c31a978fd7a604257512e0a710f899dec5db8a91d5bb5f16de9b0656e1742da9ab513827a1a065a5125bafcf1e63a70
-Size (execnet-1.7.1.tar.gz) = 174157 bytes
+SHA1 (execnet-1.8.0.tar.gz) = b9e0dacb1d9074b6f46aa8ed6e04985c026e02b6
+RMD160 (execnet-1.8.0.tar.gz) = 2fee2009d7a30282c2286a9c50b85f728f7a57bc
+SHA512 (execnet-1.8.0.tar.gz) = a0ca76002270daa5cbfa00563a51a3412008f893f755a1eb84f53e228dd61a82bdc94fe6152e30d471b4caff3059c662bb9de82100ec2c96df4d014836452698
+Size (execnet-1.8.0.tar.gz) = 173765 bytes



Home | Main Index | Thread Index | Old Index