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-snakemake-storage-plugin-http] rawhide: Orphaned for 6+ weeks
Date: Sun, 19 Jul 2026 00:34:17 GMT [thread overview]
Message-ID: <178442125733.1.13608459648326884358.rpms-python-snakemake-storage-plugin-http-ed7ecceae716@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-snakemake-storage-plugin-http
Branch : rawhide
Commit : ed7ecceae7166b015139b60dd346d691fb1e7a5a
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date : 2026-07-18T19:34:12-05:00
Stats : +1/-115 in 8 file(s)
URL : https://src.fedoraproject.org/rpms/python-snakemake-storage-plugin-http/c/ed7ecceae7166b015139b60dd346d691fb1e7a5a?branch=rawhide
Log:
Orphaned for 6+ weeks
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index f049e63..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/snakemake-storage-plugin-http-0.2.3.tar.gz
-/snakemake-storage-plugin-http-0.3.0.tar.gz
-/snakemake-storage-plugin-http-0.3.1.tar.gz
diff --git a/37.patch b/37.patch
deleted file mode 100644
index 4b78f8d..0000000
--- a/37.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From ab0456c8e59a2ea456f995f98f758fd0f2e08e90 Mon Sep 17 00:00:00 2001
-From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
-Date: Mon, 16 Mar 2026 17:01:27 +0000
-Subject: [PATCH] chore(deps): update requests-oauthlib requirement
-
-Updates the requirements on [requests-oauthlib](https://github.com/requests/requests-oauthlib) to permit the latest version.
-- [Release notes](https://github.com/requests/requests-oauthlib/releases)
-- [Changelog](https://github.com/requests/requests-oauthlib/blob/master/HISTORY.rst)
-- [Commits](https://github.com/requests/requests-oauthlib/compare/v1.3.1...v2.0.0)
-
----
-updated-dependencies:
-- dependency-name: requests-oauthlib
- dependency-version: 2.0.0
- dependency-type: direct:production
-...
-
-Signed-off-by: dependabot[bot] <support@github.com>
----
- pyproject.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index 6b5b28f..461efa4 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -16,7 +16,7 @@ keywords = ["snakemake", "plugin", "storage", "http", "https"]
- [tool.poetry.dependencies]
- python = "^3.11"
- requests = "^2.31.0"
--requests-oauthlib = "^1.3.1"
-+requests-oauthlib = ">=1.3.1,<3.0.0"
- snakemake-interface-common = "^1.14.0"
- snakemake-interface-storage-plugins = "^4.1.0"
-
diff --git a/README.md b/README.md
deleted file mode 100644
index dc4ee67..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# python-snakemake-storage-plugin-http
-
-The python-snakemake-storage-plugin-http package
diff --git a/README.packit b/README.packit
deleted file mode 100644
index 4fa4a78..0000000
--- a/README.packit
+++ /dev/null
@@ -1,3 +0,0 @@
-This repository is maintained by packit.
-https://packit.dev/
-The file was generated using packit 1.15.1.post1.dev2+g0a5916fb9.
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 5b57ded..0000000
--- a/packit.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-upstream_project_url: https://github.com/snakemake/snakemake-storage-plugin-http
-copy_upstream_release_description: false
-upstream_tag_template: v{version}
-
-jobs:
- - job: pull_from_upstream
- trigger: release
- dist_git_branches:
- - fedora-rawhide
diff --git a/python-snakemake-storage-plugin-http.spec b/python-snakemake-storage-plugin-http.spec
deleted file mode 100644
index db4ef9b..0000000
--- a/python-snakemake-storage-plugin-http.spec
+++ /dev/null
@@ -1,61 +0,0 @@
-# We can’t run tests that access the network in koji, but this build
-# conditional allows us to try them in local mock builds for added confidence:
-# fedpkg mockbuild --enable-network --with network_tests
-%bcond network_tests 0
-
-Name: python-snakemake-storage-plugin-http
-Version: 0.3.1
-Release: %autorelease
-Summary: Snakemake storage plugin for downloading input files from HTTP(s)
-
-# SPDX
-License: MIT
-URL: https://github.com/snakemake/snakemake-storage-plugin-http
-# We use the GitHub archive instead of the PyPI sdist to get CHANGELOG.md and
-# the tests.
-Source: %{url}/archive/v%{version}/snakemake-storage-plugin-http-%{version}.tar.gz
-
-# chore(deps): update requests-oauthlib requirement from ^1.3.1 to >=1.3.1,<3.0.0
-# https://github.com/snakemake/snakemake-storage-plugin-http/pull/37
-Patch: %{url}/pull/37.patch
-
-BuildSystem: pyproject
-BuildOption(install): --no-assert-license snakemake_storage_plugin_http
-
-BuildArch: noarch
-
-# See: [tool.poetry.dev-dependencies] in pyproject.toml
-BuildRequires: %{py3_dist pytest}
-BuildRequires: snakemake >= 9
-
-%global common_description %{expand:
-%{summary}.}
-
-%description %{common_description}
-
-
-%package -n python3-snakemake-storage-plugin-http
-Summary: %{summary}
-
-%description -n python3-snakemake-storage-plugin-http %{common_description}
-
-
-%check -a
-%if %{without network_tests}
-# The following tests require network access:
-k="${k-}${k+ and }not (TestStorageNoSettings and test_storage)"
-k="${k-}${k+ and }not (TestStorageNoSettings and test_storage_not_existing)"
-k="${k-}${k+ and }not (TestStorageNoSettings and test_inventory)"
-%endif
-
-%pytest --verbose -k "${k-}" tests/tests.py
-
-
-%files -n python3-snakemake-storage-plugin-http -f %{pyproject_files}
-%license LICENSE
-%doc CHANGELOG.md
-%doc README.md
-
-
-%changelog
-%autochangelog
diff --git a/sources b/sources
deleted file mode 100644
index 4ef61b8..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (snakemake-storage-plugin-http-0.3.1.tar.gz) = 73cbcc420fc2a6501088ccc024999572c2fc81858d0cbb9c22b921d7942a59affee66d9d5dd87511b967b61db588d543f227128c5c49586b1bf8255b26d6f8d4
reply other threads:[~2026-07-19 0:34 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=178442125733.1.13608459648326884358.rpms-python-snakemake-storage-plugin-http-ed7ecceae716@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