forked from pool/python-sarge
Accepting request 1008821 from home:yarunachalam:branches:devel:languages:python
- Update to version 0.1.7.post1 * Fixed #50: Initialized commands attribute in a constructor. * Fixed #52: Updated documentation to show improved command line parsing under Windows. * Fixed #53: Added waiter.py to the manifest so that the test suite can be run. OBS-URL: https://build.opensuse.org/request/show/1008821 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sarge?expand=0&rev=4
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sarge
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -13,20 +13,21 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-sarge
|
||||
Version: 0.1.5.post0
|
||||
Version: 0.1.7.post1
|
||||
Release: 0
|
||||
License: BSD-3-Clause
|
||||
Summary: Command pipelines for python
|
||||
Url: https://sarge.readthedocs.org/
|
||||
URL: https://sarge.readthedocs.org/
|
||||
Group: Development/Languages/Python
|
||||
Source: https://files.pythonhosted.org/packages/source/s/sarge/sarge-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
Reference in New Issue
Block a user