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

A new commit has been pushed.

Repo   : rpms/python-connection_pool
Branch : rawhide
Commit : 7f745ae58fe22595e2598bc0b445dfb45be54b22
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date   : 2026-07-18T19:29:23-05:00
Stats  : +1/-107 in 7 file(s)
URL    : https://src.fedoraproject.org/rpms/python-connection_pool/c/7f745ae58fe22595e2598bc0b445dfb45be54b22?branch=rawhide

Log:
Orphaned for 6+ weeks

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index c3b9695..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/connection_pool-0.0.3.tar.gz

diff --git a/README.md b/README.md
deleted file mode 100644
index 5ed1539..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# python-connection_pool
-
-The python-connection_pool package

diff --git a/changelog b/changelog
deleted file mode 100644
index 3fcb9ea..0000000
--- a/changelog
+++ /dev/null
@@ -1,42 +0,0 @@
-* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-14
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
-* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-13
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.0.3-12
-- Rebuilt for Python 3.13
-
-* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-11
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.0.3-8
-- Rebuilt for Python 3.12
-
-* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.0.3-5
-- Rebuilt for Python 3.11
-
-* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-3
-- Second attempt - Rebuilt for
-  https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Tue Jun 22 2021 Aniket Pradhan <major AT fedoraproject DOT org> - 0.0.3-2
-- Update package description
-
-* Sat Jun 19 2021 Aniket Pradhan <major AT fedoraproject DOT org> - 0.0.3-1
-- Initial build

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/packit.yaml b/packit.yaml
deleted file mode 100644
index 6920871..0000000
--- a/packit.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-upstream_project_url: https://github.com/zhouyl/ConnectionPool
-copy_upstream_release_description: false
-
-jobs:
-  - job: pull_from_upstream
-    trigger: release
-    dist_git_branches:
-      - fedora-rawhide

diff --git a/python-connection_pool.spec b/python-connection_pool.spec
deleted file mode 100644
index 567b7d3..0000000
--- a/python-connection_pool.spec
+++ /dev/null
@@ -1,52 +0,0 @@
-Name:           python-connection_pool
-Version:        0.0.3
-Release:        %autorelease
-Summary:        Thread-safe connection pool for python
-
-# SPDX
-License:        MIT
-URL:            https://github.com/zhouyl/ConnectionPool
-Source:         %{url}/archive/%{version}/connection_pool-%{version}.tar.gz
-
-BuildSystem:    pyproject
-BuildOption(install): --assert-license connection_pool
-
-BuildArch:      noarch
-
-%global common_description %{expand:
-%{summary}.}
-
-%description %{common_description}
-
-
-%package -n python3-connection-pool
-Summary:        %{summary}
-
-# The source package is named python-connection_pool for historical reasons.
-# The binary package, python3-connection-pool, is named using the canonical
-# project name[1]; see also [2].
-#
-# The %%py_provides macro is used to provide an upgrade path from
-# python3-connection_pool and to produce the appropriate Provides for the
-# importable module[3].
-#
-# [1] https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_canonical_project_name
-# [2] https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_library_naming
-# [3] https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_provides_for_importable_modules
-
-# Provide an upgrade path; we can remove this after Fedora 45.
-%py_provides python3-connection_pool
-Obsoletes:      python3-connection_pool < 0.0.3-18
-
-%description -n python3-connection-pool %{common_description}
-
-
-# Upstream provides no tests.
-
-
-%files -n python3-connection-pool -f %{pyproject_files}
-%doc README.rst
-
-
-%changelog
-%autochangelog

diff --git a/sources b/sources
deleted file mode 100644
index 933252b..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (connection_pool-0.0.3.tar.gz) = 1845ddadd232a60c0a4168a28efcd76cff06012137f3eefcb4877aca8509f0d61bee7e10e4a17ac5d05f125a20e1587d86e0fd4003387f8097c2e0aea5eaa30c

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

only message in thread, other threads:[~2026-07-19  0:29 UTC | newest]

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