Accepting request 1132378 from devel:languages:python

- Upstream version 1.3.3
  - Require python 3.8 or newer

OBS-URL: https://build.opensuse.org/request/show/1132378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pipx?expand=0&rev=6
This commit is contained in:
Ana Guerrero 2023-12-11 20:50:56 +00:00 committed by Git OBS Bridge
commit e1d715ce2a
4 changed files with 23 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:698777c05a97cca81df4dc6a71d9ca4ece2184c6f91dc7a0e4802ac51d86d32a
size 356179

3
pipx-1.3.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d5474e71e78c28d83570443e5418c56599aa8319a950ccf5984c5cb0a35f0a7
size 291213

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 8 22:03:05 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>
- Upstream version 1.3.3
- Require python 3.8 or newer
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 7 13:01:47 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com> Tue Nov 7 13:01:47 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>

View File

@ -18,25 +18,30 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pipx Name: python-pipx
Version: 1.2.1 Version: 1.3.3
Release: 0 Release: 0
Summary: Install and Run Python Applications in Isolated Environments Summary: Install and Run Python Applications in Isolated Environments
License: MIT License: MIT
URL: https://github.com/pypa/pipx URL: https://github.com/pypa/pipx
Source: https://files.pythonhosted.org/packages/source/p/pipx/pipx-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pipx/pipx-%{version}.tar.gz
BuildRequires: %{python_module hatchling >= 0.15.0} BuildRequires: %{python_module hatch-vcs >= 0.4}
BuildRequires: %{python_module hatchling >= 1.18}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python >= 3.8
Requires: python-argcomplete >= 1.9.4
Requires: python-packaging >= 20
Requires: python-platformdirs >= 2.1
Requires: python-tomli
Requires: python-userpath >= 1.6
BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module argcomplete >= 1.9.4} BuildRequires: %{python_module argcomplete >= 1.9.4}
BuildRequires: %{python_module packaging >= 20.0} BuildRequires: %{python_module packaging >= 20}
BuildRequires: %{python_module userpath >= 1.6.0} BuildRequires: %{python_module platformdirs >= 2.1}
BuildRequires: %{python_module userpath >= 1.6}
# /SECTION # /SECTION
BuildRequires: fdupes
Requires: python-argcomplete >= 1.9.4
Requires: python-packaging >= 20.0
Requires: python-userpath >= 1.6.0
BuildArch: noarch
%python_subpackages %python_subpackages
%description %description