Accepting request 875273 from home:jayvdb:branches:devel:languages:python

- Update to v4.80
  * fix possible race condition when creating instances with
    instancemode "single"

OBS-URL: https://build.opensuse.org/request/show/875273
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro4?expand=0&rev=21
This commit is contained in:
2021-02-26 08:26:27 +00:00
committed by Git OBS Bridge
parent ba05ff86cf
commit f28fa4b602
4 changed files with 14 additions and 6 deletions

View File

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

3
Pyro4-4.80.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Feb 26 05:42:18 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Update to v4.80
* fix possible race condition when creating instances with
instancemode "single"
-------------------------------------------------------------------
Fri Mar 20 10:53:14 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Pyro4
#
# Copyright (c) 2020 SUSE LLC
# 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
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-Pyro4
Version: 4.79
Version: 4.80
Release: 0
Summary: Distributed object middleware for Python (RPC)
License: MIT
@@ -98,7 +98,8 @@ skip+=" or testLookupUnixsockParsing"
skip+=" or testLookupInvalidHmac"
skip+=" or testLookupAndRegister"
skip+=" or testDaemonPyroObj"
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}:./tests/PyroTests py.test-%{$python_bin_suffix} -v -k "not ($skip)"
export PYTHONPATH=${PWD}/tests/PyroTests
%pytest -rs -v -k "not ($skip)"
%post
%{python_install_alternative pyro4-check-config pyro4-flameserver pyro4-httpgateway pyro4-ns pyro4-nsc pyro4-test-echoserver}