From 3d012c9f0ba285a380b7a6dd47d91802c810b5f496906c5dc3468750f64dc5b4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 24 Jan 2021 18:14:12 +0000 Subject: [PATCH] - update to 0.7.0: * Add pass_fds parameters (#49) * Switch to Github actions for CI OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptyprocess?expand=0&rev=15 --- ptyprocess-0.6.0.tar.gz | 3 --- ptyprocess-0.7.0.tar.gz | 3 +++ python-ptyprocess.changes | 7 +++++++ python-ptyprocess.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 ptyprocess-0.6.0.tar.gz create mode 100644 ptyprocess-0.7.0.tar.gz diff --git a/ptyprocess-0.6.0.tar.gz b/ptyprocess-0.6.0.tar.gz deleted file mode 100644 index 505f8c1..0000000 --- a/ptyprocess-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:923f299cc5ad920c68f2bc0bc98b75b9f838b93b599941a6b63ddbc2476394c0 -size 70115 diff --git a/ptyprocess-0.7.0.tar.gz b/ptyprocess-0.7.0.tar.gz new file mode 100644 index 0000000..f67f38a --- /dev/null +++ b/ptyprocess-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220 +size 70762 diff --git a/python-ptyprocess.changes b/python-ptyprocess.changes index fb60c46..3f9d52a 100644 --- a/python-ptyprocess.changes +++ b/python-ptyprocess.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jan 24 18:13:49 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-ptyprocess.spec b/python-ptyprocess.spec index f78b784..a804e4c 100644 --- a/python-ptyprocess.spec +++ b/python-ptyprocess.spec @@ -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