public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orphaned Packages Process <packaging-reports@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/golang-github-schollz-cli-2] rawhide: Orphaned for 6+ weeks
Date: Wed, 22 Jul 2026 05:22:31 GMT [thread overview]
Message-ID: <178469775147.1.1183807039128280679.rpms-golang-github-schollz-cli-2-58589a719044@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/golang-github-schollz-cli-2
Branch : rawhide
Commit : 58589a719044ce5f3fc26aa2259024d3845a7502
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date : 2026-07-22T00:22:25-05:00
Stats : +1/-134 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/golang-github-schollz-cli-2/c/58589a719044ce5f3fc26aa2259024d3845a7502?branch=rawhide
Log:
Orphaned for 6+ weeks
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 768dc9c..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/cli-2.2.1.tar.gz
diff --git a/1.patch b/1.patch
deleted file mode 100644
index fd47e34..0000000
--- a/1.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-From fc31cf060af25c641dcfe441fa677a87e907d18e Mon Sep 17 00:00:00 2001
-From: William Wilson <william.wilson@canonical.com>
-Date: Tue, 31 Aug 2021 14:19:17 -0500
-Subject: [PATCH 1/2] Make test case compatible with Go 1.17
-
----
- app_test.go | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/app_test.go b/app_test.go
-index 6c95faa61..94df82dcc 100644
---- a/app_test.go
-+++ b/app_test.go
-@@ -471,18 +471,18 @@ func TestApp_RunAsSubCommandIncorrectUsage(t *testing.T) {
- a := App{
- Name: "cmd",
- Flags: []Flag{
-- &StringFlag{Name: "--foo"},
-+ &StringFlag{Name: "foo"},
- },
- Writer: bytes.NewBufferString(""),
- }
-
- set := flag.NewFlagSet("", flag.ContinueOnError)
-- _ = set.Parse([]string{"", "---foo"})
-+ _ = set.Parse([]string{"", "foobar"})
- c := &Context{flagSet: set}
-
- err := a.RunAsSubcommand(c)
-
-- expect(t, err, errors.New("bad flag syntax: ---foo"))
-+ expect(t, err.Error(), "No help topic for 'foobar'")
- }
-
- func TestApp_CommandWithFlagBeforeTerminator(t *testing.T) {
-
-From 726348c6fde22eb9a04a8d6296772ed421350f6b Mon Sep 17 00:00:00 2001
-From: William Wilson <william.wilson@canonical.com>
-Date: Wed, 1 Sep 2021 08:55:43 -0500
-Subject: [PATCH 2/2] tweak test case to bring coverage back up
-
----
- app_test.go | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/app_test.go b/app_test.go
-index 94df82dcc..0754886d0 100644
---- a/app_test.go
-+++ b/app_test.go
-@@ -477,12 +477,12 @@ func TestApp_RunAsSubCommandIncorrectUsage(t *testing.T) {
- }
-
- set := flag.NewFlagSet("", flag.ContinueOnError)
-- _ = set.Parse([]string{"", "foobar"})
-+ _ = set.Parse([]string{"", "-bar"})
- c := &Context{flagSet: set}
-
- err := a.RunAsSubcommand(c)
-
-- expect(t, err.Error(), "No help topic for 'foobar'")
-+ expect(t, err.Error(), "flag provided but not defined: -bar")
- }
-
- func TestApp_CommandWithFlagBeforeTerminator(t *testing.T) {
diff --git a/README.md b/README.md
deleted file mode 100644
index bbaef18..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# golang-github-schollz-cli-2
-
-The golang-github-schollz-cli-2 package
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..5204a84
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Orphaned for 6+ weeks
diff --git a/golang-github-schollz-cli-2.spec b/golang-github-schollz-cli-2.spec
deleted file mode 100644
index 7c23550..0000000
--- a/golang-github-schollz-cli-2.spec
+++ /dev/null
@@ -1,65 +0,0 @@
-# Generated by go2rpm 1.5.0
-%bcond_without check
-
-%global debug_package %{nil}
-
-# https://github.com/schollz/cli
-%global goipath github.com/schollz/cli/v2
-Version: 2.2.1
-
-%gometa
-
-%global common_description %{expand:
-A simple, fast, and fun package for building command line apps in Go.}
-
-%global golicenses LICENSE
-%global godocs CODE_OF_CONDUCT.md README.md
-
-Name: %{goname}
-Release: %autorelease
-Summary: A simple, fast, and fun package for building command line apps in Go
-
-License: MIT
-URL: %{gourl}
-Source0: %{gosource}
-# Make test case compatible with Go 1.17
-Patch0: https://github.com/schollz/cli/pull/1.patch
-
-BuildRequires: golang(github.com/BurntSushi/toml)
-BuildRequires: golang(github.com/cpuguy83/go-md2man/v2/md2man)
-BuildRequires: golang(gopkg.in/yaml.v2)
-
-%description
-%{common_description}
-
-%package doc
-Summary: Documentation for %{goname}
-BuildArch: noarch
-
-%description doc
-This package contains documentation for %{goname}.
-
-%gopkg
-
-%prep
-%goprep
-%autopatch -p1
-
-%install
-%gopkginstall
-
-%if %{with check}
-%check
-# disable broken tests
-rm docs_test.go fish_test.go
-%gocheck
-%endif
-
-%files doc
-%license LICENSE
-%doc docs
-
-%gopkgfiles
-
-%changelog
-%autochangelog
diff --git a/sources b/sources
deleted file mode 100644
index 484cfc6..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (cli-2.2.1.tar.gz) = 82aaa6f810efb411c1e1ffddf542935591eac2029745f40cd9f3416e470c1e3fbcb900f8d8a40f624fc5e0ab7af29cc3bcaf1b70117f2530c3ff0572befeee3d
reply other threads:[~2026-07-22 5:22 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=178469775147.1.1183807039128280679.rpms-golang-github-schollz-cli-2-58589a719044@fedoraproject.org \
--to=packaging-reports@fedoraproject.org \
--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