public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pipx] rawhide: Update to 1.16.0 upstream release
@ 2026-07-16 12:32 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-16 12:32 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/pipx
            Branch : rawhide
            Commit : 278293f24c73ea3b31727a9e59256fefbb40aa5c
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-07-16T12:47:09+01:00
            Stats  : +8/-8 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/pipx/c/278293f24c73ea3b31727a9e59256fefbb40aa5c?branch=rawhide

            Log:
            Update to 1.16.0 upstream release

- Resolves: rhbz#2501233

Upstream tag: 1.16.0
Upstream commit: 75b642ad

Commit co-authored by Packit automation (https://packit.dev/)

---
diff --git a/.gitignore b/.gitignore
index 58609cd..60e5bb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@
 /pipx-1.14.0.tar.gz
 /pipx-1.14.1.tar.gz
 /pipx-1.15.0.tar.gz
+/pipx-1.16.0.tar.gz

diff --git a/README.packit b/README.packit
index dd0af79..173195e 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
 This repository is maintained by packit.
 https://packit.dev/
-The file was generated using packit 1.16.1.
+The file was generated using packit 1.16.1.post1.dev2+gf84fe2d5b.

diff --git a/pipx.spec b/pipx.spec
index 774f50d..cde055e 100644
--- a/pipx.spec
+++ b/pipx.spec
@@ -1,5 +1,5 @@
 Name:           pipx
-Version:        1.15.0
+Version:        1.16.0
 Release:        %autorelease
 Summary:        Install and run Python applications in isolated environments
 
@@ -18,8 +18,6 @@ BuildOption(generate_buildrequires): --extras uv
 BuildArch:      noarch
 
 BuildRequires:  /usr/bin/register-python-argcomplete
-# noxfile.py: MAN_DEPENDENCIES
-BuildRequires:  python3dist(argparse-manpage[setuptools])
 
 %description
 pipx is a tool to help you install and run end-user applications written in
@@ -81,13 +79,13 @@ do
   register-python-argcomplete --shell "${sh}" pipx > "pipx.${sh}"
 done
 
-# noxfile.py: build_man()
+# See the “man” environment in tox.toml.
 PYTHONPATH="${PWD}/src" %{python3} scripts/generate_man.py
 
 
 %install -a
 install -D --preserve-timestamps --mode=0644 \
-    --target='%{buildroot}%{_mandir}/man1' pipx.1
+    --target='%{buildroot}%{_mandir}/man1' build/man/pipx.1
 
 install -D --preserve-timestamps --mode=0644 \
     --target='%{buildroot}%{bash_completions_dir}' pipx.bash
@@ -120,7 +118,8 @@ cd empty
 
 
 %files -f %{pyproject_files}
-%doc docs/*.md
+%doc docs/README.md
+%doc docs/changelog.rst
 
 %{_bindir}/pipx
 %{_mandir}/man1/pipx.1*

diff --git a/sources b/sources
index 521ff8c..388ba2e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pipx-1.15.0.tar.gz) = dfb7ea4d15e2e3cf466056cfc14436aebb522ba06432aee7a1034158c3c2a03544c45b1152a305c0089bb129def9365fe28f0f4120b9df3993d66763fd9dc2b0
+SHA512 (pipx-1.16.0.tar.gz) = dedb1c584031bfc722b1fad29fbc1a062b12c9b83959304bafe26e60054c78494d2ea3faab69812ce687b6e369fd1375a4e17cc1da9aca15c262d39d06313569

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-16 12:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-16 12:32 [rpms/pipx] rawhide: Update to 1.16.0 upstream release Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox