forked from pool/python-userpath
Accepting request 961642 from home:pragmalin:branches:devel:languages:python
Update to version 1.7.0 OBS-URL: https://build.opensuse.org/request/show/961642 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-userpath?expand=0&rev=9
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-userpath
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# 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
|
||||
@@ -18,23 +18,21 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-userpath
|
||||
Version: 1.4.1
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
Summary: Tool for adding locations to the user PATH
|
||||
License: MIT OR Apache-2.0
|
||||
License: Apache-2.0 OR MIT
|
||||
URL: https://github.com/ofek/userpath
|
||||
Source: https://files.pythonhosted.org/packages/source/u/userpath/userpath-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-click
|
||||
Requires: python-distro
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module click}
|
||||
BuildRequires: %{python_module distro}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
Reference in New Issue
Block a user