11
0

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
This commit is contained in:
2021-02-02 22:39:35 +00:00
committed by Git OBS Bridge
parent 80529bc897
commit 14119d521b
4 changed files with 13 additions and 5 deletions

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>