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:
parent
9523712add
commit
2d26d68e64
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
BIN
userpath-1.7.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user