From 0b60af834c5456cd85d803667060a72f35e0c8851ef23d45585f5437be64d42c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 2 Feb 2021 22:39:35 +0000 Subject: [PATCH] Accepting request 868766 from home:dirkmueller:branches:devel:languages:python:pytest - update to 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 * Current working directory is now restored when calling ``script/socketserver.py``. OBS-URL: https://build.opensuse.org/request/show/868766 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-execnet?expand=0&rev=15 --- execnet-1.7.1.tar.gz | 3 --- execnet-1.8.0.tar.gz | 3 +++ python-execnet.changes | 8 ++++++++ python-execnet.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 execnet-1.7.1.tar.gz create mode 100644 execnet-1.8.0.tar.gz diff --git a/execnet-1.7.1.tar.gz b/execnet-1.7.1.tar.gz deleted file mode 100644 index aca2b8a..0000000 --- a/execnet-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cacb9df31c9680ec5f95553976c4da484d407e85e41c83cb812aa014f0eddc50 -size 174157 diff --git a/execnet-1.8.0.tar.gz b/execnet-1.8.0.tar.gz new file mode 100644 index 0000000..11fbdf0 --- /dev/null +++ b/execnet-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73c5565e517f24b62dea8a5ceac178c661c4309d3aa0c3e420856c072c411b4 +size 173765 diff --git a/python-execnet.changes b/python-execnet.changes index c7f8d7f..198fbbb 100644 --- a/python-execnet.changes +++ b/python-execnet.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 2 09:57:10 UTC 2021 - Dirk Müller + +- update to 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 + * Current working directory is now restored when calling ``script/socketserver.py``. + ------------------------------------------------------------------- Fri Aug 30 01:11:54 UTC 2019 - Tomáš Chvátal diff --git a/python-execnet.spec b/python-execnet.spec index 153bb8f..db1fc21 100644 --- a/python-execnet.spec +++ b/python-execnet.spec @@ -1,7 +1,7 @@ # # spec file for package python-execnet # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-execnet -Version: 1.7.1 +Version: 1.8.0 Release: 0 Summary: Rapid multi-Python deployment License: MIT