From 2d26d68e64aef287a6968ad841f2bacf7d5bfd1ffa91512997423cf4ae6bca6c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Mar 2022 14:28:34 +0000 Subject: [PATCH] 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 --- python-userpath.changes | 12 ++++++++++++ python-userpath.spec | 10 ++++------ userpath-1.4.1.tar.gz | 3 --- userpath-1.7.0.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 userpath-1.4.1.tar.gz create mode 100644 userpath-1.7.0.tar.gz diff --git a/python-userpath.changes b/python-userpath.changes index 9389087..8ddae91 100644 --- a/python-userpath.changes +++ b/python-userpath.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Mar 14 10:06:06 UTC 2022 - PragmaticLinux + +- 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 diff --git a/python-userpath.spec b/python-userpath.spec index d830794..361483f 100644 --- a/python-userpath.spec +++ b/python-userpath.spec @@ -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 diff --git a/userpath-1.4.1.tar.gz b/userpath-1.4.1.tar.gz deleted file mode 100644 index 0e446d4..0000000 --- a/userpath-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:211544ea02d8715fdc06f429cf66cd18c9877a31751d966d6de11b24faaed255 -size 19906 diff --git a/userpath-1.7.0.tar.gz b/userpath-1.7.0.tar.gz new file mode 100644 index 0000000..ef442ee --- /dev/null +++ b/userpath-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd66c5fa9b1a3c12362f309bbb5bc7992bac8af86d17b4e6b1a4b166a11c43f +size 20360