Commit Graph

20 Commits

Author SHA256 Message Date
Dominique Leuenberger
759e928698 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
2021-02-04 19:23:27 +00:00
0b60af834c 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
2021-02-02 22:39:35 +00:00
Dominique Leuenberger
5a21b7b015 Accepting request 727104 from devel:languages:python:pytest
- Update to 1.7.1:
  * #108: Revert linecache optimization introduced in 1.7.0 which broke remote execution.

OBS-URL: https://build.opensuse.org/request/show/727104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-execnet?expand=0&rev=11
2019-09-04 06:57:05 +00:00
Tomáš Chvátal
1e9a7ab890 - Update to 1.7.1:
* #108: Revert linecache optimization introduced in 1.7.0 which broke remote execution.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-execnet?expand=0&rev=13
2019-08-30 01:13:03 +00:00
Dominique Leuenberger
cd5858f573 Accepting request 722842 from devel:languages:python:pytest
- Update to 1.7:
  * Fix flaky hangs

OBS-URL: https://build.opensuse.org/request/show/722842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-execnet?expand=0&rev=10
2019-08-16 13:27:43 +00:00
Tomáš Chvátal
29487b2976 - Update to 1.7:
* Fix flaky hangs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-execnet?expand=0&rev=11
2019-08-12 15:45:14 +00:00
Dominique Leuenberger
c0877752fb Accepting request 718149 from devel:languages:python:pytest
- Update to 1.6.1:
  * Internal change to avoid using deprecated funcargs name in pytest 5+.
- Obsoletes pytest4.patch

- Add patch to play with new pytest rather than restricting:
  * pytest4.patch

- use pytest4 to run testsuite, pytest-5 for testsuite isn't supported

OBS-URL: https://build.opensuse.org/request/show/718149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-execnet?expand=0&rev=9
2019-07-30 11:05:58 +00:00
Tomáš Chvátal
a9a80c6ddb - Update to 1.6.1:
* Internal change to avoid using deprecated funcargs name in pytest 5+.
- Obsoletes pytest4.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-execnet?expand=0&rev=9
2019-07-24 08:59:40 +00:00
Tomáš Chvátal
a2537eb2a5 - Add patch to play with new pytest rather than restricting:
* pytest4.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-execnet?expand=0&rev=8
2019-07-19 09:16:27 +00:00
321dbc71f7 - use pytest4 to run testsuite, pytest-5 for testsuite isn't supported
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-execnet?expand=0&rev=7
2019-07-18 09:28:22 +00:00
447d3fdc6b - use pytest4 to run testsuite
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-execnet?expand=0&rev=6
2019-07-18 08:47:40 +00:00
Dominique Leuenberger
4729e07f8c Accepting request 690274 from devel:languages:python:pytest
- Update to 1.6.0:
  * ``execnet`` no longer supports Python 2.6 and 3.3 (#85). Users of those Python versions
    using a recent enough ``pip`` should not be affected, as ``pip`` will only install
    ``1.5.0`` for them.
  * Update test suite to support ``pytest>4``.
- Remove pytest4.patch merged upstream
- Remove fix_apipkg.patch merged upstream

OBS-URL: https://build.opensuse.org/request/show/690274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-execnet?expand=0&rev=8
2019-04-04 10:00:20 +00:00
Tomáš Chvátal
94469932ad - Update to 1.6.0:
* ``execnet`` no longer supports Python 2.6 and 3.3 (#85). Users of those Python versions
    using a recent enough ``pip`` should not be affected, as ``pip`` will only install
    ``1.5.0`` for them.
  * Update test suite to support ``pytest>4``.
- Remove pytest4.patch merged upstream
- Remove fix_apipkg.patch merged upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-execnet?expand=0&rev=4
2019-04-01 08:34:17 +00:00
Stephan Kulow
763de9ad4a Accepting request 674135 from devel:languages:python:pytest
- Add patch to fix build with pytest 4 and newer:
  * pytest4.patch

OBS-URL: https://build.opensuse.org/request/show/674135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-execnet?expand=0&rev=7
2019-02-24 16:04:21 +00:00
Dominique Leuenberger
6120e1a208 Accepting request 628060 from devel:languages:python
- add fix_apipkg.patch -- fixes tests with apipkg > 1.4.0 (forwarded request 628059 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/628060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-execnet?expand=0&rev=6
2018-08-08 12:45:56 +00:00
Dominique Leuenberger
50cd985542 Accepting request 622954 from devel:languages:python
-  drop -doc subpackage - causes circular dependency with python-requests ->
   python-hypothesis -> python-Babel (forwarded request 622953 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/622954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-execnet?expand=0&rev=5
2018-07-17 07:38:07 +00:00
Dominique Leuenberger
5d48ddf562 Accepting request 541211 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/541211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-execnet?expand=0&rev=4
2017-11-15 15:57:23 +00:00
Dominique Leuenberger
a859742eb9 Accepting request 489976 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/489976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-execnet?expand=0&rev=3
2017-05-06 16:27:09 +00:00
Dominique Leuenberger
4365cf11e8 Accepting request 367845 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/367845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-execnet?expand=0&rev=2
2016-03-18 20:40:02 +00:00
Dominique Leuenberger
6e2f6371c0 Accepting request 356494 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/356494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-execnet?expand=0&rev=1
2016-02-01 18:55:53 +00:00