public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/pipx] rawhide: Update to 1.16.0 upstream release
Date: Thu, 16 Jul 2026 12:32:33 GMT	[thread overview]
Message-ID: <178420515355.1.7514310861531114270.rpms-pipx-278293f24c73@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-16 12:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178420515355.1.7514310861531114270.rpms-pipx-278293f24c73@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox