From 4fce380b4bbebed1016e49300ed3f4086e01be0d09b36bc9d3af18fcbb3d1af5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 14 May 2021 06:52:55 +0000 Subject: [PATCH 1/2] Accepting request 892931 from home:mnhauke - Update to version 1.2.2 * Add support for Python 3.10 * Modify type annotations * Add subprocrunner.typing OBS-URL: https://build.opensuse.org/request/show/892931 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=11 --- python-subprocrunner.changes | 8 ++++++++ python-subprocrunner.spec | 4 ++-- subprocrunner-1.2.1.tar.gz | 3 --- subprocrunner-1.2.2.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 subprocrunner-1.2.1.tar.gz create mode 100644 subprocrunner-1.2.2.tar.gz diff --git a/python-subprocrunner.changes b/python-subprocrunner.changes index 2e2d105..7a83b4b 100644 --- a/python-subprocrunner.changes +++ b/python-subprocrunner.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu May 13 16:40:31 UTC 2021 - Martin Hauke + +- Update to version 1.2.2 + * Add support for Python 3.10 + * Modify type annotations + * Add subprocrunner.typing + ------------------------------------------------------------------- Sat Apr 4 11:15:24 UTC 2020 - Martin Hauke diff --git a/python-subprocrunner.spec b/python-subprocrunner.spec index f5f3973..7eaa7f1 100644 --- a/python-subprocrunner.spec +++ b/python-subprocrunner.spec @@ -1,7 +1,7 @@ # # spec file for package python-subprocrunner # -# 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-%{**}} %define skip_python2 1 Name: python-subprocrunner -Version: 1.2.1 +Version: 1.2.2 Release: 0 Summary: A Python wrapper library for subprocess module License: MIT diff --git a/subprocrunner-1.2.1.tar.gz b/subprocrunner-1.2.1.tar.gz deleted file mode 100644 index ac7fb53..0000000 --- a/subprocrunner-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:446b0763ee6896f8e20e8a4484387c26e3ebd8ba586b84580c7e1fe75e469724 -size 12321 diff --git a/subprocrunner-1.2.2.tar.gz b/subprocrunner-1.2.2.tar.gz new file mode 100644 index 0000000..b6c64df --- /dev/null +++ b/subprocrunner-1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972eec5bc4d065d9e0edf207fc4fb019d9c25e4325e94913d506078d04ab8c74 +size 12162 From 827a2e5129a4522e22f56005652f0a0e2f6ce4163a85e850f67b482d20decf8b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 16 May 2021 18:30:32 +0000 Subject: [PATCH 2/2] - Don't require pytest-runner, when we don't need it. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=12 --- python-subprocrunner.changes | 5 +++++ python-subprocrunner.spec | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/python-subprocrunner.changes b/python-subprocrunner.changes index 7a83b4b..49ba0c6 100644 --- a/python-subprocrunner.changes +++ b/python-subprocrunner.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 16 18:30:07 UTC 2021 - Matej Cepl + +- Don't require pytest-runner, when we don't need it. + ------------------------------------------------------------------- Thu May 13 16:40:31 UTC 2021 - Martin Hauke diff --git a/python-subprocrunner.spec b/python-subprocrunner.spec index 7eaa7f1..ebf46e0 100644 --- a/python-subprocrunner.spec +++ b/python-subprocrunner.spec @@ -29,18 +29,18 @@ Source: https://files.pythonhosted.org/packages/source/s/subprocrunner/s BuildRequires: %{python_module setuptools >= 38.3.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -# SECTION test requirements -BuildRequires: %{python_module loguru >= 0.4.1} -BuildRequires: %{python_module mbstrdecoder >= 1.0.0} -BuildRequires: %{python_module pytest-runner} -BuildRequires: %{python_module six} -BuildRequires: %{python_module typepy} -# /SECTION Requires: python-loguru >= 0.4.1 Requires: python-mbstrdecoder >= 1.0.0 Requires: python-six Requires: python-typepy BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module loguru >= 0.4.1} +BuildRequires: %{python_module mbstrdecoder >= 1.0.0} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module six} +BuildRequires: %{python_module typepy} +# /SECTION %python_subpackages %description