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
This commit is contained in:
Dominique Leuenberger 2016-03-18 20:40:02 +00:00 committed by Git OBS Bridge
parent 6e2f6371c0
commit 4365cf11e8
4 changed files with 34 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Feb 24 10:48:05 UTC 2016 - osynge@suse.com
- Added depenedency on python-apipkg
-------------------------------------------------------------------
Mon Feb 22 17:27:02 UTC 2016 - osynge@suse.com
- Update to version 1.4.1:
* fix issue33 -- index.txt to correctly mention MIT instead of GPL.
* fix issue35 -- adapt some doctests, fix some channel tests for py3.
* use subprocess32 when available for python < 3.
* try to be a bit more careful when interpreter is shutting down
to avoid random exceptions, thanks Alfredo Deza.
* ignore errors on orphan file removal when rsyncing
* fix issue34 -- limit use of import based bootstrap
* de-vendor apipkg and use the pypi dependency instead
(this also fixes the bpython interaction issues)
* Fix issue38: provide ability to connect to Vagrant VMs easily
using :code:`vagrant_ssh=defaut` or :code:`vagrant_ssh=machinename`
this feature is experimental and will be refined in future releases.
Thanks Christian Theune for the discussion and the initial pull request.
* add support for serializing the "complex" type. Thanks Sebastian
Koslowski.
* fix a regression of the Serializer created by the implied opcode ordering
which resulted in a incompatible opcode mapping
-------------------------------------------------------------------
Fri Dec 12 20:06:01 UTC 2014 - tbechtold@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-execnet
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: python-execnet
Version: 1.2.0
Version: 1.4.1
Release: 0
Summary: Rapid multi-Python deployment
License: MIT
@ -30,6 +30,8 @@ BuildRequires: python-Sphinx
BuildRequires: python-devel
BuildRequires: python-pytest
BuildRequires: python-setuptools
BuildRequires: python-setuptools_scm
Requires: python-apipkg
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else