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/python-connection_pool] rawhide: Orphaned for 6+ weeks
Date: Sun, 19 Jul 2026 00:29:27 GMT	[thread overview]
Message-ID: <178442096772.1.1447522460749135815.rpms-python-connection_pool-7f745ae58fe2@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-19  0:29 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=178442096772.1.1447522460749135815.rpms-python-connection_pool-7f745ae58fe2@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