Wiki - https://fedoraproject.org/wiki/Changes/ShadowStack Discussion thread - https://discussion.fedoraproject.org/t/f45-change-proposal-enable-shadow-stack-by-default-on-x86-64-system-wide/195400 This is a proposed Change for Fedora Linux. This document represents a proposed Change. As part of the Changes process, proposals are publicly announced in order to receive community feedback. This proposal will only be implemented if approved by the Fedora Engineering Steering Committee. == Summary == This change enables Shadow Stack protection on applications and libraries built with gcc (C, C++), clang (C, C++), and rustc (Rust) by default on x86_64 machines that support it on Fedora Linux 45. The dynamic linker or static startup routines will activate Shadow Stack for any process whose binary and shared library dependencies are all built with Shadow Stack support (marked with ELF metadata), protecting processes by default whenever possible. == Owner == * Name: [[User:submachine| Arjun Shankar]] * Email: arjun@redhat.com == Detailed Description == Shadow Stacks are a hardware enforced security feature that maintains a separate, tamper proof list of return addresses to protect against Return-Oriented Programming style exploits. This change enables Shadow Stack protection by default on x86_64 machines that support it on Fedora Linux 45. The dynamic linker, or static startup routines, will activate Shadow Stack for any process whose binary and shared library dependencies are all built with Shadow Stack support, protecting processes by default whenever possible. Shadow Stacks are one of two Control-Flow Enforcement features introduced in Intel CET, alongside Indirect Branch Tracking (IBT), designed to defend against Return-Oriented Programming (ROP) and Jump-Oriented Programming (JOP) attacks by protecting return addresses. This Fedora change only covers enabling Shadow Stack support. Enabling Indirect Branch Tracking by default is not in scope. This change is backward compatible for the most part: `-fcf-protection` is a default compile time flag already enabled in `redhat-rpm-config` for Fedora since 2018 and thus the majority of binaries are already built with the appropriate markup. Thus, after this change is applied, applications whose dependencies carry Shadow Stack markup gain protection transparently while applications that load any non-compliant object at startup continue to run without Shadow Stack protection. The only new failure mode is when a Shadow Stack enabled process attempts to `dlopen` a non-compliant shared object at runtime, which results in a `dlopen` error that looks like `error: dlopen: /path/to/library.so: rebuild shared object with SHSTK support enabled`. Two mitigation strategies can be used, depending on the package: # Where the `dlopen`ed library can be fixed to include Shadow Stack support, the library is fixed and rebuilt with the appropriate markup. This is the preferred fix because it preserves Shadow Stack protection for the calling application. # Where the non-compliant code cannot be fixed in time, the calling application is opted out of Shadow Stack via glibc's [https://inbox.sourceware.org/libc-alpha/cover.1782444639.git.dj@redhat.com/T/#u System-Wide Tunables] configuration that can be shipped per-application as a configuration file. This disables Shadow Stack for that specific application while all other processes retain protection. == Feedback == No community feedback has been received yet. This section will be updated as feedback is collected. == Benefit to Fedora == This change provides hardware-enforced protection against Return-Oriented Programming (ROP) style attacks for the majority of Fedora binaries at negligible performance cost. Shadow Stacks are enforced by the CPU and do not require software instrumentation at runtime. The overhead is limited to maintaining a second copy of the return address stack in protected memory, which has no measurable impact on typical workloads. The change is transparent: compliant applications are protected without any code change, rebuild, or user action. Because `-fcf-protection` is already a default compile flag in Fedora, the majority of packages are already built with the appropriate ELF markup. Enabling Shadow Stack in the dynamic linker activates protection for these packages immediately. This also lays groundwork for enabling Indirect Branch Tracking (IBT) in a future release, which together with Shadow Stack would provide full Control-Flow Enforcement Technology (CET) protection. == Scope == * Proposal owners: The glibc maintainers will: # Apply a glibc downstream patch that reverts an upstream change that deactivates Shadow Stack support. # Include the upstream glibc [https://inbox.sourceware.org/libc-alpha/cover.1782444639.git.dj@redhat.com/T/#u System-Wide Tunables] feature, which has obtained upstream consensus and will be part of the next glibc release. This feature enables per-application opt-out via configuration files. # Ship `/etc/tunables.conf` with `include /etc/tunables.conf.d/*.conf` so that individual packages can drop in their own configuration files in order to opt-out. # Validate that SUID/SGID applications correctly sanitize tunables so that unprivileged users cannot disable Shadow Stack for privileged programs. # Open tracking bugs for all known incompatible packages. * Other developers: Most packages built with Fedora's default flags already produce Shadow Stack compatible binaries and no action is needed in this case. Packages that include hand-written assembly or build with different flags might ship ELF objects without Shadow Stack markup. Maintainers of such packages will need to make changes to their package to include Shadow Stack markup (e.g., annotate assembly routines). A special case is applications built with Shadow Stack support that currently `dlopen` shared objects built without it. These applications will encounter a runtime error at `dlopen` unless one of these fixes is applied: # The `dlopen`ed library is compiled with Shadow Stack support enabled. # The application opts out of Shadow Stack support using glibc's System-Wide Tunables feature. For example, a package named `app` providing `/usr/bin/app` would install `/etc/tunables.conf.d/app.conf` containing: <pre> [proc:/usr/bin/app] glibc.cpu.x86_shstk=off </pre> This disables Shadow Stack for that specific application while all other processes retain protection. The drop-in file is owned by the affected package's RPM, so it is added and removed with the package. Once the dependency is fixed, the package update removes the drop-in file and the application gains Shadow Stack protection. * Release engineering: [https://forge.fedoraproject.org/releng/tickets/issues/13388 #13388] Most objects are already built with support, and enablement is via a glibc update. For Rust, binary packages need to be rebuilt once the Rust dependency is in place. This can be done as part of the regularly scheduled Fedora 45 mass-rebuild. We will track this as part of the F45 GNU Toolchain release engineering ticket linked to above. * Policies and guidelines: No changes to packaging guidelines are required at this time. Default build configuration already builds objects with support and for the majority of packages, the change is transparent. * Trademark approval: N/A (not needed for this Change) * Alignment with the Fedora Strategy: This change is in line with Fedora's security posture and commitment to shipping secure-by-default systems. == Upgrade/compatibility impact == After upgrading to Fedora 45, Shadow Stack support will be enabled automatically for processes whose binary and all loaded shared libraries carry the appropriate markup. Processes that load any non-compliant shared object will have Shadow Stack silently disabled at startup. The only exception is applications that are fully Shadow Stack compliant at startup and then use `dlopen` to load a shared object without Shadow Stack markup at runtime. This will lead to a `dlopen` failure. However, affected applications can be configured to opt out of Shadow Stack protection, or have their dependencies fixed. Incompatible packages will be identified by scanning the Fedora package set for ELF objects missing the SHSTK property note, and by testing critical desktop and server workloads against the COPR repository with Shadow Stack enabled. Tracking bugs will be filed for all known incompatible packages. This work has already started and is being tracked in [https://bugzilla.redhat.com/show_bug.cgi?id=2458434 Bugzilla]. # Where the `dlopen`ed library is under Fedora's control, it can either be fixed and rebuilt with support, or the dependent package configured to run with Shadow Stack turned off as described in the Scope section above. # Users who encounter this problem with third party applications can work around it using the System-Wide Tunables feature as described earlier. == Early Testing (Optional) == A COPR repository with the updated glibc (Shadow Stack enabled) is available for Fedora 43, 44, and Rawhide for early testing: https://copr.fedorainfracloud.org/coprs/submachine/glibc-x86_64-SHSTK-Testing/ Do you require 'QA Blueprint' support? No <!-- Optional Step for System-Wide Changes only --> == How To Test == 1. Shadow Stack hardware support is available on Intel 11th Generation and newer CPUs, and AMD Zen3 and newer CPUs, so testing does not require any special hardware except a recent enough x86_64 processor. 2. Machine learning workloads that use GPU acceleration via AMD ROCm are a specific area of interest because the ROCm runtime libraries may lack Shadow Stack markup. Testing these workloads (e.g., pytorch with ROCm) requires access to AMD GPUs. 3. Once the runtime has been enabled for Shadow Stack, testing involves (a) verifying the shadow stack status of running processes (`cat /proc/$pid/status | grep x86_Thread_features`), and (b) verifying that there are no application errors or crashes due to incompatible binaries. 4. The majority of running processes should be protected, with Shadow Stack enabled. == User Experience == This change is transparent to users. No action is required to enable or configure support. Applications that are not compatible with Shadow Stack run without the protection; they continue to function normally but do not benefit from the additional security. In rare cases, an application that loads a non-compliant plugin at runtime may encounter a `dlopen` error. Known affected applications ship with a drop-in configuration file that prevents this. Users who encounter this with other applications can create a file in `/etc/tunables.conf.d/` to opt the application out, and then run `ldconfig`. == Dependencies == 1. Rust: The rust compiler needs to be able to generate Shadow Stack compatible binaries. This affects a significant part of the Fedora runtime and applications, including `rpm` and `firefox`. However, we are collaborating with the Rust team and have already tested a `rustc` change that enables emitting compatible binaries by default (without the use of any flags). The [https://bugzilla.redhat.com/show_bug.cgi?id=2196282 Rust Fedora Bug] tracks this. 2. Firefox and Chrome: Both browsers are currently not compatible with Shadow Stack although the Firefox binary and some objects are built with Shadow Stack enabled. Upstream work, in particular around their JIT compilers, as well as the rust tooling change mentioned above are needed in order to fix this. Until then, we propose to disable Shadow Stack protection flags when building Firefox. Both browsers will gain Shadow Stack protection once their upstream dependencies are resolved, at which point they can be rebuilt with protection turned on. == Contingency Plan == * Contingency mechanism: Downstream patch applied to glibc to enable Shadow Stacks by default in Fedora will be reverted. * Contingency deadline: No deadline. The patch can be reverted as late as necessary in the development cycle. * Blocks release? No. == Documentation == === Guide for package maintainers === ==== Checking an ELF object for CET support ==== Use `readelf` to inspect the GNU property note on any object file, shared library, or binary. e.g.: <pre> readelf -n /usr/lib64/libc.so.6 | grep 'IBT\|SHSTK' </pre> A fully compliant object shows both properties: <pre> Properties: x86 feature: IBT, SHSTK </pre> While this change only requires `SHSTK`, IBT (Indirect Branch Tracking) will be enabled in a future release and fixing both now avoids having to revisit these packages later. For this change, only `SHSTK` is required. An object with `IBT` but not `SHSTK` will still cause Shadow Stack to be disabled for the process. An object with `SHSTK` but not `IBT` is fully compliant with this change. Fixing both properties is recommended so that packages are ready for a future IBT enablement, but only `SHSTK` is needed now. The linker ANDs these bits across all inputs, so a single unmarked object will strip the property from the final binary. Packages are built by default with `-fcf-protection` enabled, so source files when compiled with default flags are automatically built with SHSTK/IBT support. However, hand-written assembly needs annotations in order to be built with the property enabled. This leads to situations where linking against objects built with hand-written assembly without the appropriate annotations strips the final binary or shared object of CET support. ==== Annotating a GAS assembly file ==== Hand-written `.S` files compiled through GCC do not automatically receive the CET property note. To fix this, add one line near the top of the file: <pre> #include <cet.h> </pre> For IBT compatibility, add `_CET_ENDBR` (also defined by `cet.h`) at the entry point of any function that may be reached via an indirect branch (e.g. function pointer): <pre> #include <cet.h> .text .globl my_handwritten_func .type my_handwritten_func, @function my_handwritten_func: _CET_ENDBR /* ..function body */ ret </pre> == Release Notes == -- Aoife Moloney Fedora Operations Architect Fedora Project Matrix: @amoloney:fedora.im IRC: amoloney -- _______________________________________________ devel-announce mailing list -- devel-announce@lists.fedoraproject.org To unsubscribe send an email to devel-announce-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
Wednesday, July 1, 2026
Bouncing messages from freebsd-announce@FreeBSD.org
Hi, this is the Mlmmj program managing the <freebsd-announce@FreeBSD.org> mailing list. Some messages to you could not be delivered. If you're seeing this message it means things are back to normal, and it's merely for your information. Here is the list of the bounced messages: - 281, Message-ID: <20260630195516.9E1BD1BC1B@freefall.freebsd.org> - 282, Message-ID: <20260630195533.91A831BA5D@freefall.freebsd.org> - 283, Message-ID: <20260630195541.2DF521BD82@freefall.freebsd.org> - 284, Message-ID: <20260630195546.5AC811BC1E@freefall.freebsd.org> - 285, Message-ID: <20260630195551.5A9081BD18@freefall.freebsd.org> - 286, Message-ID: <20260630195556.16CF41BD1B@freefall.freebsd.org> - 287, Message-ID: <20260630195600.A9D9E1BD1D@freefall.freebsd.org> - 288, Message-ID: <20260630195605.C04E71BD1F@freefall.freebsd.org> - 291, Message-ID: <20260630195620.B3B3F1BBBD@freefall.freebsd.org> - 289, Message-ID: <20260630195611.407261BAEF@freefall.freebsd.org> - 293, Message-ID: <20260630195631.688B41BBBF@freefall.freebsd.org> - 290, Message-ID: <20260630195615.BFD0A1BA6B@freefall.freebsd.org> - 294, Message-ID: <20260630195636.905DE1BAFB@freefall.freebsd.org> - 292, Message-ID: <20260630195626.754281BAF5@freefall.freebsd.org>
Tuesday, June 30, 2026
Orphaned packages looking for new maintainers
Report started at 2026-06-30 23:01:19 UTC The following packages are orphaned and will be retired when they are orphaned for six weeks, unless someone adopts them. If you know for sure that the package should be retired, please do so now with a proper reason: https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life Note: If you received this mail directly you (co)maintain one of the affected packages or a package that depends on one. Please adopt the affected package or retire your depending package to avoid broken dependencies, otherwise your package will be retired when the affected package gets retired. Request package ownership via the *Take* button in the left column on https://src.fedoraproject.org/rpms/<pkgname> Full report available at: https://a.gtmx.me/orphans/orphans.txt grep it for your FAS username and follow the dependency chain. For human readable dependency chains, see https://packager-dashboard.fedoraproject.org/ For all orphaned packages, see https://packager-dashboard.fedoraproject.org/orphan Package (co)maintainers Status Change ================================================================================ MyPasswordSafe orphan 3 weeks ago adanaxisgpl orphan 3 weeks ago axel orphan 0 weeks ago ccze @epel-packagers-sig, orphan, 3 weeks ago salimma dnfdaemon besser82, jonathanspw, orphan, 3 weeks ago thunderbirdtr drat2er orphan 1 weeks ago golang-bazil-fuse @go-sig, jchaloup, orphan 0 weeks ago golang-contrib-opencensus- @go-sig, orphan 5 weeks ago resource golang-etcd-bbolt @go-sig, orphan 2 weeks ago golang-github-alexflint- @go-sig, orphan 0 weeks ago filemutex golang-github-anmitsu-shlex @go-sig, dfateyev, jchaloup, 1 weeks ago orphan golang-github-azure-autorest @go-sig, jchaloup, orphan 5 weeks ago golang-github-blang-semver @go-sig, orphan 0 weeks ago golang-github-bmizerany-assert @go-sig, jchaloup, orphan 1 weeks ago golang-github-clbanning-x2j @go-sig, orphan 0 weeks ago golang-github-containerd- @go-sig, orphan 0 weeks ago console golang-github-devigned-tab @go-sig, orphan 5 weeks ago golang-github-franela-goreq @go-sig, orphan 0 weeks ago golang-github-gin-contrib-sse @go-sig, orphan 0 weeks ago golang-github-gobuffalo-logger @go-sig, orphan 0 weeks ago golang-github-gorilla-handlers @go-sig, jchaloup, orphan 0 weeks ago golang-github-hanwen-fuse-2 @go-sig, orphan 0 weeks ago golang-github-hdrhistogram @go-sig, orphan 0 weeks ago golang-github-huandu-xstrings @go-sig, orphan 0 weeks ago golang-github-karrick-godirwalk @go-sig, orphan 0 weeks ago golang-github-logr-stdr @go-sig, orphan 3 weeks ago golang-github-markbates-errx @go-sig, orphan 0 weeks ago golang-github-markbates-oncer @go-sig, orphan 0 weeks ago golang-github-markbates-safe @go-sig, orphan 0 weeks ago golang-github-modern-reflect2 @go-sig, orphan 0 weeks ago golang-github-mrunalp-fileutils @go-sig, orphan 0 weeks ago golang-github-opencontainers- @go-sig, orphan 5 weeks ago digest golang-github-opentracing @go-sig, orphan 2 weeks ago golang-github-rs-xid @go-sig, orphan 0 weeks ago golang-github-schollz-cli-2 @go-sig, orphan 3 weeks ago golang-github-sourcegraph- @go-sig, orphan 1 weeks ago jsonrpc2 golang-github-spf13-afero @go-sig, athoscr, orphan 2 weeks ago golang-github-urfave-cli @go-sig, orphan 3 weeks ago golang-github-xrash-smetrics @go-sig, orphan 1 weeks ago golang-github-zmap-zcrypto @go-sig, orphan 2 weeks ago golang-google-genproto @go-sig, orphan 5 weeks ago golang-gopkg-yaml-1 @go-sig, orphan 0 weeks ago hikari @sway-sig, orphan 1 weeks ago jakarta-json @epel-packagers-sig, orphan, 2 weeks ago salimma kf5-kjs @kde-sig, jgrulich, orphan, 3 weeks ago than lfsc orphan 1 weeks ago libyui jonathanspw, orphan, 4 weeks ago thunderbirdtr libyui-gtk jonathanspw, orphan, 4 weeks ago thunderbirdtr libyui-mga jonathanspw, orphan, 4 weeks ago thunderbirdtr libyui-mga-gtk jonathanspw, orphan, 4 weeks ago thunderbirdtr libyui-mga-qt jonathanspw, orphan, 4 weeks ago thunderbirdtr pads orphan 3 weeks ago perl-Date-Extract orphan 3 weeks ago perl-Module-Pluggable-Ordered orphan 0 weeks ago php-felixfbecker-advanced-json- orphan 0 weeks ago rpc3 php-netresearch-jsonmapper orphan 0 weeks ago php-netresearch-jsonmapper4 orphan 0 weeks ago php-tcpdf orphan 1 weeks ago php-tecnickcom-tc-lib-barcode orphan 5 weeks ago php-tecnickcom-tc-lib-color orphan 5 weeks ago proxysql orphan, praiskup 3 weeks ago python-SALib @neuro-sig, orphan 1 weeks ago python-argparse-dataclass orphan 4 weeks ago python-chai @infra-sig, @python-packagers- 1 weeks ago sig, orphan, pingou, romaingeissler1a python-conda-inject orphan 4 weeks ago python-connection_pool orphan 4 weeks ago python-dpath orphan 4 weeks ago python-ftputil orphan 4 weeks ago python-irodsclient orphan 4 weeks ago python-linuxdoc orphan 1 weeks ago python-matrix-nio orphan 1 weeks ago python-poetry-plugin-export @python-packagers-sig, orphan 1 weeks ago python-pulp orphan 3 weeks ago python-py-tes orphan 4 weeks ago python-pytest-tornado @python-packagers-sig, orphan 1 weeks ago python-reretry orphan 4 weeks ago python-smart_open orphan 4 weeks ago python-snakemake-executor- orphan 1 weeks ago plugin-cluster-generic python-snakemake-executor- orphan 4 weeks ago plugin-cluster-sync python-snakemake-executor- orphan 4 weeks ago plugin-flux python-snakemake-executor- orphan 4 weeks ago plugin-kubernetes python-snakemake-executor- orphan 4 weeks ago plugin-slurm python-snakemake-executor- orphan 4 weeks ago plugin-slurm-jobstep python-snakemake-executor- orphan 4 weeks ago plugin-tes python-snakemake-interface- orphan 4 weeks ago common python-snakemake-interface- orphan 4 weeks ago executor-plugins python-snakemake-interface- orphan 4 weeks ago logger-plugins python-snakemake-interface- orphan 4 weeks ago report-plugins python-snakemake-interface- orphan 4 weeks ago scheduler-plugins python-snakemake-interface- orphan 4 weeks ago storage-plugins python-snakemake-logger-plugin- orphan 4 weeks ago rich python-snakemake-storage- orphan 4 weeks ago plugin-azure python-snakemake-storage- orphan 4 weeks ago plugin-fs python-snakemake-storage- orphan 4 weeks ago plugin-ftp python-snakemake-storage- orphan 4 weeks ago plugin-gcs python-snakemake-storage- orphan 4 weeks ago plugin-http python-snakemake-storage- orphan 4 weeks ago plugin-s3 python-snakemake-storage- orphan 4 weeks ago plugin-webdav python-snakemake-storage- orphan 4 weeks ago plugin-xrootd python-snakemake-storage- orphan 4 weeks ago plugin-zenodo python-sysrsync orphan 4 weeks ago python-throttler orphan 4 weeks ago python-yte orphan 4 weeks ago qmc2 orphan 4 weeks ago rust-ansiterm @rust-sig, orphan 2 weeks ago rust-app_dirs2 @rust-sig, orphan 1 weeks ago rust-chainerror @rust-sig, orphan 1 weeks ago rust-dbus-tree @rust-sig, bgurney, mulhern, 0 weeks ago orphan rust-edit-distance @rust-sig, orphan 3 weeks ago rust-getch @rust-sig, orphan 1 weeks ago rust-lazycell @rust-sig, orphan 3 weeks ago rust-target @rust-sig, orphan 3 weeks ago rust-unix_socket @rust-sig, orphan 1 weeks ago snakemake orphan 4 weeks ago spec-version-maven-plugin @epel-packagers-sig, orphan, 2 weeks ago salimma xgrep orphan 3 weeks ago yggdrasil-worker-package- @go-sig, orphan 1 weeks ago manager The following packages require above mentioned packages: Depending on: golang-github-azure-autorest (1), status change: 2026-05-25 (5 weeks ago) golang-github-azure-amqp-common (maintained by: @go-sig, mikep) golang-github-azure-amqp-common-4.2.0-9.fc43.src requires golang(github.com/Azure/go-autorest/autorest/adal) = 14.2.0-20.fc43, golang(github.com/Azure/go-autorest/autorest/azure) = 14.2.0-20.fc43 golang-github-azure-amqp-common-devel-4.2.0-9.fc43.noarch requires golang(github.com/Azure/go-autorest/autorest/adal) = 14.2.0-20.fc43, golang(github.com/Azure/go-autorest/autorest/azure) = 14.2.0-20.fc43 Depending on: golang-github-devigned-tab (1), status change: 2026-05-25 (5 weeks ago) golang-github-azure-amqp-common (maintained by: @go-sig, mikep) golang-github-azure-amqp-common-4.2.0-9.fc43.src requires golang(github.com/devigned/tab) = 0.1.3-15.fc43 golang-github-azure-amqp-common-devel-4.2.0-9.fc43.noarch requires golang(github.com/devigned/tab) = 0.1.3-15.fc43 Depending on: golang-github-opencontainers-digest (2), status change: 2026-05-25 (5 weeks ago) golang-github-distribution-reference (maintained by: @go-sig, principis) golang-github-distribution-reference-0.5.0-4.fc43.src requires golang(github.com/opencontainers/go-digest) = 1.0.0-17.20220918gitbde1400.fc43 golang-github-distribution-reference-devel-0.5.0-4.fc43.noarch requires golang(github.com/opencontainers/go-digest) = 1.0.0-17.20220918gitbde1400.fc43 golang-oras-2 (maintained by: @go-sig, dcavalca) golang-oras-2-2.5.0-3.fc43.src requires golang(github.com/opencontainers/go-digest) = 1.0.0-17.20220918gitbde1400.fc43 golang-oras-2-devel-2.5.0-3.fc43.noarch requires golang(github.com/opencontainers/go-digest) = 1.0.0-17.20220918gitbde1400.fc43 Depending on: golang-github-opentracing (3), status change: 2026-06-10 (2 weeks ago) golang-github-devigned-tab (maintained by: @go-sig, orphan) golang-github-devigned-tab-0.1.3-15.fc43.src requires golang(github.com/opentracing/opentracing-go) = 1.2.0-17.fc44 golang-github-devigned-tab-devel-0.1.3-15.fc43.noarch requires golang(github.com/opentracing/opentracing-go) = 1.2.0-17.fc44 golang-github-kit (maintained by: @go-sig, alexsaezm) golang-github-kit-0.11.0-12.fc42~bootstrap.src requires golang(github.com/opentracing/opentracing-go) = 1.2.0-17.fc44, golang(github.com/opentracing/opentracing-go/ext) = 1.2.0-17.fc44, golang(github.com/opentracing/opentracing-go/log) = 1.2.0-17.fc44 golang-github-kit-devel-0.11.0-12.fc42~bootstrap.noarch requires golang(github.com/opentracing/opentracing-go) = 1.2.0-17.fc44, golang(github.com/opentracing/opentracing-go/ext) = 1.2.0-17.fc44, golang(github.com/opentracing/opentracing-go/log) = 1.2.0-17.fc44 golang-github-azure-amqp-common (maintained by: @go-sig, mikep) golang-github-azure-amqp-common-4.2.0-9.fc43.src requires golang(github.com/devigned/tab) = 0.1.3-15.fc43 golang-github-azure-amqp-common-devel-4.2.0-9.fc43.noarch requires golang(github.com/devigned/tab) = 0.1.3-15.fc43 Depending on: golang-github-spf13-afero (2), status change: 2026-06-10 (2 weeks ago) golang-github-lyft-protoc-gen-star (maintained by: @go-sig, alexsaezm) golang-github-lyft-protoc-gen-star-0.5.2-15.fc43.src requires golang(github.com/spf13/afero) = 1.11.0-4.fc43 golang-github-lyft-protoc-gen-star-devel-0.5.2-15.fc43.noarch requires golang(github.com/spf13/afero) = 1.11.0-4.fc43 golang-github-envoyproxy-protoc-gen-validate (maintained by: @go-sig, alexsaezm) golang-github-envoyproxy-protoc-gen-validate-0.4.1-19.fc44.src requires golang(github.com/lyft/protoc-gen-star) = 0.5.2-15.fc43, golang(github.com/lyft/protoc-gen-star/lang/go) = 0.5.2-15.fc43 golang-github-envoyproxy-protoc-gen-validate-devel-0.4.1-19.fc44.noarch requires golang(github.com/lyft/protoc-gen-star) = 0.5.2-15.fc43, golang(github.com/lyft/protoc-gen-star/lang/go) = 0.5.2-15.fc43 Depending on: golang-github-urfave-cli (3), status change: 2026-06-09 (3 weeks ago) golang-github-shopify-toxiproxy (maintained by: @go-sig, eclipseo) golang-github-shopify-toxiproxy-2.1.4-23.fc44.src requires golang(github.com/urfave/cli) = 1.22.10-10.fc44 golang-github-shopify-toxiproxy-devel-2.1.4-23.fc44.noarch requires golang(github.com/urfave/cli) = 1.22.10-10.fc44 golang-github-vbatts-tar-split (maintained by: @go-sig, jchaloup, runcom) golang-github-vbatts-tar-split-0.11.2-12.fc44.src requires golang(github.com/urfave/cli) = 1.22.10-10.fc44 golang-github-vbatts-tar-split-devel-0.11.2-12.fc44.noarch requires golang(github.com/urfave/cli) = 1.22.10-10.fc44 gotun (maintained by: @go-sig, kushal) gotun-0-0.24.gita9dbe4d.fc42.src requires golang(github.com/urfave/cli) = 1.22.10-10.fc44 Depending on: kf5-kjs (3), status change: 2026-06-09 (3 weeks ago) kf5-khtml (maintained by: @kde-sig, farchord, jgrulich, than) kf5-khtml-5.116.0-6.fc44.i686 requires libKF5JS.so.5 kf5-khtml-5.116.0-6.fc44.src requires kf5-kjs-devel = 5.116.0-6.fc44 kf5-khtml-5.116.0-6.fc44.x86_64 requires libKF5JS.so.5()(64bit) kf5-khtml-devel-5.116.0-6.fc44.i686 requires kf5-kjs-devel = 5.116.0-6.fc44 kf5-khtml-devel-5.116.0-6.fc44.x86_64 requires kf5-kjs-devel = 5.116.0-6.fc44 kf5-kjsembed (maintained by: @kde-sig, farchord, jgrulich) kf5-kjsembed-5.116.0-7.fc44.src requires kf5-kjs-devel = 5.116.0-6.fc44 kf5-kjsembed-5.116.0-7.fc44.x86_64 requires libKF5JS.so.5()(64bit) kf5-kjsembed-devel-5.116.0-7.fc44.x86_64 requires kf5-kjs-devel = 5.116.0-6.fc44 kopete (maintained by: @kde-sig, nucleo, than) kopete-23.08.5-4.fc43.src requires cmake(KF5KHtml) = 5.116.0 kopete-libs-23.08.5-4.fc43.i686 requires libKF5KHtml.so.5 kopete-libs-23.08.5-4.fc43.x86_64 requires libKF5KHtml.so.5()(64bit) Depending on: libyui (6), status change: 2026-05-31 (4 weeks ago) libyui-gtk (maintained by: jonathanspw, orphan, thunderbirdtr) libyui-gtk-2.52.5-7.fc44.i686 requires libyui.so.15 libyui-gtk-2.52.5-7.fc44.src requires libyui-devel = 4.2.16-31.fc45 libyui-gtk-2.52.5-7.fc44.x86_64 requires libyui.so.15()(64bit) libyui-gtk-devel-2.52.5-7.fc44.i686 requires libyui-devel(x86-32) = 4.2.16-31.fc45 libyui-gtk-devel-2.52.5-7.fc44.x86_64 requires libyui-devel(x86-64) = 4.2.16-31.fc45 libyui-mga (maintained by: jonathanspw, orphan, thunderbirdtr) libyui-mga-1.2.1-12.fc44.i686 requires libyui.so.15 libyui-mga-1.2.1-12.fc44.src requires libyui-devel = 4.2.16-31.fc45, pkgconfig(libyui) = 4.2.16 libyui-mga-1.2.1-12.fc44.x86_64 requires libyui.so.15()(64bit) libyui-mga-devel-1.2.1-12.fc44.i686 requires libyui-devel(x86-32) = 4.2.16-31.fc45 libyui-mga-devel-1.2.1-12.fc44.x86_64 requires libyui-devel(x86-64) = 4.2.16-31.fc45 libyui-mga-gtk (maintained by: jonathanspw, orphan, thunderbirdtr) libyui-mga-gtk-1.2.0-17.fc44.i686 requires libyui-mga.so.15, libyui.so.15 libyui-mga-gtk-1.2.0-17.fc44.src requires libyui-devel = 4.2.16-31.fc45, libyui-gtk-devel = 2.52.5-7.fc44, libyui-mga-devel = 1.2.1-12.fc44 libyui-mga-gtk-1.2.0-17.fc44.x86_64 requires libyui-mga.so.15()(64bit), libyui.so.15()(64bit) libyui-mga-gtk-devel-1.2.0-17.fc44.i686 requires libyui-devel(x86-32) = 4.2.16-31.fc45, libyui-gtk-devel(x86-32) = 2.52.5-7.fc44, libyui-mga-devel(x86-32) = 1.2.1-12.fc44 libyui-mga-gtk-devel-1.2.0-17.fc44.x86_64 requires libyui-devel(x86-64) = 4.2.16-31.fc45, libyui-gtk-devel(x86-64) = 2.52.5-7.fc44, libyui-mga-devel(x86-64) = 1.2.1-12.fc44 libyui-mga-ncurses (maintained by: ngompa, thunderbirdtr) libyui-mga-ncurses-1.2.0-11.fc43.i686 requires libyui-mga.so.15, libyui-ncurses.so.15, libyui.so.15 libyui-mga-ncurses-1.2.0-11.fc43.src requires libyui-devel = 4.2.16-31.fc45, libyui-mga-devel = 1.2.1-12.fc44, libyui-ncurses-devel = 4.2.16-31.fc45 libyui-mga-ncurses-1.2.0-11.fc43.x86_64 requires libyui-mga.so.15()(64bit), libyui-ncurses.so.15()(64bit), libyui.so.15()(64bit) libyui-mga-ncurses-devel-1.2.0-11.fc43.i686 requires libyui-devel(x86-32) = 4.2.16-31.fc45, libyui-mga-devel(x86-32) = 1.2.1-12.fc44, libyui-ncurses-devel(x86-32) = 4.2.16-31.fc45 libyui-mga-ncurses-devel-1.2.0-11.fc43.x86_64 requires libyui-devel(x86-64) = 4.2.16-31.fc45, libyui-mga-devel(x86-64) = 1.2.1-12.fc44, libyui-ncurses-devel(x86-64) = 4.2.16-31.fc45 libyui-mga-qt (maintained by: jonathanspw, orphan, thunderbirdtr) libyui-mga-qt-1.2.0-13.fc44.i686 requires libyui-mga.so.15, libyui-qt(x86-32) = 4.2.16-31.fc45, libyui.so.15 libyui-mga-qt-1.2.0-13.fc44.src requires pkgconfig(libyui) = 4.2.16, pkgconfig(libyui-mga) = 1.2.1, pkgconfig(libyui-qt) = 4.2.16 libyui-mga-qt-1.2.0-13.fc44.x86_64 requires libyui-mga.so.15()(64bit), libyui-qt(x86-64) = 4.2.16-31.fc45, libyui.so.15()(64bit) libyui-mga-qt-devel-1.2.0-13.fc44.i686 requires libyui-devel = 4.2.16-31.fc45 libyui-mga-qt-devel-1.2.0-13.fc44.x86_64 requires libyui-devel = 4.2.16-31.fc45 libyui (maintained by: jonathanspw, orphan, thunderbirdtr) libyui-4.2.16-31.fc45.src requires pkgconfig(libyui-mga) = 1.2.1 perl-yui-4.2.16-31.fc45.x86_64 requires libyui-mga.so.15()(64bit) python3-yui-4.2.16-31.fc45.x86_64 requires libyui-mga.so.15()(64bit) ruby-yui-4.2.16-31.fc45.x86_64 requires libyui-mga.so.15()(64bit) Depending on: libyui-gtk (1), status change: 2026-05-31 (4 weeks ago) libyui-mga-gtk (maintained by: jonathanspw, orphan, thunderbirdtr) libyui-mga-gtk-1.2.0-17.fc44.src requires libyui-gtk-devel = 2.52.5-7.fc44 libyui-mga-gtk-devel-1.2.0-17.fc44.i686 requires libyui-gtk-devel(x86-32) = 2.52.5-7.fc44 libyui-mga-gtk-devel-1.2.0-17.fc44.x86_64 requires libyui-gtk-devel(x86-64) = 2.52.5-7.fc44 Depending on: libyui-mga (6), status change: 2026-05-31 (4 weeks ago) libyui (maintained by: jonathanspw, orphan, thunderbirdtr) libyui-4.2.16-31.fc45.src requires pkgconfig(libyui-mga) = 1.2.1 perl-yui-4.2.16-31.fc45.x86_64 requires libyui-mga.so.15()(64bit) python3-yui-4.2.16-31.fc45.x86_64 requires libyui-mga.so.15()(64bit) ruby-yui-4.2.16-31.fc45.x86_64 requires libyui-mga.so.15()(64bit) libyui-mga-gtk (maintained by: jonathanspw, orphan, thunderbirdtr) libyui-mga-gtk-1.2.0-17.fc44.i686 requires libyui-mga.so.15, libyui.so.15 libyui-mga-gtk-1.2.0-17.fc44.src requires libyui-devel = 4.2.16-31.fc45, libyui-gtk-devel = 2.52.5-7.fc44, libyui-mga-devel = 1.2.1-12.fc44 libyui-mga-gtk-1.2.0-17.fc44.x86_64 requires libyui-mga.so.15()(64bit), libyui.so.15()(64bit) libyui-mga-gtk-devel-1.2.0-17.fc44.i686 requires libyui-devel(x86-32) = 4.2.16-31.fc45, libyui-gtk-devel(x86-32) = 2.52.5-7.fc44, libyui-mga-devel(x86-32) = 1.2.1-12.fc44 libyui-mga-gtk-devel-1.2.0-17.fc44.x86_64 requires libyui-devel(x86-64) = 4.2.16-31.fc45, libyui-gtk-devel(x86-64) = 2.52.5-7.fc44, libyui-mga-devel(x86-64) = 1.2.1-12.fc44 libyui-mga-ncurses (maintained by: ngompa, thunderbirdtr) libyui-mga-ncurses-1.2.0-11.fc43.i686 requires libyui-mga.so.15, libyui-ncurses.so.15, libyui.so.15 libyui-mga-ncurses-1.2.0-11.fc43.src requires libyui-devel = 4.2.16-31.fc45, libyui-mga-devel = 1.2.1-12.fc44, libyui-ncurses-devel = 4.2.16-31.fc45 libyui-mga-ncurses-1.2.0-11.fc43.x86_64 requires libyui-mga.so.15()(64bit), libyui-ncurses.so.15()(64bit), libyui.so.15()(64bit) libyui-mga-ncurses-devel-1.2.0-11.fc43.i686 requires libyui-devel(x86-32) = 4.2.16-31.fc45, libyui-mga-devel(x86-32) = 1.2.1-12.fc44, libyui-ncurses-devel(x86-32) = 4.2.16-31.fc45 libyui-mga-ncurses-devel-1.2.0-11.fc43.x86_64 requires libyui-devel(x86-64) = 4.2.16-31.fc45, libyui-mga-devel(x86-64) = 1.2.1-12.fc44, libyui-ncurses-devel(x86-64) = 4.2.16-31.fc45 libyui-mga-qt (maintained by: jonathanspw, orphan, thunderbirdtr) libyui-mga-qt-1.2.0-13.fc44.i686 requires libyui-mga.so.15, libyui-qt(x86-32) = 4.2.16-31.fc45, libyui.so.15 libyui-mga-qt-1.2.0-13.fc44.src requires pkgconfig(libyui) = 4.2.16, pkgconfig(libyui-mga) = 1.2.1, pkgconfig(libyui-qt) = 4.2.16 libyui-mga-qt-1.2.0-13.fc44.x86_64 requires libyui-mga.so.15()(64bit), libyui-qt(x86-64) = 4.2.16-31.fc45, libyui.so.15()(64bit) libyui-mga-qt-devel-1.2.0-13.fc44.i686 requires libyui-devel = 4.2.16-31.fc45 libyui-mga-qt-devel-1.2.0-13.fc44.x86_64 requires libyui-devel = 4.2.16-31.fc45 libyui-gtk (maintained by: jonathanspw, orphan, thunderbirdtr) libyui-gtk-2.52.5-7.fc44.i686 requires libyui.so.15 libyui-gtk-2.52.5-7.fc44.src requires libyui-devel = 4.2.16-31.fc45 libyui-gtk-2.52.5-7.fc44.x86_64 requires libyui.so.15()(64bit) libyui-gtk-devel-2.52.5-7.fc44.i686 requires libyui-devel(x86-32) = 4.2.16-31.fc45 libyui-gtk-devel-2.52.5-7.fc44.x86_64 requires libyui-devel(x86-64) = 4.2.16-31.fc45 libyui-mga (maintained by: jonathanspw, orphan, thunderbirdtr) libyui-mga-1.2.1-12.fc44.i686 requires libyui.so.15 libyui-mga-1.2.1-12.fc44.src requires libyui-devel = 4.2.16-31.fc45, pkgconfig(libyui) = 4.2.16 libyui-mga-1.2.1-12.fc44.x86_64 requires libyui.so.15()(64bit) libyui-mga-devel-1.2.1-12.fc44.i686 requires libyui-devel(x86-32) = 4.2.16-31.fc45 libyui-mga-devel-1.2.1-12.fc44.x86_64 requires libyui-devel(x86-64) = 4.2.16-31.fc45 Depending on: php-netresearch-jsonmapper (1), status change: 2026-06-30 (0 weeks ago) php-felixfbecker-advanced-json-rpc3 (maintained by: orphan) php-felixfbecker-advanced-json-rpc3-3.2.1-12.fc44.noarch requires php-composer(netresearch/jsonmapper) = 5.0.1 php-felixfbecker-advanced-json-rpc3-3.2.1-12.fc44.src requires php-composer(netresearch/jsonmapper) = 5.0.1 Depending on: php-netresearch-jsonmapper4 (1), status change: 2026-06-30 (0 weeks ago) php-felixfbecker-advanced-json-rpc3 (maintained by: orphan) php-felixfbecker-advanced-json-rpc3-3.2.1-12.fc44.noarch requires php-composer(netresearch/jsonmapper) = 4.5.0 php-felixfbecker-advanced-json-rpc3-3.2.1-12.fc44.src requires php-composer(netresearch/jsonmapper) = 4.5.0 Depending on: php-tecnickcom-tc-lib-color (1), status change: 2026-05-26 (5 weeks ago) php-tecnickcom-tc-lib-barcode (maintained by: orphan) php-tecnickcom-tc-lib-barcode-2.5.0-1.fc45.noarch requires php-composer(tecnickcom/tc-lib-color) = 2.6.0 php-tecnickcom-tc-lib-barcode-2.5.0-1.fc45.src requires php-composer(tecnickcom/tc-lib-color) = 2.6.0 Depending on: python-argparse-dataclass (24), status change: 2026-06-01 (4 weeks ago) python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(argparse-dataclass) = 2 python3-snakemake-interface-common-1.23.0-3.fc45.noarch requires python3.15dist(argparse-dataclass) = 2 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires python3dist(argparse-dataclass) = 2, python3dist(snakemake-interface-common) = 1.23 python3-snakemake-interface-executor-plugins-9.4.0-2.fc45.noarch requires python3.15dist(argparse-dataclass) = 2, python3.15dist(snakemake-interface-common) = 1.23 python-yte (maintained by: orphan) python-yte-1.9.4-5.fc45.src requires python3dist(argparse-dataclass) = 2 python3-yte-1.9.4-5.fc45.noarch requires python3.15dist(argparse-dataclass) = 2 python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-flux-0.1.1-12.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-tes-0.1.3-16.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-interface-logger-plugins (maintained by: orphan) python-snakemake-interface-logger-plugins-2.1.0-2.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-interface-logger-plugins-2.1.0-2.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-interface-report-plugins-1.3.0-5.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-azure-0.4.4-9.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-fs-1.1.3-6.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-ftp-0.1.3-9.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-gcs-1.1.4-9.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-http-0.3.1-4.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-s3-0.3.6-6.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-webdav-0.1.2-11.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(snakemake-interface-common) = 1.23 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(snakemake-interface-common) = 1.23 Too many dependencies for python-argparse-dataclass, not all listed here Depending on: python-conda-inject (23), status change: 2026-06-01 (4 weeks ago) snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(conda-inject) = 1.3.2 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(conda-inject) = 1.3.2 python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-conda-inject, not all listed here Depending on: python-connection_pool (23), status change: 2026-06-01 (4 weeks ago) python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(connection-pool) = 0.0.3 snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(connection-pool) = 0.0.3, python3.15dist(snakemake-interface-common) = 1.23 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(connection-pool) = 0.0.3, python3dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-flux-0.1.1-12.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-tes-0.1.3-16.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-interface-executor-plugins-9.4.0-2.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-interface-logger-plugins (maintained by: orphan) python-snakemake-interface-logger-plugins-2.1.0-2.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-interface-logger-plugins-2.1.0-2.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-interface-report-plugins-1.3.0-5.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-azure-0.4.4-9.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-fs-1.1.3-6.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-ftp-0.1.3-9.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-gcs-1.1.4-9.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-http-0.3.1-4.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-s3-0.3.6-6.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-webdav-0.1.2-11.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 Too many dependencies for python-connection_pool, not all listed here Depending on: python-dpath (24), status change: 2026-06-01 (4 weeks ago) python-yte (maintained by: orphan) python-yte-1.9.4-5.fc45.src requires python3dist(dpath) = 2.2 python3-yte-1.9.4-5.fc45.noarch requires python3.15dist(dpath) = 2.2 snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(dpath) = 2.2, python3.15dist(yte) = 1.9.4 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(dpath) = 2.2, python3dist(yte) = 1.9.4 python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-dpath, not all listed here Depending on: python-ftputil (1), status change: 2026-06-01 (4 weeks ago) python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires python3dist(ftputil) = 5.2 python3-snakemake-storage-plugin-ftp-0.1.3-9.fc45.noarch requires python3.15dist(ftputil) = 5.2 Depending on: python-pulp (23), status change: 2026-06-04 (3 weeks ago) snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(pulp) = 3.3.1 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(pulp) = 3.3.1 python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-pulp, not all listed here Depending on: python-py-tes (1), status change: 2026-06-01 (4 weeks ago) python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires python3dist(py-tes) = 1.1.4 python3-snakemake-executor-plugin-tes-0.1.3-16.fc45.noarch requires python3.15dist(py-tes) = 1.1.4 Depending on: python-reretry (2), status change: 2026-06-01 (4 weeks ago) python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires python3dist(reretry) = 0.11.8 python3-snakemake-storage-plugin-fs-1.1.3-6.fc45.noarch requires python3.15dist(reretry) = 0.11.8 python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires python3dist(reretry) = 0.11.8 python3-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.noarch requires python3.15dist(reretry) = 0.11.8 Depending on: python-smart_open (23), status change: 2026-06-01 (4 weeks ago) snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(smart-open) = 7.6.1 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(smart-open) = 7.6.1 python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-smart_open, not all listed here Depending on: python-snakemake-executor-plugin-cluster-generic (24), status change: 2026-06-17 (1 weeks ago) python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires python3dist(snakemake-executor-plugin-cluster-generic) = 1.0.9, snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-flux-0.1.1-12.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires python3dist(snakemake-executor-plugin-slurm-jobstep) = 0.6, python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-tes-0.1.3-16.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-logger-plugin-rich-0.4.1-3.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-interface-logger-plugins (maintained by: orphan) python-snakemake-interface-logger-plugins-2.1.0-2.fc45.src requires python3dist(snakemake-logger-plugin-rich) = 0.4.1 python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-snakemake-executor-plugin-cluster-generic, not all listed here Depending on: python-snakemake-executor-plugin-slurm-jobstep (1), status change: 2026-06-01 (4 weeks ago) python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires python3dist(snakemake-executor-plugin-slurm-jobstep) = 0.6 Depending on: python-snakemake-interface-common (22), status change: 2026-06-01 (4 weeks ago) python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-flux-0.1.1-12.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-executor-plugin-tes-0.1.3-16.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-interface-executor-plugins-9.4.0-2.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-interface-logger-plugins (maintained by: orphan) python-snakemake-interface-logger-plugins-2.1.0-2.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-interface-logger-plugins-2.1.0-2.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-interface-report-plugins-1.3.0-5.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-azure-0.4.4-9.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-fs-1.1.3-6.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-ftp-0.1.3-9.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-gcs-1.1.4-9.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-http-0.3.1-4.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-s3-0.3.6-6.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-webdav-0.1.2-11.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires python3dist(snakemake-interface-common) = 1.23 python3-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.noarch requires python3.15dist(snakemake-interface-common) = 1.23 snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(snakemake-interface-common) = 1.23 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(snakemake-interface-common) = 1.23 Too many dependencies for python-snakemake-interface-common, not all listed here Depending on: python-snakemake-interface-executor-plugins (24), status change: 2026-06-01 (4 weeks ago) python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-flux-0.1.1-12.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires python3dist(snakemake-executor-plugin-slurm-jobstep) = 0.6, python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-tes-0.1.3-16.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-logger-plugin-rich-0.4.1-3.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires python3dist(snakemake-executor-plugin-cluster-generic) = 1.0.9, snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-logger-plugins (maintained by: orphan) python-snakemake-interface-logger-plugins-2.1.0-2.fc45.src requires python3dist(snakemake-logger-plugin-rich) = 0.4.1 python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-snakemake-interface-executor-plugins, not all listed here Depending on: python-snakemake-interface-logger-plugins (24), status change: 2026-06-01 (4 weeks ago) python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires python3dist(snakemake-interface-logger-plugins) = 2.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-logger-plugin-rich-0.4.1-3.fc45.noarch requires python3.15dist(snakemake-interface-logger-plugins) = 2.1 snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(snakemake-interface-logger-plugins) = 2.1 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(snakemake-interface-logger-plugins) = 2.1 python-snakemake-interface-logger-plugins (maintained by: orphan) python-snakemake-interface-logger-plugins-2.1.0-2.fc45.src requires python3dist(snakemake-logger-plugin-rich) = 0.4.1 python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-snakemake-interface-logger-plugins, not all listed here Depending on: python-snakemake-interface-report-plugins (23), status change: 2026-06-01 (4 weeks ago) snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(snakemake-interface-report-plugins) = 1.3 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(snakemake-interface-report-plugins) = 1.3 python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-snakemake-interface-report-plugins, not all listed here Depending on: python-snakemake-interface-scheduler-plugins (23), status change: 2026-06-01 (4 weeks ago) snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(snakemake-interface-scheduler-plugins) = 2.0.2 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(snakemake-interface-scheduler-plugins) = 2.0.2 python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-snakemake-interface-scheduler-plugins, not all listed here Depending on: python-snakemake-interface-storage-plugins (23), status change: 2026-06-01 (4 weeks ago) python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-azure-0.4.4-9.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-fs-1.1.3-6.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-ftp-0.1.3-9.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-gcs-1.1.4-9.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-http-0.3.1-4.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-s3-0.3.6-6.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-webdav-0.1.2-11.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires python3dist(snakemake-storage-plugin-http) = 0.3.1, snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-snakemake-interface-storage-plugins, not all listed here Depending on: python-snakemake-logger-plugin-rich (24), status change: 2026-06-01 (4 weeks ago) python-snakemake-interface-logger-plugins (maintained by: orphan) python-snakemake-interface-logger-plugins-2.1.0-2.fc45.src requires python3dist(snakemake-logger-plugin-rich) = 0.4.1 python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires python3dist(snakemake-interface-logger-plugins) = 2.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-logger-plugin-rich-0.4.1-3.fc45.noarch requires python3.15dist(snakemake-interface-logger-plugins) = 2.1 snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(snakemake-interface-logger-plugins) = 2.1 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(snakemake-interface-logger-plugins) = 2.1 python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-snakemake-logger-plugin-rich, not all listed here Depending on: python-snakemake-storage-plugin-http (23), status change: 2026-06-01 (4 weeks ago) python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires python3dist(snakemake-storage-plugin-http) = 0.3.1, snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-azure-0.4.4-9.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-fs-1.1.3-6.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-ftp-0.1.3-9.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-gcs-1.1.4-9.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-http-0.3.1-4.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-s3-0.3.6-6.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-webdav-0.1.2-11.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-snakemake-storage-plugin-http, not all listed here Depending on: python-sysrsync (1), status change: 2026-06-01 (4 weeks ago) python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires python3dist(sysrsync) = 1.1.1 python3-snakemake-storage-plugin-fs-1.1.3-6.fc45.noarch requires python3.15dist(sysrsync) = 1.1.1 Depending on: python-throttler (23), status change: 2026-06-01 (4 weeks ago) python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, python3dist(throttler) = 1.2.3, snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires python3dist(throttler) = 1.2.3, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-interface-executor-plugins-9.4.0-2.fc45.noarch requires python3.15dist(throttler) = 1.2.3 python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires python3dist(throttler) = 1.2.3, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.noarch requires python3.15dist(throttler) = 1.2.3 snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4, python3.15dist(snakemake-interface-storage-plugins) = 4.4.1, python3.15dist(throttler) = 1.2.3 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, python3dist(snakemake-interface-storage-plugins) = 4.4.1, python3dist(throttler) = 1.2.3 python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-flux-0.1.1-12.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-tes-0.1.3-16.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-logger-plugin-rich-0.4.1-3.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-azure-0.4.4-9.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-fs-1.1.3-6.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-ftp-0.1.3-9.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-gcs-1.1.4-9.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-http-0.3.1-4.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-s3-0.3.6-6.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-webdav-0.1.2-11.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires python3dist(snakemake-interface-storage-plugins) = 4.4.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.noarch requires python3.15dist(snakemake-interface-storage-plugins) = 4.4.1 python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-throttler, not all listed here Depending on: python-yte (23), status change: 2026-06-01 (4 weeks ago) snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(yte) = 1.9.4 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(yte) = 1.9.4 python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-yte, not all listed here Depending on: snakemake (22), status change: 2026-06-01 (4 weeks ago) python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for snakemake, not all listed here Depending on: spec-version-maven-plugin (6), status change: 2026-06-13 (2 weeks ago) jakarta-interceptors (maintained by: korkeala) jakarta-interceptors-2.0.0-18.fc44.src requires mvn(org.glassfish.build:spec-version-maven-plugin) = 2.2 jakarta-json (maintained by: @epel-packagers-sig, orphan, salimma) jakarta-json-2.1.3-9.fc44.src requires mvn(org.glassfish.build:spec-version-maven-plugin) = 2.2 jakarta-saaj (maintained by: didiksupriadi41, mkoncek) jakarta-saaj-3.0.2-7.fc44.src requires mvn(org.glassfish.build:spec-version-maven-plugin) = 2.2 jakarta-xml-ws (maintained by: didiksupriadi41) jakarta-xml-ws-4.0.0-12.fc44.src requires mvn(jakarta.xml.soap:jakarta.xml.soap-api) = 3.0.2, mvn(org.glassfish.build:spec-version-maven-plugin) = 2.2 jakarta-xml-ws-4.0.0-12.fc44.noarch requires mvn(jakarta.xml.soap:jakarta.xml.soap-api) = 3.0.2 rhino (maintained by: didiksupriadi41) rhino-1.7.14-17.fc44.src requires mvn(jakarta.xml.soap:jakarta.xml.soap-api) = 3.0.2 jmock (maintained by: didiksupriadi41) jmock-2.12.0-22.fc44.src requires mvn(jakarta.xml.ws:jakarta.xml.ws-api) = 4.0.0 Depending on: yggdrasil-worker-package-manager (1), status change: 2026-06-19 (1 weeks ago) rhc (maintained by: @go-sig, mhorky) rhc-0.3.8-2.fc44.x86_64 requires yggdrasil-worker-package-manager = 0.2.3-9.fc45 Affected (co)maintainers @epel-packagers-sig: jakarta-json, spec-version-maven-plugin, ccze @go-sig: golang-google-genproto, golang-github-gorilla-handlers, golang-github-sourcegraph-jsonrpc2, golang-github-franela-goreq, golang-github-xrash-smetrics, golang-github-alexflint-filemutex, golang-github-mrunalp-fileutils, golang-github-logr-stdr, golang-github-spf13-afero, golang-github-containerd-console, golang-github-anmitsu-shlex, golang-github-zmap-zcrypto, yggdrasil-worker-package-manager, golang-github-opencontainers-digest, golang-github-opentracing, golang-github-gin-contrib-sse, golang-github-clbanning-x2j, golang-github-urfave-cli, golang-contrib-opencensus-resource, golang-etcd-bbolt, golang-github-bmizerany-assert, golang-github-karrick-godirwalk, golang-github-hdrhistogram, golang-github-rs-xid, golang-github-markbates-safe, golang-github-gobuffalo-logger, golang-github-markbates-oncer, golang-github-blang-semver, golang-github-huandu-xstrings, golang-github-markbates-errx, golang-github-modern-reflect2, golang-github-azure-autorest, golang-github-schollz-cli-2, golang-bazil-fuse, golang-gopkg-yaml-1, golang-github-devigned-tab, golang-github-hanwen-fuse-2 @infra-sig: python-chai @kde-sig: kf5-kjs @neuro-sig: python-SALib @python-packagers-sig: python-poetry-plugin-export, python-pytest-tornado, python-chai @rust-sig: rust-ansiterm, rust-unix_socket, rust-getch, rust-target, rust-chainerror, rust-lazycell, rust-dbus-tree, rust-edit-distance, rust-app_dirs2 @sway-sig: hikari alexsaezm: golang-github-spf13-afero, golang-github-opentracing athoscr: golang-github-spf13-afero besser82: dnfdaemon bgurney: rust-dbus-tree dcavalca: golang-github-opencontainers-digest dfateyev: golang-github-anmitsu-shlex didiksupriadi41: spec-version-maven-plugin eclipseo: golang-github-urfave-cli farchord: kf5-kjs jchaloup: golang-github-gorilla-handlers, golang-github-bmizerany-assert, golang-github-anmitsu-shlex, golang-github-azure-autorest, golang-bazil-fuse, golang-github-urfave-cli jgrulich: kf5-kjs jonathanspw: libyui-gtk, libyui, dnfdaemon, libyui-mga, libyui-mga-gtk, libyui-mga-qt korkeala: spec-version-maven-plugin kushal: golang-github-urfave-cli mhorky: yggdrasil-worker-package-manager mikep: golang-github-azure-autorest, golang-github-opentracing, golang-github-devigned-tab mkoncek: spec-version-maven-plugin mulhern: rust-dbus-tree ngompa: libyui-mga, libyui nucleo: kf5-kjs pingou: python-chai praiskup: proxysql principis: golang-github-opencontainers-digest romaingeissler1a: python-chai runcom: golang-github-urfave-cli salimma: jakarta-json, spec-version-maven-plugin, ccze than: kf5-kjs thunderbirdtr: libyui-gtk, libyui, dnfdaemon, libyui-mga, libyui-mga-gtk, libyui-mga-qt Orphans (117): MyPasswordSafe adanaxisgpl axel ccze dnfdaemon drat2er golang-bazil-fuse golang-contrib-opencensus-resource golang-etcd-bbolt golang-github-alexflint-filemutex golang-github-anmitsu-shlex golang-github-azure-autorest golang-github-blang-semver golang-github-bmizerany-assert golang-github-clbanning-x2j golang-github-containerd-console golang-github-devigned-tab golang-github-franela-goreq golang-github-gin-contrib-sse golang-github-gobuffalo-logger golang-github-gorilla-handlers golang-github-hanwen-fuse-2 golang-github-hdrhistogram golang-github-huandu-xstrings golang-github-karrick-godirwalk golang-github-logr-stdr golang-github-markbates-errx golang-github-markbates-oncer golang-github-markbates-safe golang-github-modern-reflect2 golang-github-mrunalp-fileutils golang-github-opencontainers-digest golang-github-opentracing golang-github-rs-xid golang-github-schollz-cli-2 golang-github-sourcegraph-jsonrpc2 golang-github-spf13-afero golang-github-urfave-cli golang-github-xrash-smetrics golang-github-zmap-zcrypto golang-google-genproto golang-gopkg-yaml-1 hikari jakarta-json kf5-kjs lfsc libyui libyui-gtk libyui-mga libyui-mga-gtk libyui-mga-qt pads perl-Date-Extract perl-Module-Pluggable-Ordered php-felixfbecker-advanced-json-rpc3 php-netresearch-jsonmapper php-netresearch-jsonmapper4 php-tcpdf php-tecnickcom-tc-lib-barcode php-tecnickcom-tc-lib-color proxysql python-SALib python-argparse-dataclass python-chai python-conda-inject python-connection_pool python-dpath python-ftputil python-irodsclient python-linuxdoc python-matrix-nio python-poetry-plugin-export python-pulp python-py-tes python-pytest-tornado python-reretry python-smart_open python-snakemake-executor-plugin-cluster-generic python-snakemake-executor-plugin-cluster-sync python-snakemake-executor-plugin-flux python-snakemake-executor-plugin-kubernetes python-snakemake-executor-plugin-slurm python-snakemake-executor-plugin-slurm-jobstep python-snakemake-executor-plugin-tes python-snakemake-interface-common python-snakemake-interface-executor-plugins python-snakemake-interface-logger-plugins python-snakemake-interface-report-plugins python-snakemake-interface-scheduler-plugins python-snakemake-interface-storage-plugins python-snakemake-logger-plugin-rich python-snakemake-storage-plugin-azure python-snakemake-storage-plugin-fs python-snakemake-storage-plugin-ftp python-snakemake-storage-plugin-gcs python-snakemake-storage-plugin-http python-snakemake-storage-plugin-s3 python-snakemake-storage-plugin-webdav python-snakemake-storage-plugin-xrootd python-snakemake-storage-plugin-zenodo python-sysrsync python-throttler python-yte qmc2 rust-ansiterm rust-app_dirs2 rust-chainerror rust-dbus-tree rust-edit-distance rust-getch rust-lazycell rust-target rust-unix_socket snakemake spec-version-maven-plugin xgrep yggdrasil-worker-package-manager Orphans (dependend on) (38): golang-github-azure-autorest golang-github-devigned-tab golang-github-opencontainers-digest golang-github-opentracing golang-github-spf13-afero golang-github-urfave-cli kf5-kjs libyui libyui-gtk libyui-mga php-netresearch-jsonmapper php-netresearch-jsonmapper4 php-tecnickcom-tc-lib-color python-argparse-dataclass python-conda-inject python-connection_pool python-dpath python-ftputil python-pulp python-py-tes python-reretry python-smart_open python-snakemake-executor-plugin-cluster-generic python-snakemake-executor-plugin-slurm-jobstep python-snakemake-interface-common python-snakemake-interface-executor-plugins python-snakemake-interface-logger-plugins python-snakemake-interface-report-plugins python-snakemake-interface-scheduler-plugins python-snakemake-interface-storage-plugins python-snakemake-logger-plugin-rich python-snakemake-storage-plugin-http python-sysrsync python-throttler python-yte snakemake spec-version-maven-plugin yggdrasil-worker-package-manager Orphans (rawhide) for at least 6 weeks (dependend on) (0): Orphans (rawhide) (not depended on) (79): MyPasswordSafe adanaxisgpl axel ccze dnfdaemon drat2er golang-bazil-fuse golang-contrib-opencensus-resource golang-etcd-bbolt golang-github-alexflint-filemutex golang-github-anmitsu-shlex golang-github-blang-semver golang-github-bmizerany-assert golang-github-clbanning-x2j golang-github-containerd-console golang-github-franela-goreq golang-github-gin-contrib-sse golang-github-gobuffalo-logger golang-github-gorilla-handlers golang-github-hanwen-fuse-2 golang-github-hdrhistogram golang-github-huandu-xstrings golang-github-karrick-godirwalk golang-github-logr-stdr golang-github-markbates-errx golang-github-markbates-oncer golang-github-markbates-safe golang-github-modern-reflect2 golang-github-mrunalp-fileutils golang-github-rs-xid golang-github-schollz-cli-2 golang-github-sourcegraph-jsonrpc2 golang-github-xrash-smetrics golang-github-zmap-zcrypto golang-google-genproto golang-gopkg-yaml-1 hikari jakarta-json lfsc libyui-mga-gtk libyui-mga-qt pads perl-Date-Extract perl-Module-Pluggable-Ordered php-felixfbecker-advanced-json-rpc3 php-tcpdf php-tecnickcom-tc-lib-barcode proxysql python-SALib python-chai python-irodsclient python-linuxdoc python-matrix-nio python-poetry-plugin-export python-pytest-tornado python-snakemake-executor-plugin-cluster-sync python-snakemake-executor-plugin-flux python-snakemake-executor-plugin-kubernetes python-snakemake-executor-plugin-slurm python-snakemake-executor-plugin-tes python-snakemake-storage-plugin-azure python-snakemake-storage-plugin-fs python-snakemake-storage-plugin-ftp python-snakemake-storage-plugin-gcs python-snakemake-storage-plugin-s3 python-snakemake-storage-plugin-webdav python-snakemake-storage-plugin-xrootd python-snakemake-storage-plugin-zenodo qmc2 rust-ansiterm rust-app_dirs2 rust-chainerror rust-dbus-tree rust-edit-distance rust-getch rust-lazycell rust-target rust-unix_socket xgrep Orphans (rawhide) for at least 6 weeks (not dependend on) (0): Depending packages (rawhide) (53): golang-github-azure-amqp-common golang-github-devigned-tab golang-github-distribution-reference golang-github-envoyproxy-protoc-gen-validate golang-github-kit golang-github-lyft-protoc-gen-star golang-github-shopify-toxiproxy golang-github-vbatts-tar-split golang-oras-2 gotun jakarta-interceptors jakarta-json jakarta-saaj jakarta-xml-ws jmock kf5-khtml kf5-kjsembed kopete libyui libyui-gtk libyui-mga libyui-mga-gtk libyui-mga-ncurses libyui-mga-qt php-felixfbecker-advanced-json-rpc3 php-tecnickcom-tc-lib-barcode python-snakemake-executor-plugin-cluster-generic python-snakemake-executor-plugin-cluster-sync python-snakemake-executor-plugin-flux python-snakemake-executor-plugin-kubernetes python-snakemake-executor-plugin-slurm python-snakemake-executor-plugin-slurm-jobstep python-snakemake-executor-plugin-tes python-snakemake-interface-common python-snakemake-interface-executor-plugins python-snakemake-interface-logger-plugins python-snakemake-interface-report-plugins python-snakemake-interface-scheduler-plugins python-snakemake-interface-storage-plugins python-snakemake-logger-plugin-rich python-snakemake-storage-plugin-azure python-snakemake-storage-plugin-fs python-snakemake-storage-plugin-ftp python-snakemake-storage-plugin-gcs python-snakemake-storage-plugin-http python-snakemake-storage-plugin-s3 python-snakemake-storage-plugin-webdav python-snakemake-storage-plugin-xrootd python-snakemake-storage-plugin-zenodo python-yte rhc rhino snakemake Packages depending on packages orphaned (rawhide) for more than 6 weeks (0): Non-leaf golang library packages (rawhide) (6): golang-github-azure-autorest golang-github-devigned-tab golang-github-opencontainers-digest golang-github-opentracing golang-github-spf13-afero golang-github-urfave-cli -- The script creating this output is run and developed by Fedora Release Engineering. Please report issues at its pagure instance: https://pagure.io/releng/ The sources of this script can be found at: https://pagure.io/releng/blob/main/f/scripts/find_unblocked_orphans.py Report finished at 2026-06-30 23:05:15 UTC -- _______________________________________________ devel-announce mailing list -- devel-announce@lists.fedoraproject.org To unsubscribe send an email to devel-announce-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new