public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-retryz] rawhide: Orphaned for 6+ weeks
@ 2026-06-26  2:06 Orphaned Packages Process
  0 siblings, 0 replies; only message in thread
From: Orphaned Packages Process @ 2026-06-26  2:06 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-retryz
Branch : rawhide
Commit : 225a89c7bd2a9ae7a5e644270e435d20296e12a0
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date   : 2026-06-25T21:06:53-05:00
Stats  : +1/-218 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/python-retryz/c/225a89c7bd2a9ae7a5e644270e435d20296e12a0?branch=rawhide

Log:
Orphaned for 6+ weeks

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index c331fef..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/retryz-0.1.8.zip
-/retryz-0.1.9.tar.gz

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/python-retryz.spec b/python-retryz.spec
deleted file mode 100644
index 249bd52..0000000
--- a/python-retryz.spec
+++ /dev/null
@@ -1,214 +0,0 @@
-%{!?upstream_version: %global upstream_version %{version}%{?milestone}}
-%if 0%{?fedora}
-%global with_python2 0
-%global with_python3 1
-%endif
-
-%global pypi_name retryz
-
-
-Name:           python-%{pypi_name}
-Version:        0.1.9
-Release:        35%{?dist}
-Summary:        Retry decorator with a bunch of configuration parameters
-
-# Automatically converted from old format: ASL 2.0 - review is highly recommended.
-License:        Apache-2.0
-URL:            https://pypi.python.org/pypi/retryz
-Source0:        https://pypi.io/packages/source/%(n=%{pypi_name}; echo ${n:0:1})/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
-BuildArch:      noarch
-
-%description
-Retry decorator with a bunch of configuration parameters.
-
-%if 0%{?with_python2}
-%package -n python2-%{pypi_name}
-Summary:        %{summary}
-
-%{?python_provide:%python_provide python2-%{pypi_name}}
-
-Requires:       python2
-
-BuildRequires:  python2-devel
-
-# for running tests
-BuildRequires:  python2-pytest
-BuildRequires:  python2-hamcrest
-
-
-%description -n python2-%{pypi_name}
-Retry decorator with a bunch of configuration parameters.
-
-%endif
-
-%if 0%{?with_python3}
-%package -n python3-%{pypi_name}
-Summary:        %{summary}
-
-%{?python_provide:%python_provide python3-%{pypi_name}}
-
-Requires:       python3
-
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
-
-# for running tests
-BuildRequires:  python3-pytest
-BuildRequires:  python3-hamcrest
-
-%description -n python3-%{pypi_name}
-Retry decorator with a bunch of configuration parameters.
-
-%endif
-
-%prep
-%setup -q -n %{pypi_name}-%{upstream_version}
-
-%build
-%if 0%{?with_python2}
-%py2_build
-%endif
-%if 0%{?with_python3}
-%py3_build
-%endif
-
-%check
-%if 0%{?with_python2}
-PYTHONPATH=. py.test-2.7
-%endif
-%if 0%{?with_python3}
-PYTHONPATH=. py.test-3
-%endif
-
-
-%install
-%if 0%{?with_python2}
-%py2_install
-%endif
-
-%if 0%{?with_python3}
-%py3_install
-%endif
-
-%if 0%{?with_python2}
-%files -n python2-%{pypi_name}
-%license LICENSE.txt
-%doc README.rst
-%{python2_sitelib}/retryz*
-%endif
-
-%if 0%{?with_python3}
-%files -n python3-%{pypi_name}
-%license LICENSE.txt
-%doc README.rst
-%{python3_sitelib}/retryz*
-%endif
-
-%changelog
-* Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 0.1.9-35
-- Rebuilt for Python 3.15
-
-* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-34
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.1.9-33
-- Rebuilt for Python 3.14.0rc3 bytecode
-
-* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.1.9-32
-- Rebuilt for Python 3.14.0rc2 bytecode
-
-* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-31
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
-* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 0.1.9-30
-- Rebuilt for Python 3.14
-
-* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-29
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
-* Wed Jul 24 2024 Miroslav Suchý <msuchy@redhat.com> - 0.1.9-28
-- convert license to SPDX
-
-* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-27
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 0.1.9-26
-- Rebuilt for Python 3.13
-
-* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-25
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-24
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-23
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 0.1.9-22
-- Rebuilt for Python 3.12
-
-* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-21
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-20
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.1.9-19
-- Rebuilt for Python 3.11
-
-* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-18
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-17
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.1.9-16
-- Rebuilt for Python 3.10
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-15
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-14
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Tue Jun 23 2020 Eric Harney <eharney@redhat.com> - 0.1.9-13
-- Add python3-setuptools BuildRequires
-
-* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.9-12
-- Rebuilt for Python 3.9
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-11
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.1.9-10
-- Rebuilt for Python 3.8.0rc1 (#1748018)
-
-* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.1.9-9
-- Rebuilt for Python 3.8
-
-* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Wed Oct 03 2018 Eric Harney <eharney@redhat.com> - 0.1.9-6
-- Remove Python 2 package for Fedora
-
-* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.1.9-4
-- Rebuilt for Python 3.7
-
-* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Mon May 22 2017 Eric Harney <eharney@redhat.com> - 0.1.9-1
-- Update to 0.1.9
-
-* Wed Feb 01 2017 Eric Harney <eharney@redhat.com> - 0.1.8-1
-- Initial package

diff --git a/sources b/sources
deleted file mode 100644
index 30eaaf4..0000000
--- a/sources
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA512 (retryz-0.1.8.zip) = 62169ea4045211c309668908b8507a81612c28e0a06f1e6c0443f95d88cb26e4d34f577a2c7436aa12ba5b0c07e6c0fa3a5533f6230972670b93f89f5d471f5b
-SHA512 (retryz-0.1.9.tar.gz) = 74dff30accedffaf73986362a97ce3e5eeedb1bf921b1a1807dbc7c0e82bde160c365c4aa295104ae3f4a7a4c3a7be8d1d869424f281a563adc12abb39fc6641

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

only message in thread, other threads:[~2026-06-26  2:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-26  2:06 [rpms/python-retryz] 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