14
0

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:
2022-03-14 14:28:34 +00:00
committed by Git OBS Bridge
parent 9523712add
commit 2d26d68e64
4 changed files with 19 additions and 9 deletions

View File

@@ -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