Accepting request 868773 from devel:languages:python:pytest

OBS-URL: https://build.opensuse.org/request/show/868773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-execnet?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2021-02-04 19:23:27 +00:00 committed by Git OBS Bridge
commit 759e928698
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cacb9df31c9680ec5f95553976c4da484d407e85e41c83cb812aa014f0eddc50
size 174157

3
execnet-1.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b73c5565e517f24b62dea8a5ceac178c661c4309d3aa0c3e420856c072c411b4
size 173765

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 2 09:57:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <tchvatal@suse.com>

View File

@ -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