1
0

Accepting request 961706 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/961706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-userpath?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2022-03-14 18:35:50 +00:00 committed by Git OBS Bridge
commit 649a42a949
4 changed files with 19 additions and 9 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 14 10:06:06 UTC 2022 - PragmaticLinux <info@pragmaticlinux.com>
- update to 1.7.0
* Fix path normalization to be aware of case-insensitive
platforms and symlinks.
* Use locale's encoding when handling output from subprocesses
* Modify bash start-up files based on their existence
* Remove distro dependency
* Fix fallback mechanism for detecting the name of the parent
process
-------------------------------------------------------------------
Thu Jul 23 11:07:58 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:211544ea02d8715fdc06f429cf66cd18c9877a31751d966d6de11b24faaed255
size 19906

BIN
userpath-1.7.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.