Accepting request 866398 from devel:languages:python

- update to 0.7.0:
  * Add pass_fds parameters (#49)
  * Switch to Github actions for CI

OBS-URL: https://build.opensuse.org/request/show/866398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ptyprocess?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2021-02-01 12:26:35 +00:00 committed by Git OBS Bridge
commit 5963da70db
4 changed files with 12 additions and 5 deletions

View File

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

BIN
ptyprocess-0.7.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jan 24 18:13:49 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.7.0:
* Add pass_fds parameters (#49)
* Switch to Github actions for CI
-------------------------------------------------------------------
Mon Jun 8 14:14:04 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-ptyprocess
#
# 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
@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ptyprocess
Version: 0.6.0
Version: 0.7.0
Release: 0
Summary: Run a subprocess in a pseudo terminal
License: ISC