public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/golang-github-afex-hystrix] rawhide: Orphaned for 6+ weeks
@ 2026-06-26 1:49 Orphaned Packages Process
0 siblings, 0 replies; only message in thread
From: Orphaned Packages Process @ 2026-06-26 1:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/golang-github-afex-hystrix
Branch : rawhide
Commit : a117a0415b822e3f35d999caa64f82b8673cd6ed
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date : 2026-06-25T20:49:44-05:00
Stats : +1/-145 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/golang-github-afex-hystrix/c/a117a0415b822e3f35d999caa64f82b8673cd6ed?branch=rawhide
Log:
Orphaned for 6+ weeks
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 5e7c363..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/hystrix-go-fa1af6a1f4f56e0e50d427fe901cd604d8c6fb8a.tar.gz
diff --git a/0001-Make-compatible-with-statsd-5.0.0.patch b/0001-Make-compatible-with-statsd-5.0.0.patch
deleted file mode 100644
index 59bad78..0000000
--- a/0001-Make-compatible-with-statsd-5.0.0.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 08d68152cb4ec65fa33ebb6c43269e4657325288 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= <zebob.m@gmail.com>
-Date: Sat, 23 Jan 2021 16:34:01 +0100
-Subject: [PATCH 1/1] Make compatible with statsd 5.0.0
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
----
- plugins/statsd_collector.go | 8 +++++++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/plugins/statsd_collector.go b/plugins/statsd_collector.go
-index 6f835ab..d4a947e 100644
---- a/plugins/statsd_collector.go
-+++ b/plugins/statsd_collector.go
-@@ -76,7 +76,14 @@ func InitializeStatsdCollector(config *StatsdCollectorConfig) (*StatsdCollectorC
- c, err := statsd.NewBufferedClient(config.StatsdAddr, config.Prefix, 1*time.Second, flushBytes)
- if err != nil {
- log.Printf("Could not initiale buffered client: %s. Falling back to a Noop Statsd client", err)
-- c, _ = statsd.NewNoopClient()
-+ // Create noop client
-+ var c statsd.Statter
-+ cfg := &statsd.ClientConfig{
-+ Address: "not-resolvable:8125",
-+ Prefix: "test-client",
-+ }
-+ c, _ = statsd.NewClientWithConfig(cfg)
-+ defer c.Close()
- }
- return &StatsdCollectorClient{
- client: c,
---
-2.29.2
-
diff --git a/README.md b/README.md
deleted file mode 100644
index 2498609..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# golang-github-afex-hystrix
-
-The golang-github-afex-hystrix package
\ No newline at end of file
diff --git a/changelog b/changelog
deleted file mode 100644
index c48d33b..0000000
--- a/changelog
+++ /dev/null
@@ -1,43 +0,0 @@
-* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.14
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.13
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.12
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.11
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Fri Jun 17 2022 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.9
-- Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,
- CVE-2022-29526, CVE-2022-30629
-
-* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-
-* Sat Jan 23 16:35:36 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.5.20190622gitfa1af6a
-- Fix FTBFS
-
-* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Thu Apr 18 18:57:23 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190622gitfa1af6a
-- Initial 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-afex-hystrix.spec b/golang-github-afex-hystrix.spec
deleted file mode 100644
index 02e66f3..0000000
--- a/golang-github-afex-hystrix.spec
+++ /dev/null
@@ -1,61 +0,0 @@
-# Generated by go2rpm
-%bcond_without check
-
-%global debug_package %{nil}
-
-# https://github.com/afex/hystrix-go
-%global goipath github.com/afex/hystrix-go
-%global commit fa1af6a1f4f56e0e50d427fe901cd604d8c6fb8a
-
-%gometa
-
-%global common_description %{expand:
-Hystrix is a latency and fault tolerance library designed to isolate points of
-access to remote systems, services and 3rd party libraries, stop cascading
-failure and enable resilience in complex distributed systems where failure is
-inevitable.}
-
-%global golicenses LICENSE
-%global godocs README.md
-
-Name: %{goname}
-Version: 0
-Release: %autorelease
-Summary: Netflix's hystrix latency and fault tolerance library, for go
-
-License: MIT
-URL: %{gourl}
-Source0: %{gosource}
-# Make hystrix compaible with github.com/cactus/go-statsd-client v5
-Patch0: 0001-Make-compatible-with-statsd-5.0.0.patch
-
-BuildRequires: golang(github.com/cactus/go-statsd-client/statsd)
-BuildRequires: golang(github.com/DataDog/datadog-go/statsd)
-BuildRequires: golang(github.com/rcrowley/go-metrics)
-
-%if %{with check}
-# Tests
-BuildRequires: golang(github.com/smartystreets/goconvey/convey)
-%endif
-
-%description
-%{common_description}
-
-%gopkg
-
-%prep
-%goprep
-%patch -P0 -p1
-
-%install
-%gopkginstall
-
-%if %{with check}
-%check
-%gocheck
-%endif
-
-%gopkgfiles
-
-%changelog
-%autochangelog
diff --git a/sources b/sources
deleted file mode 100644
index 4571bf2..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (hystrix-go-fa1af6a1f4f56e0e50d427fe901cd604d8c6fb8a.tar.gz) = 92f330766f49f322c82410328e4c99b5a7d2fb2d67a22d60295b3e9768e8cc68fc423b4cc865416b9d361670250ba4fefa25f82f92171d878c60c194c1adcda0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-26 1:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-26 1:49 [rpms/golang-github-afex-hystrix] rawhide: Orphaned for 6+ weeks Orphaned Packages Process
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox