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/python-scooby] f43: Update to 0.12.0 upstream release
Date: Fri, 11 Sep 2026 12:27:44 GMT	[thread overview]
Message-ID: <178912966417.1.15788849860062671370.rpms-python-scooby-8fbc9f0dcf55@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-scooby
            Branch : f43
            Commit : 8fbc9f0dcf55454d21e498caa3ca7707ec8f9e8f
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-09-11T12:36:55+01:00
            Stats  : +46/-13 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-scooby/c/8fbc9f0dcf55454d21e498caa3ca7707ec8f9e8f?branch=f43

            Log:
            Update to 0.12.0 upstream release

- Resolves: rhbz#2531751

Upstream tag: v0.12.0
Upstream commit: a727e5f3

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

---
diff --git a/README.packit b/README.packit
index 7698114..41ba8b3 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.15.3.post1.dev4+g553394da5.
+The file was generated using packit 1.16.3.

diff --git a/python-scooby.spec b/python-scooby.spec
index 7efe2b9..0b692c1 100644
--- a/python-scooby.spec
+++ b/python-scooby.spec
@@ -1,7 +1,7 @@
 %bcond tests 1
 
 Name:           python-scooby
-Version:        0.11.2
+Version:        0.12.0
 Release:        %autorelease
 Summary:        A Great Dane turned Python environment detective
 

diff --git a/scooby.1 b/scooby.1
index 2bdf51b..6e96416 100644
--- a/scooby.1
+++ b/scooby.1
@@ -1,4 +1,4 @@
-.TH SCOOBY "1" "September 2024" "" "User Commands"
+.TH SCOOBY "1" "September 2026" "" "User Commands"
 .B scooby
 \(en Great Dane turned Python environment detective
 .SH SYNOPSIS
@@ -8,24 +8,26 @@
 .RB [ \-\-no\-opt ]
 .RB [ \-\-sort ]
 .RB [ \-\-version ]
+.RB [ \-\-grep\ \fIPATTERN ]
+.RB [ \-\-track\ \fISCRIPT ]
 .RI [ packages \ ...]
 .SH OPTIONS
 .SS "POSITIONAL\ ARGUMENTS"
 .TP
 .I packages
-names of the packages to report
+Names of the packages to report.
 .SS "OPTIONAL\ ARGUMENTS"
 .TP
 .B \-h\fR,\ \fB\-\-help
-show a help message and exit
+Show a help message and exit.
 .TP
-.B \-\-report\ \fIREPORT\fR,\ \fB\-r\ \fIREPORT
-print
+.B \-\-report\fR,\ \fB\-r\ \fIREPORT
+Print
 .B Report()
-of this package
+of this package.
 .TP
 .B \-\-no\-opt
-do not show the default optional packages.
+Do not show the default optional packages.
 Defaults to
 .B True
 if using
@@ -35,9 +37,40 @@ and defaults to
 otherwise.
 .TP
 .B \-\-sort
- sort the packages when the report is shown
+Sort the packages when the report is shown.
 .TP
 .B \-\-version\fR, \fB\-v
-only display
+Only display
 .BR scooby (1)
-version
+version.
+.TP
+.B \-\-grep\fR,\ \fB\-g\ \fIPATTERN
+List installed packages whose names match
+.I PATTERN
+(case-insensitive substring match,
+or
+.BR fnmatch (3)
+.BR glob (7)
+if
+.I PATTERN
+contains
+.RB \[oq] * \[cq],
+.RB \[oq] ? \[cq],
+or
+.RB \[oq] [ \[cq].
+Repeatable.
+.TP
+.B \-\-track\fR\ \fISCRIPT
+Run a Python
+.I SCRIPT
+with import tracking enabled,
+then print a
+.BR TrackedReport .
+Any additional positional arguments are forwarded to the script as
+.B sys.argv[1:]
+(flags prefixed with
+.RB \[oq] \- \[cq]
+are consumed by scooby itself;
+separate them with
+.RB \[oq] \-\- \[cq]
+if they should reach the script).

diff --git a/sources b/sources
index c46a769..7353717 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (scooby-0.11.2.tar.gz) = 0920677a73479e69c3c6e73dbe6dad029bd45e1a8247ec0f449a9f7b71ccaa4b4519f6e156023ab0aa410c08770d2d401d6b82df09542d43a7958b6052febf6b
+SHA512 (scooby-0.12.0.tar.gz) = 15a83e9806b01bb1223f808ea962a2c4e43ca60df93cc1ceb9c8f2ae8f06684f2159e07497e58612cca0881a3c170b248452cc0dd07b443afc00eb69b44624df

                 reply	other threads:[~2026-09-11 12:27 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=178912966417.1.15788849860062671370.rpms-python-scooby-8fbc9f0dcf55@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