commit 236ca016b7203434fb79c0fbacc0d138d771ed9d491f39137a6f3bf513b42d36 Author: Tomáš Chvátal Date: Fri Feb 7 07:06:09 2020 +0000 Accepting request 770775 from home:mnhauke Initial package for python-subprocrunner OBS-URL: https://build.opensuse.org/request/show/770775 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-subprocrunner.changes b/python-subprocrunner.changes new file mode 100644 index 0000000..4321f97 --- /dev/null +++ b/python-subprocrunner.changes @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 6 21:44:55 UTC 2020 - Martin Hauke + +- Update to version 0.17.2 +- Specfile cleanup + +------------------------------------------------------------------- +Fri May 10 01:33:56 PM UTC 2019 - John Vandenberg + +- Initial spec for v0.17.0 diff --git a/python-subprocrunner.spec b/python-subprocrunner.spec new file mode 100644 index 0000000..9c4dcd3 --- /dev/null +++ b/python-subprocrunner.spec @@ -0,0 +1,64 @@ +# +# spec file for package python-subprocrunner +# +# Copyright (c) 2019 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +Name: python-subprocrunner +Version: 0.17.2 +Release: 0 +Summary: A Python wrapper library for subprocess module +License: MIT +Group: Development/Languages/Python +URL: https://github.com/thombashi/subprocrunner +Source: https://files.pythonhosted.org/packages/source/s/subprocrunner/subprocrunner-%{version}.tar.gz +BuildRequires: %{python_module setuptools >= 38.3.0} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +# SECTION test requirements +BuildRequires: %{python_module mbstrdecoder >= 0.8.0} +BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module six} +BuildRequires: %{python_module typepy} +# /SECTION +Requires: python-mbstrdecoder >= 0.8.0 +Requires: python-six +Suggests: python-Logbook >= 0.12.3 +Suggests: python-typepy +BuildArch: noarch +%python_subpackages + +%description +A Python wrapper library for subprocess module. + +%prep +%setup -q -n subprocrunner-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest + +%files %{python_files} +%license LICENSE +%doc README.rst +%{python_sitelib}/subprocrunner* + +%changelog diff --git a/subprocrunner-0.17.2.tar.gz b/subprocrunner-0.17.2.tar.gz new file mode 100644 index 0000000..1769478 --- /dev/null +++ b/subprocrunner-0.17.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc808302f84dd49712b726d7d91efd9b5f7321385c1dab0d5918ced9cdb8856 +size 12435