forked from pool/python-subprocrunner
Accepting request 774732 from home:mnhauke
- Update to version 1.0.0 * Drop Python 2 support * Add type annotations and py.typed to the package * Replace the logging library from Logbook to loguru * Remove deprecated error classes * Remove deprecated methods OBS-URL: https://build.opensuse.org/request/show/774732 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
bf7d2883fa
commit
dcb81411af
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 16 19:32:47 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 1.0.0
|
||||||
|
* Drop Python 2 support
|
||||||
|
* Add type annotations and py.typed to the package
|
||||||
|
* Replace the logging library from Logbook to loguru
|
||||||
|
* Remove deprecated error classes
|
||||||
|
* Remove deprecated methods
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 6 21:44:55 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
Thu Feb 6 21:44:55 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-subprocrunner
|
# spec file for package python-subprocrunner
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,12 +12,14 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-subprocrunner
|
Name: python-subprocrunner
|
||||||
Version: 0.17.2
|
Version: 1.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python wrapper library for subprocess module
|
Summary: A Python wrapper library for subprocess module
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -28,15 +30,16 @@ BuildRequires: %{python_module setuptools >= 38.3.0}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
|
BuildRequires: %{python_module loguru}
|
||||||
BuildRequires: %{python_module mbstrdecoder >= 0.8.0}
|
BuildRequires: %{python_module mbstrdecoder >= 0.8.0}
|
||||||
BuildRequires: %{python_module pytest-runner}
|
BuildRequires: %{python_module pytest-runner}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
BuildRequires: %{python_module typepy}
|
BuildRequires: %{python_module typepy}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
|
Requires: python-loguru
|
||||||
Requires: python-mbstrdecoder >= 0.8.0
|
Requires: python-mbstrdecoder >= 0.8.0
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
Suggests: python-Logbook >= 0.12.3
|
Requires: python-typepy
|
||||||
Suggests: python-typepy
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6cc808302f84dd49712b726d7d91efd9b5f7321385c1dab0d5918ced9cdb8856
|
|
||||||
size 12435
|
|
3
subprocrunner-1.0.0.tar.gz
Normal file
3
subprocrunner-1.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5cc4041c207f3482432c1095e524743c7a3901630c99b234730431ba9402b510
|
||||||
|
size 11928
|
Reference in New Issue
Block a user