Wednesday, December 20, 2023

F40 Change Proposal: Change Firefox Desktop File (System-Wide)

Wiki -> https://fedoraproject.org/wiki/Changes/RenameFirefoxDesktopFile

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 ==
Recent Firefox desktop file (firefox.desktop) does not comply with
DBus/Gnome search provider rules thus Firefox can't provide DBus Gnome
search service.

We should change Firefox desktop file from firefox.desktop to
org.mozilla.firefox.desktop.

== Owner ==
* Name: [[User:stransky| Martin Stransky]]
* Email: <stransky@redhat.com>


== Detailed Description ==
Firefox needs to provide desktop file in expected format to pair DBus
service and Gnome search service together to make Gnome search service
work.

== Feedback ==

== Benefit to Fedora ==

We'll fix already broken feature.

== Scope ==
* Proposal owners:

Desktop file name is changed in Firefox 121.0.

* Other developers:

Fedora Workstation needs update Firefox desktop name (hardcoded in
gnome-shell) to correctly place Firefox to Gnome taskbar as default
application.

* Release engineering: [https://pagure.io/releng/issues #Releng issue number]

No need to coordinate with rel-eng.

* Policies and guidelines: N/A (not needed for this Change)

* Trademark approval: N/A (not needed for this Change)

* Alignment with Community Initiatives:

== Upgrade/compatibility impact ==

Should not impact.

== How To Test ==

1) Open Firefox
2) Type something to Gnome search
3) It works

Test also KDE/Plasma it doesn't crash
(https://bugzilla.redhat.com/show_bug.cgi?id=2017123)

== User Experience ==

Enabled Gnome shell search provider for Firefox.

== Dependencies ==

None

== Contingency Plan ==

* Revert desktop file name change in Firefox package.
* Blocks release? No


== Documentation ==

== 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://pagure.io/fedora-infrastructure/new_issue

F40 Change Proposal: Haskell GHC 9.6 and Stackage LTS 22 (Self-Contained)

Wiki -> https://fedoraproject.org/wiki/Changes/Haskell_GHC_9.6_and_Stackage_22

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 ==
Update the GHC Haskell compiler from major version 9.4 to 9.6 and
Haskell packages from Stackage LTS 21 to LTS 22 versions.

== Owner ==
* Name: [[User:Petersen| Jens Petersen]]

* Email: <petersen@redhat.com>


== Detailed Description ==
For Fedora 40, the main [https://www.haskell.org/ghc/ GHC] Haskell
compiler package will be updated from version
[https://www.haskell.org/ghc/download_ghc_9_4_5.html 9.4.5] to the
latest stable [https://www.haskell.org/ghc/download_ghc_9_6_3.html
9.6.3] or newer bugfix release (rebasing the
[https://src.fedoraproject.org/rpms/ghc/ ghc] package with the
[https://src.fedoraproject.org/rpms/ghc9.6/ ghc9.6] package).
Along with this, Haskell packages in [https://www.stackage.org
Stackage] (the stable Haskell source package distribution) will be
updated from the versions in [https://www.stackage.org/lts-21 LTS 21]
to latest [https://www.stackage.org/lts-22 LTS 22] release.
Haskell packages not in Stackage will be updated to the latest
appropriate version in the upstream [https://hackage.haskell.org
Hackage] package repository.

== Feedback ==


== Benefit to Fedora ==
Fedora users will have the latest stable Haskell compiler release,
package tools, and current Haskell packages from latest Stackage LTS.

GHC 9.6.3 is the current stable version of GHC with various
enhancements and fixes (see the release notes linked in the
Documentation section for more details about new features and
improvements in 9.6).

== Scope ==
* Proposal owners:
** update rawhide ghc9.4 is build against itself
** rebase ghc to 9.6.3
** refresh packagings with the latest cabal-rpm release if needed
** update packages to latest [https://www.stackage.org/lts-22 Stackage
LTS 22] versions using cabal-rpm
** build all the packages in a Koji sidetag repo in dependency order
using fbrnch
** push the sidetag through Bodhi to rawhide
** deal with obsoleting ghc9.6 if needed

* Other developers: no actions should be needed

* Release engineering: [https://pagure.io/releng/issues #Releng issue number]

* Policies and guidelines: N/A (not needed for this Change)

* Trademark approval: N/A (not needed for this Change)

* Alignment with Community Initiatives: N/A


== Upgrade/compatibility impact ==
Any dropped packages will have obsoletes added.
Otherwise there should not be any direct upgrade impact.

Users' Haskell projects will get built with ghc-9.6 when they next
build them and might need some minor code tweaks
(see the release notes linked below).

== How To Test ==
* install ghc and cabal-install
* install pandoc, ShellCheck, ghcid, git-annex, hadolint, stack, xmonad, Agda
* install ghc-*-devel or ghc-*-prof or ghc-*-doc
* cabal-rpm builddep <favouritepackage>; cabal install <favouritepackage>
* install ghc8.10, ghc9.0, ghc9.2, ghc9.4, or ghc*devel
* test upgrades of F39 Haskell packages to F40

== User Experience ==
Users will have the most recent stable major version of `ghc` and
Haskell libraries and tools available to them.
This makes it easier to build the latest versions of Haskell projects.

In particular `cabal-install` will also be updated from 3.8 to 3.10,
`pandoc` will be updated to 3.1, and `stack` to 2.13.


== Dependencies ==


== Contingency Plan ==
* Contingency mechanism:
** Change owner will drop the new builds and revert dist-git back to
the versions in F39
* Contingency deadline: Beta Freeze



== Documentation ==
* https://downloads.haskell.org/~ghc/9.6.3/docs/html/users_guide/9.6.1-notes.html


== 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://pagure.io/fedora-infrastructure/new_issue

F40 Change Proposal: Golang 1.22 (System-Wide)

Wiki -> https://fedoraproject.org/wiki/Changes/golang1.22

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 ==
Update of Go (golang package) to the upcoming version 1.22 in Fedora 40.

== Owner ==
* Name: [[User:alexsaezm| Alejandro Sáez Morollón]]
* Email: asm@redhat.com


== Detailed Description ==
Update of Go (golang package) to the upcoming version 1.22 in Fedora
40. Go 1.22 is expected to be released in February 2024. A mass
rebuild of all of the dependent packages is required.

== Feedback ==
No feedback yet.

There is an [https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/ZQROWTMARIUS45KIQZIUNAA45K3NWLRW/
ongoing conversation] about removing a patch and revert to the
defaults a couple of variables.

== Benefit to Fedora ==
Up-to-date and latest Go release will be delivered to Fedora users.
Being close to upstream allows us to avoid security issues and provide
more up-to-date features. Therefore Fedora will be providing a
reliable development platform for Go language and projects written in
it.

For a complete list of changes, see upstream change notes at
https://tip.golang.org/doc/go1.22

== Scope ==
* Proposal owners:
Rebase Golang package in Fedora 40, and help resolve possible issues
found during package rebuilds.

* Other developers:
Fix possible issues, with help from Golang maintainers.

* Release engineering: [https://pagure.io/releng/issues #Releng issue number]
Rebuild of dependent packages as part of planned mass-rebuild.

* Policies and guidelines: N/A (not needed for this Change)

* Trademark approval: N/A (not needed for this Change)

* Alignment with Community Initiatives:
It doesn't align directly with the current objectives but it helps
maintain the quality of the project.


== Upgrade/compatibility impact ==
No upgrade or compatibility impact.


== How To Test ==
1. Install golang 1.22 from rawhide and use it to build your
application(s)/package(s).
2. Scratch build against rawhide.
3. Your application/package built using golang 1.22 should work as expected.

== User Experience ==
Users will have a newer version of Go, with new features described in
the release notes and security fixes

== Dependencies ==
<pre>
dnf repoquery -q --releasever=rawhide --disablerepo='*'
--qf='%{name}' --enablerepo=fedora-source --enablerepo=updates-source
--enablerepo=updates-testing-source --archlist=src --whatrequires
'golang'
dnf repoquery -q --releasever=rawhide --disablerepo='*'
--qf='%{name}' --enablerepo=fedora-source --enablerepo=updates-source
--enablerepo=updates-testing-source --archlist=src --whatrequires
'compiler(go-compiler)'
dnf repoquery -q --releasever=rawhide --disablerepo='*'
--qf='%{name}' --enablerepo=fedora-source --enablerepo=updates-source
--enablerepo=updates-testing-source --archlist=src --whatrequires
'go-rpm-macros'
</pre>
<pre>
Omitted due to the number of packages listed: ~2000.
</pre>

== Contingency Plan ==
* Contingency mechanism: Revert to Go 1.21.X if significant issues are
discovered <!-- REQUIRED FOR SYSTEM WIDE CHANGES -->
* Contingency deadline: Beta freeze <!-- REQUIRED FOR SYSTEM WIDE CHANGES -->
* Blocks release? No <!-- REQUIRED FOR SYSTEM WIDE CHANGES -->


== Documentation ==
https://tip.golang.org/doc/go1.22


== 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://pagure.io/fedora-infrastructure/new_issue

F40 Change Proposal: Enable IPv4 Address Conflict Detection (Self-Contained)

Wiki -> https://fedoraproject.org/wiki/Changes/Enable_IPv4_Address_Conflict_Detection

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 ==

Enable IPv4 Address Conflict Detection by default in NetworkManager.


== Owner ==

* Name: [[User:bengal| Beniamino Galvani]], [[User:ihuguet| Íñigo Huguet ]]

* Email: <bgalvani@redhat.com>, <ihuguet@redhat.com>



== Detailed Description ==
A common source of networking issues is the presence of duplicate IPv4
addresses in the same physical network. Such problems are quite
common, and at the same time hard to diagnose for users.

To the rescue comes [https://www.rfc-editor.org/rfc/rfc5227 RFC 5227]
("IPv4 Address Conflict Detection") which provides a mechanism to
detect address conflicts. A host implementing Address Conflict
Detection (from now on "ACD") sends ARP probes for each IP address it
wants to use; if another host replies, the address is already in use
and can't be configured on the interface.

Note that this mechanism applies to both static and DHCP addresses. It
might seem unnecessary for DHCP, as a well-behaving server should give
out unique leases; however, there could be hosts on the network not
using DHCP. Indeed, [https://www.rfc-editor.org/rfc/rfc2131 RFC 2131]
(Dynamic Host Configuration Protocol) specifies that the client should
probe the newly received address and should send a DHCPDECLINE to the
DHCP server if the address is already in use.

In Fedora 39, ACD is disabled by default; it can be enabled by setting
property "ipv4.dad-timeout" to a positive value in a connection
profile. The property name contains "DAD" which stands for "duplicate
address detection" and is another name of ACD. The property specifies
the maximum timeout in milliseconds used to check for the presence of
duplicate IP addresses on the network. If a duplicate is found, a
warning is logged; in the DHCP case, NetworkManager tries to get a
different lease, while in the static case, the address is just
skipped.

This change aims at enabling ACD by default in Fedora 40, by setting
the default value to 3000ms. Note that this change is only about IPV4;
IPv6 always performs a duplicate check for each address that is
configured, as specified by RFC 4862.


== Benefit to Fedora ==
NetworkManager will not configure IPv4 addresses that are detected as
duplicate. This will save users from having to debug weird
connectivity issues. Instead, NetworkManager will report an error and
will indicate the MAC of the conflicting host.


== Scope ==
* Proposal owners: change the default value, test that no regression
is seen in the upstream test suite.

* Other developers: N/A (not needed for this Change)

* Release engineering: [https://pagure.io/releng/issues #Releng issue number]

* Policies and guidelines: N/A (not needed for this Change)

* Trademark approval: N/A (not needed for this Change)



== Upgrade/compatibility impact ==
The change in default behavior will affect all users that install or
upgrade to the new Fedora release.


== How To Test ==
To test the effect of the change on F39, add the following
configuration snippet to file
`/etc/NetworkManager/conf.d/20-ipv4-dad.conf` and then restart the
NetworkManager service:

[connection-dad-default]
ipv4.dad-timeout=3000

To trigger a conflict, configure the local machine with a static
address that is already in use by another host. When bringing up the
connection, it will fail and report an address conflict.


== User Experience ==
Enabling ACD will cause an additional delay when bringing up
interfaces, because NetworkManager needs first to probe the address.
The delay is between 1.5 and 3 seconds, because RFC 5227 requires that
the probe interval is randomized. The delay will affect both static
and DHCP connections.

In case users want to avoid this delay, ACD can be disabled for the
specific connection profile by setting property `ipv4.dad-timeout=0`,
or globally by adding the following configuration snippet to
`/etc/NetworkManager/conf.d/20-ipv4-dad.conf`:

[connection-dad-default]
ipv4.dad-timeout=0

Apart from this small delay, the big advantage of this change is that
users will be able to discover the potential conflict immediately. If
the address is static, the activation will fail and report an error.
For DHCP, NetworkManager will send a DHCPDECLINE message to the server
and it will try to get a different lease. In all cases, the
conflicting address will be skipped and the network will not be
brought in an inconsistent state.


== Dependencies ==
N/A


== Contingency Plan ==
* Contingency mechanism: Revert the change, try again the next Fedora release.
* Contingency deadline: Beta freeze
* Blocks release? No


== Documentation ==
The "nm-settings" man page will indicate the new default value. No
other documentation changes are required.


== Release Notes ==
The change needs to be mentioned in the 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://pagure.io/fedora-infrastructure/new_issue

Tuesday, December 19, 2023

FreeBSD Security Advisory FreeBSD-SA-23:19.openssh

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

=============================================================================
FreeBSD-SA-23:19.openssh Security Advisory
The FreeBSD Project

Topic: Prefix Truncation Attack in the SSH protocol

Category: contrib
Module: openssh
Announced: 2023-12-19
Credits: Fabian Bäumer, Marcus Brinkmann, Jörg Schwenk
Affects: All supported versions of FreeBSD.
Corrected: 2023-12-18 16:54:31 UTC (stable/14, 14.0-STABLE)
2023-12-19 20:19:48 UTC (releng/14.0, 14.0-RELEASE-p4)
2023-12-18 17:10:15 UTC (stable/13, 13.2-STABLE)
2023-12-19 20:19:57 UTC (releng/13.2, 13.2-RELEASE-p9)
CVE Name: CVE-2023-48795

Note: While this issue does affect 12.4-STABLE and 12.4-RELEASE, the version
of OpenSSH in 12.4 is old enough the vendor provided patch does not cleanly
apply. As 12.4 goes out of support at the end of December and in order to
quickly get fixes out for 14.0 and 13.2, the FreeBSD Security Team is issuing
this advisory now while feasibility of a 12.4 backport is investigated. Users
with 12.4 are encouraged to either implement the documented workaround or
leverage an up to date version of OpenSSH from the ports/pkg collection.

For general information regarding FreeBSD Security Advisories,
including descriptions of the fields above, security branches, and the
following sections, please visit <URL:https://security.FreeBSD.org/>.

I. Background

OpenSSH is an implementation of the SSH protocol suite, providing an
encrypted and authenticated transport for a variety of services, including
remote shell access.

II. Problem Description

The SSH protocol executes an initial handshake between the server and the
client. This protocol handshake includes the possibility of several
extensions allowing different options to be selected. Validation of the
packets in the handshake is done through sequence numbers.

III. Impact

A man in the middle attacker can silently manipulate handshake messages to
truncate extension negotiation messages potentially leading to less secure
client authentication algorithms or deactivating keystroke timing attack
countermeasures.

IV. Workaround

Add the following lines to /etc/ssh_config and /etc/sshd_config:
Ciphers -chacha20-poly1305@openssh.com
MACs -*etm@openssh.com

V. Solution

Upgrade your vulnerable system to a supported FreeBSD stable or
release / security branch (releng) dated after the correction date.

Perform one of the following:

1) To update your vulnerable system via a binary patch:

Systems running a RELEASE version of FreeBSD on the amd64 or arm64 platforms,
or the i386 platfrom on FreeBSD 13 and earlier, can be updated via
the freebsd-update(8) utility:

# freebsd-update fetch
# freebsd-update install

2) To update your vulnerable system via a source code patch:

The following patches have been verified to apply to the applicable
FreeBSD release branches.

a) Download the relevant patch from the location below, and verify the
detached PGP signature using your PGP utility.

# fetch https://security.FreeBSD.org/patches/SA-23:19/openssh.patch
# fetch https://security.FreeBSD.org/patches/SA-23:19/openssh.patch.asc
# gpg --verify openssh.patch.asc

b) Apply the patch. Execute the following commands as root:

# cd /usr/src
# patch < /path/to/patch

c) Recompile the operating system using buildworld and installworld as
described in <URL:https://www.FreeBSD.org/handbook/makeworld.html>.

Restart the applicable daemons, or reboot the system.

VI. Correction details

This issue is corrected as of the corresponding Git commit hash or Subversion
revision number in the following stable and release branches:

Branch/path Hash Revision
- -------------------------------------------------------------------------
stable/14/ 673d1ead65c9 stable/14-n266020
releng/14.0/ b9856d61e99d releng/14.0-n265399
stable/13/ 3bafcb9744c9 stable/13-n256910
releng/13.2/ 69bd68ba30c0 releng/13.2-n254651
- -------------------------------------------------------------------------

Run the following command to see which files were modified by a
particular commit:

# git show --stat <commit hash>

Or visit the following URL, replacing NNNNNN with the hash:

<URL:https://cgit.freebsd.org/src/commit/?id=NNNNNN>

To determine the commit count in a working tree (for comparison against
nNNNNNN in the table above), run:

# git rev-list --count --first-parent HEAD

VII. References

<URL:https://terrapin-attack.com/>

<URL:https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-48795>

The latest revision of this advisory is available at
<URL:https://security.FreeBSD.org/advisories/FreeBSD-SA-23:19.openssh.asc>
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEthUnfoEIffdcgYM7bljekB8AGu8FAmWB/ZIACgkQbljekB8A
Gu8exRAA5OqnHpTSa3cPpnfBJNyJsWqD1bry8M8fxt6OpD3b8l/pVnH6HMaUSdQ/
K4SebhwVJgq4sIfTILWey5X3EKOsp2CpRZb6K+h7iKtrGdDVbXWQj7Dbi5/cCTy6
hdCSWqFwGJq/FpX15osAa2eEhv9DizE6jmYJ6YwnAfqLvvDSCVbtjeWs6wBJHeH3
q5jlvdiAT64fhWBpC51MeLShLDG95hJEHAfloVaN0asAs0jYj73XFzcoPv+1Cf8J
qURC5d6KlGYTyaF2ltiQTtssB8I+vhb+GQOyk01t4oyUPnU3myTiooW873xE0321
as1UeXmzTjuaD/V/5QFawIWbnKOKoVP745llvDyJsF0dLf2Se45vndRH3fP7CdVK
SPy3/u1ohkwNlm11RmeKSm2LbCa4RUwGZ3CqnEQ+dgYa6HBTATP68rWsaL4kIR/b
N30AGeW8xMbhTSFsHYNn3rQ+2RnHCzlSN7eKGfdd9yBVwsRls0ckVVgldmyR26lQ
7eYCbFMAdSCL45qKgYNww8PWSB1ge7AxnlC1MHPAct+kr6TrBwG4b6SAlI7GiDRP
zzqOG2o6k2pEetvn3suLmoMYmmBVZYwzITHUFvyEF1UwF00QCa68xoUW0s2haWnJ
riv7Wewt8m/vUXQ2ad2noElL31hdoRusaKCKVIVOKsCCvwAB/WI=
=RQjY
-----END PGP SIGNATURE-----

[USN-6561-1] libssh vulnerability

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEUMSg3c8x5FLOsZtRZWnYVadEvpMFAmWBsoUACgkQZWnYVadE
vpM4jw/+MRRRo4k/4QnT+NCg0p3Qv4HSvBsOndZtOXbjfE8CVSXzyItTHU7dp6Hr
zwVSWIY8h3SPzpBuJ9xWdpNTkyUH5olBMjzoERME7JPnRlUTBVH987pboyMIgtu3
SG3xLlTpo8pud5PKyABwvtPmZzjP91sCsYyAHASG34+fX6qyppBNffQLgBcmbYnJ
/M1NYJnxuIttgOpDZyrmtsLZ+MqL13SLXRvG90D4hkIsewsttnEekqusFAL8459K
sVdIgQwu1gdDjeUB5/Vpo3dggq8Ho2TtdCTnRE9TjveYqtz33Ll2Tn4vk0Fp91Y9
1mTSHjneUhn6g05C8Mf5NAmiRlk1kqB9kB+q9Khl9OZ6scex/34h4k6MJtdSVlfd
H8uUtZe84F8ZstDS242aIqg0OgWale5X6P6rL7BReGE7ctThn4jBgC7in8VxtcfQ
CFTS1ThElMEP+BbzEd6l+3XIgb2ixyFHMaZupwea52Gi725hN/C9Gf/D0s6DhWhy
nTHzDjUNGw9AyvYJX+mE9bhVfEU0eo55G5O3y0v9W2sDw3zFOOW5PB9rLCAO9o9W
8wBSjjyj1XVnXKopPtgjkNGwx+ZzdPyGNT/FPq2Vw5nGzpNVTD2ykNWl+aksIcYf
+XkJzgSSXIJ+wAKgPQJuxdhcThlP+P+3vzGIlRNwN99U9KiVoY0=
=kpvQ
-----END PGP SIGNATURE-----
==========================================================================
Ubuntu Security Notice USN-6561-1
December 19, 2023

libssh vulnerability
==========================================================================

A security issue affects these releases of Ubuntu and its derivatives:

- Ubuntu 23.10
- Ubuntu 23.04
- Ubuntu 22.04 LTS
- Ubuntu 20.04 LTS

Summary:

A security issue was fixed in libssh.

Software Description:
- libssh: A tiny C SSH library

Details:

Fabian Bäumer, Marcus Brinkmann, Jörg Schwenk discovered that the SSH
protocol was vulnerable to a prefix truncation attack. If a remote attacker
was able to intercept SSH communications, extension negotiation messages
could be truncated, possibly leading to certain algorithms and features
being downgraded. This issue is known as the Terrapin attack. This update
adds protocol extensions to mitigate this issue.

Update instructions:

The problem can be corrected by updating your system to the following
package versions:

Ubuntu 23.10:
libssh-4 0.10.5-3ubuntu1.1

Ubuntu 23.04:
libssh-4 0.10.4-2ubuntu0.2

Ubuntu 22.04 LTS:
libssh-4 0.9.6-2ubuntu0.22.04.2

Ubuntu 20.04 LTS:
libssh-4 0.9.3-2ubuntu2.4

In general, a standard system update will make all the necessary changes.

References:
https://ubuntu.com/security/notices/USN-6561-1
CVE-2023-48795

Package Information:
https://launchpad.net/ubuntu/+source/libssh/0.10.5-3ubuntu1.1
https://launchpad.net/ubuntu/+source/libssh/0.10.4-2ubuntu0.2
https://launchpad.net/ubuntu/+source/libssh/0.9.6-2ubuntu0.22.04.2
https://launchpad.net/ubuntu/+source/libssh/0.9.3-2ubuntu2.4

[USN-6560-1] OpenSSH vulnerabilities

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEUMSg3c8x5FLOsZtRZWnYVadEvpMFAmWBsmoACgkQZWnYVadE
vpPXkA/6AtNCP74YqDoTi1J6paDJcHem4aQm+/cLvGH9IZYvJwaaEYirKFi7dovo
wFS+HHL279pDaenPDuRbL/Px5sbQ+spPsxGyUS8Q3dAWy+DW+dC84ua+PVAMoach
regeWmpmvxWylQP/HysQ4zEJ0cbBrwS9ooQBNHBXgMlWbLT76Er3YW1wqfs7WnKt
/MjucpuHaVKnG46OnqiVZ83bbnVoXLAIzjl6Q4a6TlmpFtC9alNamIUCa7wAsWEe
VMijeq8W6fzuTyohhMbH7hMgQ6Yztr3hd8LxjGB7nMbO9vpmiFVD3VP6fwzwk6DV
JdG/pz4zW/GLHgfQYct9g+1BdasOKLtjVRshiu/J3cycnDB0C/yIqBhbsqvYrTWe
YqmZlz/i1dS25KwpjFye7I1BiIx0/n9VwoUNouquo/2+B7VRWg0OQuuQ4J3hBauW
Myzh50bUvOo6SeruHdFEt8KRxrvBJU7MjiUFnbipkr63Nk+rmDlXgCL4YZYXH7wx
ok7F+9pkUZR6b+F7MNISLmzIJK42r93X+jXRflhOIf8Cu4STXHNG+GhuiYkohXzz
yeu9gOoaXb+t4RMAIjHDPhuUGijLCsejPg4Gnp4aSUSuJAL886whFMK7ONaqJEBf
RZ2uZtoj9DULU2EZEDq3Pz88XSomOVrXUgHVa4mBfJWzspNbFNA=
=+1Cf
-----END PGP SIGNATURE-----
==========================================================================
Ubuntu Security Notice USN-6560-1
December 19, 2023

openssh vulnerabilities
==========================================================================

A security issue affects these releases of Ubuntu and its derivatives:

- Ubuntu 23.10
- Ubuntu 23.04
- Ubuntu 22.04 LTS
- Ubuntu 20.04 LTS

Summary:

Several security issues were fixed in OpenSSH.

Software Description:
- openssh: secure shell (SSH) for secure access to remote machines

Details:

Fabian Bäumer, Marcus Brinkmann, Jörg Schwenk discovered that the SSH
protocol was vulnerable to a prefix truncation attack. If a remote attacker
was able to intercept SSH communications, extension negotiation messages
could be truncated, possibly leading to certain algorithms and features
being downgraded. This issue is known as the Terrapin attack. This update
adds protocol extensions to mitigate this issue. (CVE-2023-48795)

Luci Stanescu discovered that OpenSSH incorrectly added destination
constraints when smartcard keys were added to ssh-agent, contrary to
expectations. This issue only affected Ubuntu 22.04 LTS, and Ubuntu 23.04.
(CVE-2023-28531)

Update instructions:

The problem can be corrected by updating your system to the following
package versions:

Ubuntu 23.10:
openssh-client 1:9.3p1-1ubuntu3.1
openssh-server 1:9.3p1-1ubuntu3.1

Ubuntu 23.04:
openssh-client 1:9.0p1-1ubuntu8.6
openssh-server 1:9.0p1-1ubuntu8.6

Ubuntu 22.04 LTS:
openssh-client 1:8.9p1-3ubuntu0.5
openssh-server 1:8.9p1-3ubuntu0.5

Ubuntu 20.04 LTS:
openssh-client 1:8.2p1-4ubuntu0.10
openssh-server 1:8.2p1-4ubuntu0.10

In general, a standard system update will make all the necessary changes.

References:
https://ubuntu.com/security/notices/USN-6560-1
CVE-2023-28531, CVE-2023-48795

Package Information:
https://launchpad.net/ubuntu/+source/openssh/1:9.3p1-1ubuntu3.1
https://launchpad.net/ubuntu/+source/openssh/1:9.0p1-1ubuntu8.6
https://launchpad.net/ubuntu/+source/openssh/1:8.9p1-3ubuntu0.5
https://launchpad.net/ubuntu/+source/openssh/1:8.2p1-4ubuntu0.10

Monday, December 18, 2023

[announce] EuroBSDcon Dublin dates announced: 2024-09-19—22

CFP opens March 1st. 

Socials:
https://bsd.network/@EuroBSDCon/111603083218569609

More info:

OpenBSD Errata: December 18, 2023 (ssh)

Errata patches for ssh have been released for OpenBSD 7.4 and 7.3.

Binary updates for the amd64, arm64 and i386 platform are available
via the syspatch utility. Source code patches can be found on the
respective errata page:

https://www.openbsd.org/errata73.html
https://www.openbsd.org/errata74.html

Orphaned packages looking for new maintainers

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 fail to install and/or build when the affected package gets retired.

Request package ownership via the *Take* button in he left column on
https://src.fedoraproject.org/rpms/<pkgname>

Full report available at:
https://churchyard.fedorapeople.org/orphans-2023-12-18.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
================================================================================
appmenu-qt orphan, rdieter 4 weeks ago
arora orphan 4 weeks ago
aspell-ar orphan 4 weeks ago
aspell-he orphan 4 weeks ago
bash-completion-extras orphan 4 weeks ago
bettercap eclipseo, go-sig, orphan 3 weeks ago
bidiv orphan 4 weeks ago
byzanz orphan 4 weeks ago
cagibi orphan, rdieter, than 4 weeks ago
clash go-sig, orphan 3 weeks ago
coin-or-lemon orphan, sagitter 4 weeks ago
cpptoml orphan 4 weeks ago
cutter orphan 4 weeks ago
dictd mcepl, orphan 4 weeks ago
dovecot-fts-xapian orphan 4 weeks ago
echo-artist orphan 4 weeks ago
emacs-evil orphan 4 weeks ago
emacs-goto-chg orphan 4 weeks ago
emacs-undo-tree orphan 4 weeks ago
fbf-mukti-fonts orphan 4 weeks ago
fontopia orphan 4 weeks ago
gball orphan 4 weeks ago
ghc-crypto-cipher-types orphan 4 weeks ago
gnome-video-arcade orphan 4 weeks ago
gnudos orphan 4 weeks ago
golang-vbom-util go-sig, orphan 4 weeks ago
golang-xorm agerstmayr, go-sig, nathans, 4 weeks ago
orphan
google-crc32c fkolwa, orphan 0 weeks ago
gosnake orphan 4 weeks ago
groonga-normalizer-mysql orphan 4 weeks ago
heat-cfntools orphan, zaneb 4 weeks ago
heisenbug-backgrounds orphan 4 weeks ago
herqq orphan 4 weeks ago
ibus-bogo orphan 4 weeks ago
ibutils dledford, honli, michich, 4 weeks ago
orphan
icaro orphan 4 weeks ago
kde-plasma-ihatethecashew orphan 4 weeks ago
kflickr orphan 4 weeks ago
ktp-accounts-kcm jgrulich, kde-sig, orphan, 4 weeks ago
rdieter
ktp-approver jgrulich, kde-sig, orphan, 4 weeks ago
rdieter
ktp-auth-handler jgrulich, kde-sig, orphan, 4 weeks ago
rdieter
ktp-common-internals jgrulich, kde-sig, orphan, 4 weeks ago
rdieter
ktp-contact-list jgrulich, kde-sig, orphan, 4 weeks ago
rdieter
ktp-filetransfer-handler jgrulich, kde-sig, orphan, 4 weeks ago
rdieter
ktp-kded-integration-module jgrulich, kde-sig, orphan, 4 weeks ago
rdieter
ktp-send-file jgrulich, kde-sig, orphan, 4 weeks ago
rdieter
ktp-text-ui jgrulich, kde-sig, orphan, 4 weeks ago
rdieter
kvkbd orphan 4 weeks ago
layla-fonts orphan 4 weeks ago
lcg-infosites orphan, stevetraylen 4 weeks ago
libASL orion, orphan, slaanesh 0 weeks ago
libkcddb kde-sig, orphan, rdieter, than 4 weeks ago
libkcompactdisc kde-sig, orphan, rdieter, than 4 weeks ago
mediawiki-SpecialInterwiki orphan 4 weeks ago
mindless orphan 4 weeks ago
mrpt jkastner, kwizart, orphan, 3 weeks ago
robotics-sig
nagios-plugins-bdii orphan, stevetraylen 4 weeks ago
nfacct orphan 4 weeks ago
notification-daemon-engine- orphan 4 weeks ago
nodoka
obconf-qt kde-sig, lxqt-sig, orphan 0 weeks ago
obs-service-cargo_vendor orphan 0 weeks ago
openbox-theme-mistral-thin lxqt-sig, orphan 0 weeks ago
openbox-theme-mistral-thin-dark lxqt-sig, orphan 0 weeks ago
pairs kde-sig, orphan, rdieter, than 4 weeks ago
perl-Audio-Beep orphan 4 weeks ago
perl-Authen-Krb5 orphan 4 weeks ago
perl-CDDB orphan 4 weeks ago
perl-Catalyst-Model-LDAP orphan 4 weeks ago
perl-Catalyst-View-JSON orphan 4 weeks ago
perl-Getopt-Simple orphan 4 weeks ago
perl-HTML-Prototype orphan 4 weeks ago
perl-MooseX-Role-Matcher orphan 4 weeks ago
perl-Net-Google-AuthSub orphan 4 weeks ago
perl-Net-Lite-FTP orphan 4 weeks ago
perl-NetPacket-LLC orphan 4 weeks ago
perl-NetPacket-SpanningTree orphan 4 weeks ago
perl-Syntax-Feature-Loop orphan, ppisar 5 weeks ago
perl-XML-Parser-Lite-Tree-XPath orphan 4 weeks ago
pg_view orphan 4 weeks ago
phplogcon orphan 4 weeks ago
pipenv churchyard, ksurma, orphan, 4 weeks ago
python-packagers-sig
plasma-widget-menubar orphan 4 weeks ago
puzzle-master orphan 4 weeks ago
python-google-api-core fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-access- fkolwa, miyunari, orphan, 0 weeks ago
approval python-packagers-sig
python-google-cloud-access- fkolwa, miyunari, orphan, 0 weeks ago
context-manager python-packagers-sig
python-google-cloud-api-gateway fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-apigee- fkolwa, miyunari, orphan, 0 weeks ago
connect python-packagers-sig
python-google-cloud-appengine- fkolwa, miyunari, orphan, 0 weeks ago
admin python-packagers-sig
python-google-cloud-asset fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-automl fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-bigquery fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-bigquery- fkolwa, miyunari, orphan, 0 weeks ago
connection python-packagers-sig
python-google-cloud-bigquery- fkolwa, miyunari, orphan, 0 weeks ago
datatransfer python-packagers-sig
python-google-cloud-bigquery- fkolwa, miyunari, orphan, 0 weeks ago
reservation python-packagers-sig
python-google-cloud-bigquery- fkolwa, miyunari, orphan, 0 weeks ago
storage python-packagers-sig
python-google-cloud-bigtable fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-billing fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-billing- fkolwa, miyunari, orphan, 0 weeks ago
budgets python-packagers-sig
python-google-cloud-build fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-common fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-container fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud- fkolwa, miyunari, orphan, 0 weeks ago
containeranalysis python-packagers-sig
python-google-cloud-core fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-data-fusion fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-datacatalog fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-dataproc fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-dataproc- fkolwa, miyunari, orphan, 0 weeks ago
metastore python-packagers-sig
python-google-cloud-debugger- fkolwa, miyunari, orphan, 0 weeks ago
client python-packagers-sig
python-google-cloud-deploy fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-dlp fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-dms fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-domains fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-filestore fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-firestore fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-functions fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-iam fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-kms fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-org-policy fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-os-config fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-private-ca fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-pubsub fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-redis fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-shell fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-source- fkolwa, miyunari, orphan, 0 weeks ago
context python-packagers-sig
python-google-cloud-spanner fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-storage fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-cloud-testutils fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-crc32c fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-google-resumable-media fkolwa, miyunari, orphan, 0 weeks ago
python-packagers-sig
python-grafeas orphan, python-packagers-sig 0 weeks ago
python-grpc-google-iam-v1 orphan, python-packagers-sig 0 weeks ago
python-pymoc astro-sig, orphan 0 weeks ago
python-sphinxcontrib-applehelp churchyard, cstratak, orphan, 4 weeks ago
python-packagers-sig
python-sphinxcontrib-jsmath churchyard, cstratak, orphan, 4 weeks ago
python-packagers-sig
python-timeunit orphan 4 weeks ago
python-vagrantpy orphan 4 weeks ago
qt-at-spi orphan, rdieter 4 weeks ago
qtractor orphan 4 weeks ago
qtsoap brouhaha, orphan, rdieter, 4 weeks ago
than
rachota orphan 4 weeks ago
remctl ktdreyer, orphan 4 weeks ago
retrace-client orphan 4 weeks ago
rtirq orphan 4 weeks ago
ruby-icon-artist orphan 4 weeks ago
rubygem-byebug orphan 6 weeks ago
rubygem-hrx jcpunk, orphan, ruby- 0 weeks ago
packagers-sig, tdawson
rubygem-linked-list jcpunk, orphan, ruby- 0 weeks ago
packagers-sig, tdawson
rubygem-rails- orphan 0 weeks ago
deprecated_sanitizer
rubygem-whiskey_disk orphan 4 weeks ago
rust-serde_qs orphan, rust-sig 4 weeks ago
rust-totp-lite orphan, rust-sig 4 weeks ago
sassc jcpunk, kalev, orphan, tdawson 0 weeks ago
sentencepiece orphan 4 weeks ago
shaman orphan 4 weeks ago
streamtuner orphan 4 weeks ago
taarich orphan 4 weeks ago
telepathy-qt jgrulich, kde-sig, orphan, 4 weeks ago
rdieter
tex-fonts-hebrew orphan 4 weeks ago
tofrodos cicku, orphan, tdawson 0 weeks ago
trace-gui orphan 4 weeks ago
uniol-fonts orphan 4 weeks ago
virtme orphan 4 weeks ago
vsqlite++ orphan 4 weeks ago
wput orphan 0 weeks ago

The following packages require above mentioned packages:
Depending on: appmenu-qt (1), status change: 2023-11-18 (4 weeks ago)
plasma-widget-menubar (maintained by: orphan)
plasma-widget-menubar-0.2.0-21.fc39.x86_64 requires appmenu-qt(x86-64) =
0.2.7+14.04.20140305-17.fc39

Depending on: cagibi (1), status change: 2023-11-18 (4 weeks ago)
kio-upnp-ms (maintained by: jgrulich, rdieter)
kio-upnp-ms-1.0.0-24.20111102git.fc39.x86_64 requires cagibi = 0.2.0-27.fc39

Depending on: coin-or-lemon (3), status change: 2023-11-18 (4 weeks ago)
seqan (maintained by: sagitter)
seqan-1.4.2-52.fc39.src requires coin-or-lemon-devel = 1.3.1-27.fc39
seqan-1.4.2-52.fc39.x86_64 requires libemon.so.1.3.1()(64bit)

seqan2 (maintained by: sagitter)
seqan2-2.4.0-20.fc39.src requires coin-or-lemon-devel = 1.3.1-27.fc39

seqan3 (maintained by: sagitter)
seqan3-3.3.0-0.6.rc2.fc40.src requires coin-or-lemon-devel = 1.3.1-27.fc39

Depending on: emacs-goto-chg (1), status change: 2023-11-18 (4 weeks ago)
emacs-evil (maintained by: orphan)
emacs-evil-1.14.2-3.fc39.noarch requires emacs-goto-chg = 1.7.5-3.fc39

Depending on: emacs-undo-tree (1), status change: 2023-11-18 (4 weeks ago)
emacs-evil (maintained by: orphan)
emacs-evil-1.14.2-3.fc39.noarch requires emacs-undo-tree = 0.7.2-9.fc39

Depending on: ghc-crypto-cipher-types (2), status change: 2023-11-18 (4 weeks ago)
ghc-cipher-aes (maintained by: qulogic)
ghc-cipher-aes-0.2.11-32.fc39.src requires ghc-crypto-cipher-types-devel =
0.0.9-45.fc39, ghc-crypto-cipher-types-prof = 0.0.9-45.fc39
ghc-cipher-aes-0.2.11-32.fc39.x86_64 requires
libHScrypto-cipher-types-0.0.9-BRmHvnpaYRKIveFhqDK0Cb-ghc9.4.5.so()(64bit)
ghc-cipher-aes-devel-0.2.11-32.fc39.x86_64 requires
ghc-devel(crypto-cipher-types-0.0.9-BRmHvnpaYRKIveFhqDK0Cb)
ghc-cipher-aes-prof-0.2.11-32.fc39.x86_64 requires
ghc-prof(crypto-cipher-types-0.0.9-BRmHvnpaYRKIveFhqDK0Cb)

ghc-cprng-aes (maintained by: qulogic)
ghc-cprng-aes-0.6.1-31.fc39.x86_64 requires
libHScipher-aes-0.2.11-E9tukAyU4BbGs2EtYwJGkC-ghc9.4.5.so()(64bit),
libHScrypto-cipher-types-0.0.9-BRmHvnpaYRKIveFhqDK0Cb-ghc9.4.5.so()(64bit)
ghc-cprng-aes-0.6.1-31.fc39.src requires ghc-cipher-aes-devel =
0.2.11-32.fc39, ghc-cipher-aes-prof = 0.2.11-32.fc39
ghc-cprng-aes-devel-0.6.1-31.fc39.x86_64 requires
ghc-devel(cipher-aes-0.2.11-E9tukAyU4BbGs2EtYwJGkC)
ghc-cprng-aes-prof-0.6.1-31.fc39.x86_64 requires
ghc-prof(cipher-aes-0.2.11-E9tukAyU4BbGs2EtYwJGkC)

Depending on: gnudos (3), status change: 2023-11-18 (4 weeks ago)
fontopia (maintained by: orphan)
fontopia-1.8-16.fc39.src requires gnudos-devel = 1.11-19.fc39
fontopia-1.8-16.fc39.x86_64 requires libgnudos.so.1()(64bit)

gball (maintained by: orphan)
gball-2.0-19.fc39.src requires gnudos-devel = 1.11-19.fc39
gball-2.0-19.fc39.x86_64 requires libgnudos.so.1()(64bit)

gosnake (maintained by: orphan)
gosnake-2.0-18.fc39.src requires gnudos-devel = 1.11-19.fc39
gosnake-2.0-18.fc39.x86_64 requires gnudos = 1.11-19.fc39,
libgnudos.so.1()(64bit)

Depending on: google-crc32c (22), status change: 2023-12-15 (0 weeks ago)
python-google-crc32c (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-crc32c-1.1.2-9.fc39.src requires google-crc32c = 1.1.2-7.fc39,
google-crc32c-devel = 1.1.2-7.fc39
python3-google-crc32c-1.1.2-9.fc39.x86_64 requires libcrc32c.so.1()(64bit)

python-google-cloud-storage (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-storage-2.14.0-2.fc40.src requires
python3dist(google-crc32c) = 1.1.2, python3dist(google-resumable-media) = 2.6
python3-google-cloud-storage-2.14.0-2.fc40.noarch requires
python3.12dist(google-crc32c) = 1.1.2, python3.12dist(google-resumable-media) = 2.6

python-google-resumable-media (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-resumable-media-2.6.0-1.fc40.src requires
python3dist(google-crc32c) = 1.1.2
python3-google-resumable-media-2.6.0-1.fc40.noarch requires
python3.12dist(google-crc32c) = 1.1.2

snakemake (maintained by: major, neuro-sig)
snakemake-7.32.4-1.fc40.src requires python3dist(google-cloud-storage) =
2.14, python3dist(google-crc32c) = 1.1.2
snakemake+google-cloud-7.32.4-1.fc40.noarch requires
python3.12dist(google-cloud-storage) = 2.14, python3.12dist(google-crc32c) = 1.1.2

python-gcsfs (maintained by: fab)
python-gcsfs-2023.6.0-1.fc39.src requires python3dist(fsspec) = 2023.12,
python3dist(google-cloud-storage) = 2.14
python3-gcsfs-2023.6.0-1.fc39.noarch requires python3.12dist(fsspec) =
2023.12, python3.12dist(google-cloud-storage) = 2.14

python-google-cloud-automl (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-automl-2.12.0-2.fc40.src requires
python3dist(google-cloud-storage) = 2.14

python-google-cloud-bigquery (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-bigquery-3.14.0-2.fc40.src requires
python3dist(google-resumable-media) = 2.6
python3-google-cloud-bigquery-3.14.0-2.fc40.noarch requires
python3.12dist(google-resumable-media) = 2.6
python3-google-cloud-bigquery+geopandas-3.14.0-2.fc40.noarch requires
python3.12dist(geopandas) = 0.14.1

python-fsspec (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-fsspec-2023.12.0-1.fc40.src requires python3dist(gcsfs) = 2023.6

python-papermill (maintained by: ankursinha, neuro-sig)
python-papermill-2.4.0-7.fc40.src requires python3dist(gcsfs) = 2023.6
python3-papermill+all-2.4.0-7.fc40.noarch requires python3.12dist(gcsfs) = 2023.6
python3-papermill+gcs-2.4.0-7.fc40.noarch requires python3.12dist(gcsfs) = 2023.6

python-dask (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-dask-2023.8.1-3.fc40~bootstrap.src requires python3dist(fsspec) = 2023.12
python3-dask-2023.8.1-3.fc40~bootstrap.noarch requires python3.12dist(fsspec)
= 2023.12

python-geopandas (maintained by: python-packagers-sig, qulogic)
python-geopandas-0.14.1-1.fc40.src requires python3dist(fsspec) = 2023.12

python-torch (maintained by: trix)
python-torch-2.1.0-11.fc40.src requires python3dist(fsspec) = 2023.12
python3-torch-2.1.0-11.fc40.x86_64 requires python3.12dist(fsspec) = 2023.12

python-zarr (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-zarr-2.16.1-1.fc40.src requires python3dist(fsspec) = 2023.12

python-bluepyopt (maintained by: ankursinha, neuro-sig)
python-bluepyopt-1.14.6-5.fc40.src requires python3dist(papermill) = 2.4

python-xarray (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-xarray-2023.8.0-1.fc40.src requires python3dist(dask[array]) =
2023.8.1, python3dist(dask[dataframe]) = 2023.8.1

python-xbout (maintained by: davidsch)
python-xbout-0.3.5-8.fc39.src requires python3dist(dask) = 2023.8.1,
python3dist(dask[array]) = 2023.8.1
python3-xbout-0.3.5-8.fc39.noarch requires python3.12dist(dask) = 2023.8.1,
python3.12dist(dask[array]) = 2023.8.1

python-earthpy (maintained by: iztokf)
python-earthpy-0.9.4-9.fc39.src requires python3dist(geopandas) = 0.14.1
python3-earthpy-0.9.4-9.fc39.noarch requires python3.12dist(geopandas) = 0.14.1

python-geoplot (maintained by: python-packagers-sig, qulogic)
python-geoplot-0.5.1-7.fc40.src requires python3dist(geopandas) = 0.14.1
python3-geoplot-0.5.1-7.fc40.noarch requires python3.12dist(geopandas) = 0.14.1

python-libpysal (maintained by: python-packagers-sig, qulogic)
python-libpysal-4.7.0-5.fc40.src requires python3dist(geopandas) = 0.14.1

python-mapclassify (maintained by: python-packagers-sig, qulogic)
python-mapclassify-2.5.0-2.fc40.src requires python3dist(geopandas) = 0.14.1

python-networkx (maintained by: jjames, plautrba)
python-networkx-3.2.1-1.fc40.src requires python3dist(geopandas) = 0.14.1

python-plotnine (maintained by: gui1ty, neuro-sig)
python-plotnine-0.12.4-4.fc40.src requires python3-geopandas = 0.14.1-1.fc40
python3-plotnine+extra-0.12.4-4.fc40.noarch requires
python3.12dist(geopandas) = 0.14.1

Too many dependencies for google-crc32c, not all listed here

Depending on: herqq (49), status change: 2023-11-18 (4 weeks ago)
kdelibs (maintained by: jgrulich, kde-sig, kkofler, rdieter, than)
kdelibs-6:4.14.38-42.fc40.i686 requires libHUpnp.so.1
kdelibs-6:4.14.38-42.fc40.src requires herqq-devel = 1.0.0-29.fc39
kdelibs-6:4.14.38-42.fc40.x86_64 requires libHUpnp.so.1()(64bit)

kio-upnp-ms (maintained by: jgrulich, rdieter)
kio-upnp-ms-1.0.0-24.20111102git.fc39.src requires herqq-devel =
1.0.0-29.fc39, kdelibs4-devel = 4.14.38-42.fc40
kio-upnp-ms-1.0.0-24.20111102git.fc39.x86_64 requires libHUpnp.so.1()(64bit),
libkdecore.so.5()(64bit), libkio.so.5()(64bit)

amarok (maintained by: jgrulich, kde-sig, marcdeop, rdieter)
amarok-2.9.0-16.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40,
kdelibs4-webkit-devel = 4.14.38-42.fc40
amarok-2.9.0-16.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkdewebkit.so.5()(64bit),
libkdnssd.so.4()(64bit), libkio.so.5()(64bit), libplasma.so.3()(64bit),
libsolid.so.4()(64bit), libthreadweaver.so.4()(64bit)
amarok-libs-2.9.0-16.fc39.i686 requires libkcmutils.so.4, libkdecore.so.5,
libkdeui.so.5, libkfile.so.4, libkio.so.5, libknewstuff3.so.4,
libktexteditor.so.4, libplasma.so.3, libsolid.so.4, libthreadweaver.so.4
amarok-libs-2.9.0-16.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkfile.so.4()(64bit),
libkio.so.5()(64bit), libknewstuff3.so.4()(64bit),
libktexteditor.so.4()(64bit), libplasma.so.3()(64bit), libsolid.so.4()(64bit),
libthreadweaver.so.4()(64bit)

audex (maintained by: liquidat)
audex-0.79-19.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
audex-0.79-19.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)

audiocd-kio (maintained by: kde-sig, rdieter, than)
audiocd-kio-16.08.3-21.fc39.i686 requires libkdecore.so.5, libkdeui.so.5,
libkio.so.5
audiocd-kio-16.08.3-21.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
audiocd-kio-16.08.3-21.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
audiocd-kio-devel-16.08.3-21.fc39.i686 requires kdelibs4-devel = 4.14.38-42.fc40
audiocd-kio-devel-16.08.3-21.fc39.x86_64 requires kdelibs4-devel =
4.14.38-42.fc40
audiocd-kio-libs-16.08.3-21.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-42.fc40, libkdecore.so.5, libkdeui.so.5, libkio.so.5
audiocd-kio-libs-16.08.3-21.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-42.fc40, libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkio.so.5()(64bit)

baloo (maintained by: jgrulich, kde-sig, rdieter, than)
baloo-4.14.3-33.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
baloo-devel-4.14.3-33.fc39.i686 requires kdelibs4-devel = 4.14.38-42.fc40
baloo-devel-4.14.3-33.fc39.x86_64 requires kdelibs4-devel = 4.14.38-42.fc40
baloo-libs-4.14.3-33.fc39.i686 requires libkdecore.so.5
baloo-libs-4.14.3-33.fc39.x86_64 requires libkdecore.so.5()(64bit)

kactivities (maintained by: kde-sig, rdieter, than)
kactivities-4.13.3-38.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kactivities-devel-4.13.3-38.fc39.i686 requires kdelibs4-devel = 4.14.38-42.fc40
kactivities-devel-4.13.3-38.fc39.x86_64 requires kdelibs4-devel = 4.14.38-42.fc40
kactivities-libs-4.13.3-38.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-42.fc40, libkcmutils.so.4, libkdeclarative.so.5, libkdecore.so.5,
libkdeui.so.5, libplasma.so.3
kactivities-libs-4.13.3-38.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-42.fc40, libkcmutils.so.4()(64bit), libkdeclarative.so.5()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libplasma.so.3()(64bit)

kate4 (maintained by: kde-sig, rdieter)
kate4-4.14.3-33.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kate4-part-4.14.3-33.fc39.i686 requires libkcmutils.so.4, libkdecore.so.5,
libkdeui.so.5, libkio.so.5, libknewstuff3.so.4, libkparts.so.4, libktexteditor.so.4
kate4-part-4.14.3-33.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libknewstuff3.so.4()(64bit), libkparts.so.4()(64bit), libktexteditor.so.4()(64bit)

kde-workspace (maintained by: jgrulich, kde-sig, rdieter, than)
kcm_colors-1:4.11.22-39.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libknewstuff3.so.4()(64bit)
kde-platform-plugin-1:4.11.22-39.fc39.i686 requires libkdecore.so.5,
libkdeui.so.5, libkio.so.5
kde-platform-plugin-1:4.11.22-39.fc39.x86_64 requires
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kde-workspace-1:4.11.22-39.fc39.src requires kdelibs4-devel =
4.14.38-42.fc40, kdelibs4-webkit-devel = 4.14.38-42.fc40
kde-workspace-devel-1:4.11.22-39.fc39.i686 requires kdelibs4-devel =
4.14.38-42.fc40
kde-workspace-devel-1:4.11.22-39.fc39.x86_64 requires kdelibs4-devel =
4.14.38-42.fc40
kdm-1:4.11.22-39.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libknewstuff3.so.4()(64bit)
kgreeter-plugins-1:4.11.22-39.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)
ksystraycmd-1:4.11.22-39.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)
libkworkspace-1:4.11.22-39.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-42.fc40, libkdecore.so.5, libkdeui.so.5, libplasma.so.3
libkworkspace-1:4.11.22-39.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-42.fc40, libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libplasma.so.3()(64bit)

kcoloredit (maintained by: kkofler, rdieter, than)
kcoloredit-4.4.0-29.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kcoloredit-4.4.0-29.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-42.fc40,
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkfile.so.4()(64bit),
libkio.so.5()(64bit)

kde-l10n (maintained by: kde-sig, rdieter, than)
kde-l10n-17.08.3-15.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40

kde-plasma-ihatethecashew (maintained by: orphan)
kde-plasma-ihatethecashew-0.4-27.fc39.x86_64 requires
libkdecore.so.5()(64bit), libplasma.so.3()(64bit)

kde-runtime (maintained by: jgrulich, kde-sig, kkofler, rdieter, than)
kde-runtime-17.08.3-28.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40,
kdelibs4-webkit-devel = 4.14.38-42.fc40
kde-runtime-17.08.3-28.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdeclarative.so.5()(64bit), libkdecore.so.5()(64bit),
libkdesu.so.5()(64bit), libkdeui.so.5()(64bit), libkdnssd.so.4()(64bit),
libkemoticons.so.4()(64bit), libkio.so.5()(64bit), libknewstuff3.so.4()(64bit),
libknotifyconfig.so.4()(64bit), libplasma.so.3()(64bit), libsolid.so.4()(64bit)
kde-runtime-libs-17.08.3-28.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-42.fc40, libkcmutils.so.4, libkdeclarative.so.5, libkdecore.so.5,
libkdeui.so.5, libkdewebkit.so.5, libkdnssd.so.4, libkfile.so.4, libkhtml.so.5,
libkio.so.5, libkmediaplayer.so.4, libkparts.so.4, libkpty.so.4,
libplasma.so.3, libsolid.so.4
kde-runtime-libs-17.08.3-28.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-42.fc40, libkcmutils.so.4()(64bit), libkdeclarative.so.5()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkdewebkit.so.5()(64bit),
libkdnssd.so.4()(64bit), libkfile.so.4()(64bit), libkhtml.so.5()(64bit),
libkio.so.5()(64bit), libkmediaplayer.so.4()(64bit), libkparts.so.4()(64bit),
libkpty.so.4()(64bit), libplasma.so.3()(64bit), libsolid.so.4()(64bit)

kde-style-breeze (maintained by: rdieter)
kde-style-breeze-1:5.18.5-9.fc39.i686 requires libkdecore.so.5, libkdeui.so.5
kde-style-breeze-1:5.18.5-9.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kde-style-breeze-1:5.18.5-9.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)

kde-wallpapers (maintained by: kde-sig, rdieter, than)
kde-wallpapers-15.08.3-18.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40

kdelibs3 (maintained by: kkofler, rdieter, than)
kdelibs3-3.5.10-125.fc40.i686 requires kdelibs-common = 6:4.14.38-42.fc40
kdelibs3-3.5.10-125.fc40.x86_64 requires kdelibs-common = 6:4.14.38-42.fc40

kdepim4 (maintained by: rdieter)
kdepim4-4.14.10-50.fc38.src requires kdelibs4-devel = 4.14.38-42.fc40,
kdelibs4-webkit-devel = 4.14.38-42.fc40
knode-4.14.10-50.fc38.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkparts.so.4()(64bit)
knode-libs-4.14.10-50.fc38.i686 requires libkcmutils.so.4,
libkde3support.so.4, libkdecore.so.5, libkdeui.so.5, libkdewebkit.so.5,
libkhtml.so.5, libkio.so.5, libknewstuff3.so.4, libkparts.so.4,
libkprintutils.so.4, libsolid.so.4
knode-libs-4.14.10-50.fc38.x86_64 requires libkcmutils.so.4()(64bit),
libkde3support.so.4()(64bit), libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkdewebkit.so.5()(64bit), libkhtml.so.5()(64bit), libkio.so.5()(64bit),
libknewstuff3.so.4()(64bit), libkparts.so.4()(64bit),
libkprintutils.so.4()(64bit), libsolid.so.4()(64bit)
ktimetracker-4.14.10-50.fc38.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libkparts.so.4()(64bit)

kdepimlibs (maintained by: jgrulich, kde-sig, rdieter, than)
kdepimlibs-4.14.10-43.fc39.i686 requires kdelibs4(x86-32) = 4.14.38-42.fc40,
libkdecore.so.5, libkdeui.so.5, libkemoticons.so.4, libkio.so.5, libkparts.so.4
kdepimlibs-4.14.10-43.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kdepimlibs-4.14.10-43.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-42.fc40, libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkemoticons.so.4()(64bit), libkio.so.5()(64bit), libkparts.so.4()(64bit)
kdepimlibs-akonadi-4.14.10-43.fc39.i686 requires libkdecore.so.5,
libkdeui.so.5, libkio.so.5, libsolid.so.4
kdepimlibs-akonadi-4.14.10-43.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libsolid.so.4()(64bit)
kdepimlibs-devel-4.14.10-43.fc39.i686 requires kdelibs4-devel = 4.14.38-42.fc40
kdepimlibs-devel-4.14.10-43.fc39.x86_64 requires kdelibs4-devel = 4.14.38-42.fc40
kdepimlibs-kxmlrpcclient-4.14.10-43.fc39.i686 requires libkdecore.so.5,
libkio.so.5
kdepimlibs-kxmlrpcclient-4.14.10-43.fc39.x86_64 requires
libkdecore.so.5()(64bit), libkio.so.5()(64bit)

kflickr (maintained by: orphan)
kflickr-20100817-28.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kflickr-20100817-28.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)

kgrab (maintained by: kkofler, rdieter, than)
kgrab-0.1.1-49.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kgrab-0.1.1-49.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)

kiconedit (maintained by: kkofler, rdieter, than)
kiconedit-4.4.0-29.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kiconedit-4.4.0-29.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-42.fc40,
libkde3support.so.4()(64bit), libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkio.so.5()(64bit)

kio-ftps (maintained by: justinz, kde-sig, rdieter, than)
kio-ftps-0.2-27.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kio-ftps-0.2-27.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkio.so.5()(64bit)

kio_mtp (maintained by: jgrulich, orion)
kio_mtp-0.75-28.20141221gitc418634.fc39.src requires kdelibs4-devel =
4.14.38-42.fc40
kio_mtp-0.75-28.20141221gitc418634.fc39.x86_64 requires
libkdecore.so.5()(64bit), libkio.so.5()(64bit), libsolid.so.4()(64bit)

kmid2 (maintained by: cheeselee, kkofler)
kmid2-2.4.0-27.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kmid2-2.4.0-27.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-42.fc40,
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkfile.so.4()(64bit),
libkio.so.5()(64bit), libkmediaplayer.so.4()(64bit), libkparts.so.4()(64bit)
kmid2-libs-2.4.0-27.fc39.i686 requires kdelibs4(x86-32) = 4.14.38-42.fc40,
libkdecore.so.5, libkdeui.so.5
kmid2-libs-2.4.0-27.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-42.fc40,
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit)

koffice-kivio (maintained by: kkofler, rdieter)
koffice-kivio-3:1.6.3-65.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40

kover (maintained by: adrian)
kover-6-32.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kover-6-32.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)

koverartist (maintained by: lbazan)
koverartist-0.7.6-27.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
koverartist-0.7.6-27.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)

kpartsplugin (maintained by: rdieter)
kpartsplugin-0.0.1-0.30.20120723.fc39.src requires kdelibs4-devel =
4.14.38-42.fc40
kpartsplugin-0.0.1-0.30.20120723.fc39.x86_64 requires
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libkparts.so.4()(64bit)

kpilot (maintained by: kkofler, rdieter, than)
kpilot-5.3.0-38.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kpilot-5.3.0-38.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kpilot-libs-5.3.0-38.fc39.i686 requires libkdecore.so.5, libkdeui.so.5,
libkio.so.5
kpilot-libs-5.3.0-38.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)

krecipes (maintained by: kkofler)
krecipes-2.1.0-18.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40,
kdelibs4-webkit-devel = 4.14.38-42.fc40
krecipes-2.1.0-18.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-42.fc40,
libkde3support.so.4()(64bit), libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkdewebkit.so.5()(64bit), libkhtml.so.5()(64bit), libkio.so.5()(64bit),
libkparts.so.4()(64bit)

kremotecontrol (maintained by: kde-sig, rdieter, than)
kremotecontrol-17.08.3-14.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kremotecontrol-17.08.3-14.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libplasma.so.3()(64bit)
kremotecontrol-libs-17.08.3-14.fc39.i686 requires libkdecore.so.5, libkdeui.so.5
kremotecontrol-libs-17.08.3-14.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)

kscd (maintained by: kde-sig, rdieter, than)
kscd-17.08.3-15.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kscd-17.08.3-15.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libsolid.so.4()(64bit)

ksig (maintained by: kkofler, rdieter, than)
ksig-1.1-0.34.20080213.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
ksig-1.1-0.34.20080213.fc39.x86_64 requires libkde3support.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit)

kuser (maintained by: kkofler)
kuser-16.08.3-20.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kuser-16.08.3-20.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libkntlm.so.4()(64bit)

kvkbd (maintained by: orphan)
kvkbd-0.6-29.fc39.src requires kdelibs-devel = 6:4.14.38-42.fc40
kvkbd-0.6-29.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)

kwallet (maintained by: rdieter, than)
kwallet-4.12.3-22.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kwallet-4.12.3-22.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)

kwalletmanager (maintained by: jgrulich, kde-sig, rdieter, than)
kwalletmanager-15.04.3-21.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kwalletmanager-15.04.3-21.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)

kwooty (maintained by: kde-sig, rdieter)
kwooty-1.1.0-24.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kwooty-1.1.0-24.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kwooty-libs-1.1.0-24.fc39.i686 requires libkcmutils.so.4, libkdecore.so.5,
libkdeui.so.5, libkio.so.5, libsolid.so.4
kwooty-libs-1.1.0-24.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libsolid.so.4()(64bit)

libkcddb (maintained by: kde-sig, orphan, rdieter, than)
libkcddb-16.08.3-13.fc39.i686 requires kdelibs4(x86-32) = 4.14.38-42.fc40,
libkdecore.so.5, libkdeui.so.5, libkio.so.5
libkcddb-16.08.3-13.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
libkcddb-16.08.3-13.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-42.fc40,
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
libkcddb-devel-16.08.3-13.fc39.i686 requires kdelibs4-devel = 4.14.38-42.fc40
libkcddb-devel-16.08.3-13.fc39.x86_64 requires kdelibs4-devel = 4.14.38-42.fc40

libkcompactdisc (maintained by: kde-sig, orphan, rdieter, than)
libkcompactdisc-16.08.3-16.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-42.fc40, libkdecore.so.5, libsolid.so.4
libkcompactdisc-16.08.3-16.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
libkcompactdisc-16.08.3-16.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-42.fc40, libkdecore.so.5()(64bit), libsolid.so.4()(64bit)
libkcompactdisc-devel-16.08.3-16.fc39.i686 requires kdelibs4-devel =
4.14.38-42.fc40
libkcompactdisc-devel-16.08.3-16.fc39.x86_64 requires kdelibs4-devel =
4.14.38-42.fc40

molsketch (maintained by: alexpl, scitech_sig)
molsketch-0.8.0-2.fc39.src requires kdelibs-devel = 6:4.14.38-42.fc40

pairs (maintained by: kde-sig, orphan, rdieter, than)
pairs-15.04.2-19.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
pairs-15.04.2-19.fc39.x86_64 requires libkdeclarative.so.5()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libknewstuff3.so.4()(64bit)

plasma-widget-menubar (maintained by: orphan)
plasma-widget-menubar-0.2.0-21.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libplasma.so.3()(64bit)

qt4-theme-quarticurve (maintained by: kkofler, rdieter, than)
qt4-theme-quarticurve-0.0-0.41.beta8.fc39.src requires kdelibs4-devel =
4.14.38-42.fc40

recoll (maintained by: bonzini, terjeros)
recoll-1.36.1-1.fc40.src requires kdelibs4-devel = 4.14.38-42.fc40
recoll-kio-1.36.1-1.fc40.i686 requires libkdecore.so.5, libkio.so.5
recoll-kio-1.36.1-1.fc40.x86_64 requires libkdecore.so.5()(64bit),
libkio.so.5()(64bit)

rekollect (maintained by: rdieter)
rekollect-0.3.3-18.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
rekollect-0.3.3-18.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libkprintutils.so.4()(64bit)

rekonq (maintained by: jgrulich, rdieter)
rekonq-2.4.2-23.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40,
kdelibs4-webkit-devel = 4.14.38-42.fc40
rekonq-2.4.2-23.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkdewebkit.so.5()(64bit),
libkio.so.5()(64bit), libkparts.so.4()(64bit), libsolid.so.4()(64bit)

syncevolution (maintained by: mcrha)
syncevolution-1:2.0.0-9.fc39.src requires kdelibs-devel = 6:4.14.38-42.fc40

ufw-kde (maintained by: kkofler)
ufw-kde-0.5.0-0.23.20161006git.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
ufw-kde-0.5.0-0.23.20161006git.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)

Too many dependencies for herqq, not all listed here

Depending on: ktp-accounts-kcm (2), status change: 2023-11-18 (4 weeks ago)
ktp-contact-list (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-contact-list-23.04.3-2.fc39.x86_64 requires ktp-accounts-kcm = 23.04.3-2.fc39

ktp-text-ui (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-text-ui-23.04.3-2.fc39.i686 requires ktp-accounts-kcm = 23.04.3-2.fc39
ktp-text-ui-23.04.3-2.fc39.x86_64 requires ktp-accounts-kcm = 23.04.3-2.fc39

Depending on: ktp-common-internals (8), status change: 2023-11-18 (4 weeks ago)
ktp-accounts-kcm (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-accounts-kcm-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39

ktp-auth-handler (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-auth-handler-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39
ktp-auth-handler-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit)

ktp-contact-list (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-contact-list-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39
ktp-contact-list-23.04.3-2.fc39.x86_64 requires ktp-accounts-kcm =
23.04.3-2.fc39, libKTpCommonInternals.so.9()(64bit),
libKTpLogger.so.9()(64bit), libKTpModels.so.9()(64bit), libKTpWidgets.so.9()(64bit)

ktp-contact-runner (maintained by: jgrulich, kde-sig, rdieter)
ktp-contact-runner-23.04.3-2.fc39.i686 requires libKTpCommonInternals.so.9,
libKTpModels.so.9
ktp-contact-runner-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39
ktp-contact-runner-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit), libKTpModels.so.9()(64bit)

ktp-filetransfer-handler (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-filetransfer-handler-23.04.3-2.fc39.src requires
ktp-common-internals-devel = 23.04.3-2.fc39
ktp-filetransfer-handler-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit)

ktp-kded-integration-module (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-kded-integration-module-23.04.3-2.fc39.i686 requires
libKTpCommonInternals.so.9, libKTpWidgets.so.9
ktp-kded-integration-module-23.04.3-2.fc39.src requires
ktp-common-internals-devel = 23.04.3-2.fc39
ktp-kded-integration-module-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit), libKTpWidgets.so.9()(64bit)

ktp-send-file (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-send-file-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39
ktp-send-file-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit), libKTpModels.so.9()(64bit),
libKTpWidgets.so.9()(64bit)

ktp-text-ui (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-text-ui-23.04.3-2.fc39.i686 requires ktp-accounts-kcm = 23.04.3-2.fc39,
libKTpCommonInternals.so.9, libKTpLogger.so.9, libKTpModels.so.9,
libKTpOTR.so.9, libKTpWidgets.so.9
ktp-text-ui-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39
ktp-text-ui-23.04.3-2.fc39.x86_64 requires ktp-accounts-kcm = 23.04.3-2.fc39,
libKTpCommonInternals.so.9()(64bit), libKTpLogger.so.9()(64bit),
libKTpModels.so.9()(64bit), libKTpOTR.so.9()(64bit), libKTpWidgets.so.9()(64bit)

Depending on: libkcddb (3), status change: 2023-11-18 (4 weeks ago)
audex (maintained by: liquidat)
audex-0.79-19.fc39.src requires libkcddb-devel = 16.08.3-13.fc39
audex-0.79-19.fc39.x86_64 requires libkcddb.so.4()(64bit)

audiocd-kio (maintained by: kde-sig, rdieter, than)
audiocd-kio-16.08.3-21.fc39.i686 requires libkcddb.so.4
audiocd-kio-16.08.3-21.fc39.src requires libkcddb-devel = 16.08.3-13.fc39
audiocd-kio-16.08.3-21.fc39.x86_64 requires libkcddb.so.4()(64bit)
audiocd-kio-libs-16.08.3-21.fc39.i686 requires libkcddb.so.4
audiocd-kio-libs-16.08.3-21.fc39.x86_64 requires libkcddb.so.4()(64bit)

kscd (maintained by: kde-sig, rdieter, than)
kscd-17.08.3-15.fc39.x86_64 requires audiocd-kio(x86-64) = 16.08.3-21.fc39

Depending on: libkcompactdisc (3), status change: 2023-11-18 (4 weeks ago)
audex (maintained by: liquidat)
audex-0.79-19.fc39.src requires libkcompactdisc-devel = 16.08.3-16.fc39
audex-0.79-19.fc39.x86_64 requires libkcompactdisc.so.4()(64bit)

audiocd-kio (maintained by: kde-sig, rdieter, than)
audiocd-kio-16.08.3-21.fc39.i686 requires libkcompactdisc.so.4
audiocd-kio-16.08.3-21.fc39.src requires libkcompactdisc-devel = 16.08.3-16.fc39
audiocd-kio-16.08.3-21.fc39.x86_64 requires libkcompactdisc.so.4()(64bit)

kscd (maintained by: kde-sig, rdieter, than)
kscd-17.08.3-15.fc39.x86_64 requires audiocd-kio(x86-64) = 16.08.3-21.fc39

Depending on: openbox-theme-mistral-thin (1), status change: 2023-12-14 (0
weeks ago)
lxqt-session (maintained by: lxqt-sig, rdieter, tieugene, zsun)
lxqt-session-1.3.0-1.fc39.x86_64 requires openbox-theme-mistral-thin =
0-14.20170125.fc39

Depending on: perl-Authen-Krb5 (1), status change: 2023-11-18 (4 weeks ago)
perl-Authen-Krb5-Admin (maintained by: chkr)
perl-Authen-Krb5-Admin-0.17-36.fc39.src requires perl(Authen::Krb5) = 1.9

Depending on: perl-Net-Google-AuthSub (1), status change: 2023-11-18 (4 weeks ago)
perl-WWW-Google-Contacts (maintained by: aviram)
perl-WWW-Google-Contacts-0.39-23.fc39.noarch requires
perl(Net::Google::AuthSub) = 0.5
perl-WWW-Google-Contacts-0.39-23.fc39.src requires perl(Net::Google::AuthSub)
= 0.5

Depending on: python-google-api-core (47), status change: 2023-12-15 (0 weeks ago)
google-api-python-client (maintained by: hguemar, limb, mbaldessari, mikelo2)
google-api-python-client-2:2.111.0-1.fc40.src requires
python3dist(google-api-core) = 2.11.1
python3-google-api-client-2:2.111.0-1.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1

python-google-cloud-access-approval (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-access-approval-1.11.3-1.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-access-approval-1.11.3-1.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-access-context-manager (maintained by: fkolwa, miyunari,
orphan, python-packagers-sig)
python-google-cloud-access-context-manager-0.1.16-3.fc39.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-access-context-manager-0.1.16-3.fc39.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-api-gateway (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-api-gateway-1.8.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-api-gateway-1.8.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-apigee-connect (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-apigee-connect-1.7.1-3.fc39.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-apigee-connect-1.7.1-3.fc39.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-appengine-admin (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-appengine-admin-1.9.4-1.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-appengine-admin-1.9.4-1.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-asset (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-asset-3.22.0-1.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-asset-3.22.0-1.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-automl (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-automl-2.12.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-automl-2.12.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-bigquery (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-bigquery-3.14.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1
python3-google-cloud-bigquery-3.14.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1

python-google-cloud-bigquery-connection (maintained by: fkolwa, miyunari,
orphan, python-packagers-sig)
python-google-cloud-bigquery-connection-1.14.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-bigquery-connection-1.14.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-bigquery-datatransfer (maintained by: fkolwa, miyunari,
orphan, python-packagers-sig)
python-google-cloud-bigquery-datatransfer-3.13.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-bigquery-datatransfer-3.13.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-bigquery-reservation (maintained by: fkolwa, miyunari,
orphan, python-packagers-sig)
python-google-cloud-bigquery-reservation-1.12.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-bigquery-reservation-1.12.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-bigquery-storage (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-bigquery-storage-2.24.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-bigquery-storage-2.24.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-bigtable (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-bigtable-2.21.0-1.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-bigtable-2.21.0-1.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-billing (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-billing-1.12.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-billing-1.12.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-billing-budgets (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-billing-budgets-1.13.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-billing-budgets-1.13.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-build (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-build-3.22.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-build-3.22.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-common (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-common-1.2.0-3.fc39.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-common-1.2.0-3.fc39.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-container (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-container-2.36.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-container-2.36.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-containeranalysis (maintained by: fkolwa, miyunari,
orphan, python-packagers-sig)
python-google-cloud-containeranalysis-2.12.4-1.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-containeranalysis-2.12.4-1.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-core (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-core-2.3.3-2.fc39.src requires
python3dist(google-api-core) = 2.11.1
python3-google-cloud-core-2.3.3-2.fc39.noarch requires
python3.12dist(google-api-core) = 2.11.1

python-google-cloud-data-fusion (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-data-fusion-1.9.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-data-fusion-1.9.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-datacatalog (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-datacatalog-3.11.1-3.fc39.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-datacatalog-3.11.1-3.fc39.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-dataproc (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-dataproc-5.8.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-dataproc-5.8.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-dataproc-metastore (maintained by: fkolwa, miyunari,
orphan, python-packagers-sig)
python-google-cloud-dataproc-metastore-1.14.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-dataproc-metastore-1.14.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-debugger-client (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-debugger-client-1.7.0-2.fc39.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-debugger-client-1.7.0-2.fc39.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-deploy (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-deploy-1.15.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-deploy-1.15.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-dlp (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-dlp-3.14.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-dlp-3.14.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-dms (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-dms-1.8.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-dms-1.8.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-domains (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-domains-1.4.1-3.fc39.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-domains-1.4.1-3.fc39.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-filestore (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-filestore-1.5.0-3.fc39.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-filestore-1.5.0-3.fc39.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-firestore (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-firestore-2.14.0-3.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-firestore-2.14.0-3.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-functions (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-functions-1.14.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-functions-1.14.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-iam (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-iam-2.13.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-iam-2.13.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-kms (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-kms-2.19.2-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-kms-2.19.2-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-org-policy (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-org-policy-1.8.3-1.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-org-policy-1.8.3-1.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-os-config (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-os-config-1.16.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-os-config-1.16.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-private-ca (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-private-ca-1.9.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-private-ca-1.9.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-pubsub (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-pubsub-2.14.1-4.fc39.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-pubsub-2.14.1-4.fc39.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-redis (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-redis-2.14.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-redis-2.14.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-shell (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-shell-1.6.1-3.fc39.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-shell-1.6.1-3.fc39.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-source-context (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-source-context-1.5.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-source-context-1.5.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-spanner (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-spanner-3.40.1-1.fc40.src requires
python3dist(google-api-core) = 2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-google-cloud-spanner-3.40.1-1.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1, python3.12dist(google-api-core[grpc])
= 2.11.1

python-google-cloud-storage (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-storage-2.14.0-2.fc40.src requires
python3dist(google-api-core) = 2.11.1
python3-google-cloud-storage-2.14.0-2.fc40.noarch requires
python3.12dist(google-api-core) = 2.11.1

python-grafeas (maintained by: orphan, python-packagers-sig)
python-grafeas-1.9.0-1.fc40.src requires python3dist(google-api-core) =
2.11.1, python3dist(google-api-core[grpc]) = 2.11.1
python3-grafeas-1.9.0-1.fc40.noarch requires python3.12dist(google-api-core)
= 2.11.1, python3.12dist(google-api-core[grpc]) = 2.11.1

python-proto-plus (maintained by: mhayden, python-packagers-sig)
python-proto-plus-1.22.3-2.fc39.src requires python3dist(google-api-core) =
2.11.1, python3dist(google-api-core[grpc]) = 2.11.1

python-chirpstack-api (maintained by: fab)
python3-chirpstack-api-3.9.4-9.fc39.noarch requires
python3.12dist(google-api-core) = 2.11.1

Too many dependencies for python-google-api-core, not all listed here

Depending on: python-google-cloud-access-context-manager (1), status change:
2023-12-15 (0 weeks ago)
python-google-cloud-asset (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-asset-3.22.0-1.fc40.src requires
python3dist(google-cloud-access-context-manager) = 0.1.16
python3-google-cloud-asset-3.22.0-1.fc40.noarch requires
python3.12dist(google-cloud-access-context-manager) = 0.1.16

Depending on: python-google-cloud-bigquery-storage (1), status change:
2023-12-15 (0 weeks ago)
python-google-cloud-bigquery (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-bigquery-3.14.0-2.fc40.src requires
python3dist(google-cloud-bigquery-storage) = 2.24
python3-google-cloud-bigquery+bqstorage-3.14.0-2.fc40.noarch requires
python3.12dist(google-cloud-bigquery-storage) = 2.24

Depending on: python-google-cloud-common (1), status change: 2023-12-15 (0
weeks ago)
python-google-cloud-filestore (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-filestore-1.5.0-3.fc39.src requires
python3dist(google-cloud-common) = 1.2
python3-google-cloud-filestore-1.5.0-3.fc39.noarch requires
python3.12dist(google-cloud-common) = 1.2

Depending on: python-google-cloud-core (24), status change: 2023-12-15 (0 weeks
ago)
python-google-cloud-bigquery (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-bigquery-3.14.0-2.fc40.src requires
python3dist(google-cloud-core) = 2.3.3
python3-google-cloud-bigquery-3.14.0-2.fc40.noarch requires
python3.12dist(google-cloud-core) = 2.3.3
python3-google-cloud-bigquery+geopandas-3.14.0-2.fc40.noarch requires
python3.12dist(geopandas) = 0.14.1

python-google-cloud-bigtable (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-bigtable-2.21.0-1.fc40.src requires
python3dist(google-cloud-core) = 2.3.3
python3-google-cloud-bigtable-2.21.0-1.fc40.noarch requires
python3.12dist(google-cloud-core) = 2.3.3

python-google-cloud-dns (maintained by: jorti)
python-google-cloud-dns-0.34.2-1.fc40.src requires
python3dist(google-cloud-core) = 2.3.3
python3-google-cloud-dns-0.34.2-1.fc40.noarch requires
python3.12dist(google-cloud-core) = 2.3.3

python-google-cloud-firestore (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-firestore-2.14.0-3.fc40.src requires
python3dist(google-cloud-core) = 2.3.3
python3-google-cloud-firestore-2.14.0-3.fc40.noarch requires
python3.12dist(google-cloud-core) = 2.3.3

python-google-cloud-spanner (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-spanner-3.40.1-1.fc40.src requires
python3dist(google-cloud-core) = 2.3.3
python3-google-cloud-spanner-3.40.1-1.fc40.noarch requires
python3.12dist(google-cloud-core) = 2.3.3

python-google-cloud-storage (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-storage-2.14.0-2.fc40.src requires
python3dist(google-cloud-core) = 2.3.3
python3-google-cloud-storage-2.14.0-2.fc40.noarch requires
python3.12dist(google-cloud-core) = 2.3.3

python-gcsfs (maintained by: fab)
python-gcsfs-2023.6.0-1.fc39.src requires python3dist(fsspec) = 2023.12,
python3dist(google-cloud-storage) = 2.14
python3-gcsfs-2023.6.0-1.fc39.noarch requires python3.12dist(fsspec) =
2023.12, python3.12dist(google-cloud-storage) = 2.14

python-google-cloud-automl (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-automl-2.12.0-2.fc40.src requires
python3dist(google-cloud-storage) = 2.14

snakemake (maintained by: major, neuro-sig)
snakemake-7.32.4-1.fc40.src requires python3dist(google-cloud-storage) = 2.14
snakemake+google-cloud-7.32.4-1.fc40.noarch requires
python3.12dist(google-cloud-storage) = 2.14

python-fsspec (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-fsspec-2023.12.0-1.fc40.src requires python3dist(gcsfs) = 2023.6

python-papermill (maintained by: ankursinha, neuro-sig)
python-papermill-2.4.0-7.fc40.src requires python3dist(gcsfs) = 2023.6
python3-papermill+all-2.4.0-7.fc40.noarch requires python3.12dist(gcsfs) = 2023.6
python3-papermill+gcs-2.4.0-7.fc40.noarch requires python3.12dist(gcsfs) = 2023.6

python-dask (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-dask-2023.8.1-3.fc40~bootstrap.src requires python3dist(fsspec) = 2023.12
python3-dask-2023.8.1-3.fc40~bootstrap.noarch requires python3.12dist(fsspec)
= 2023.12

python-geopandas (maintained by: python-packagers-sig, qulogic)
python-geopandas-0.14.1-1.fc40.src requires python3dist(fsspec) = 2023.12

python-torch (maintained by: trix)
python-torch-2.1.0-11.fc40.src requires python3dist(fsspec) = 2023.12
python3-torch-2.1.0-11.fc40.x86_64 requires python3.12dist(fsspec) = 2023.12

python-zarr (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-zarr-2.16.1-1.fc40.src requires python3dist(fsspec) = 2023.12

python-bluepyopt (maintained by: ankursinha, neuro-sig)
python-bluepyopt-1.14.6-5.fc40.src requires python3dist(papermill) = 2.4

python-xarray (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-xarray-2023.8.0-1.fc40.src requires python3dist(dask[array]) =
2023.8.1, python3dist(dask[dataframe]) = 2023.8.1

python-xbout (maintained by: davidsch)
python-xbout-0.3.5-8.fc39.src requires python3dist(dask) = 2023.8.1,
python3dist(dask[array]) = 2023.8.1
python3-xbout-0.3.5-8.fc39.noarch requires python3.12dist(dask) = 2023.8.1,
python3.12dist(dask[array]) = 2023.8.1

python-earthpy (maintained by: iztokf)
python-earthpy-0.9.4-9.fc39.src requires python3dist(geopandas) = 0.14.1
python3-earthpy-0.9.4-9.fc39.noarch requires python3.12dist(geopandas) = 0.14.1

python-geoplot (maintained by: python-packagers-sig, qulogic)
python-geoplot-0.5.1-7.fc40.src requires python3dist(geopandas) = 0.14.1
python3-geoplot-0.5.1-7.fc40.noarch requires python3.12dist(geopandas) = 0.14.1

python-libpysal (maintained by: python-packagers-sig, qulogic)
python-libpysal-4.7.0-5.fc40.src requires python3dist(geopandas) = 0.14.1

python-mapclassify (maintained by: python-packagers-sig, qulogic)
python-mapclassify-2.5.0-2.fc40.src requires python3dist(geopandas) = 0.14.1

python-networkx (maintained by: jjames, plautrba)
python-networkx-3.2.1-1.fc40.src requires python3dist(geopandas) = 0.14.1

python-plotnine (maintained by: gui1ty, neuro-sig)
python-plotnine-0.12.4-4.fc40.src requires python3-geopandas = 0.14.1-1.fc40
python3-plotnine+extra-0.12.4-4.fc40.noarch requires
python3.12dist(geopandas) = 0.14.1

Too many dependencies for python-google-cloud-core, not all listed here

Depending on: python-google-cloud-org-policy (1), status change: 2023-12-15 (0
weeks ago)
python-google-cloud-asset (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-asset-3.22.0-1.fc40.src requires
python3dist(google-cloud-org-policy) = 1.8.3
python3-google-cloud-asset-3.22.0-1.fc40.noarch requires
python3.12dist(google-cloud-org-policy) = 1.8.3

Depending on: python-google-cloud-os-config (1), status change: 2023-12-15 (0
weeks ago)
python-google-cloud-asset (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-asset-3.22.0-1.fc40.src requires
python3dist(google-cloud-os-config) = 1.16
python3-google-cloud-asset-3.22.0-1.fc40.noarch requires
python3.12dist(google-cloud-os-config) = 1.16

Depending on: python-google-cloud-source-context (1), status change: 2023-12-15
(0 weeks ago)
python-google-cloud-debugger-client (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-debugger-client-1.7.0-2.fc39.src requires
python3dist(google-cloud-source-context) = 1.5
python3-google-cloud-debugger-client-1.7.0-2.fc39.noarch requires
python3.12dist(google-cloud-source-context) = 1.5

Depending on: python-google-cloud-storage (22), status change: 2023-12-15 (0
weeks ago)
python-gcsfs (maintained by: fab)
python-gcsfs-2023.6.0-1.fc39.src requires python3dist(fsspec) = 2023.12,
python3dist(google-cloud-storage) = 2.14
python3-gcsfs-2023.6.0-1.fc39.noarch requires python3.12dist(fsspec) =
2023.12, python3.12dist(google-cloud-storage) = 2.14

python-google-cloud-automl (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-automl-2.12.0-2.fc40.src requires
python3dist(google-cloud-storage) = 2.14

snakemake (maintained by: major, neuro-sig)
snakemake-7.32.4-1.fc40.src requires python3dist(google-cloud-storage) = 2.14
snakemake+google-cloud-7.32.4-1.fc40.noarch requires
python3.12dist(google-cloud-storage) = 2.14

python-fsspec (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-fsspec-2023.12.0-1.fc40.src requires python3dist(gcsfs) = 2023.6,
python3dist(zarr) = 2.16.1

python-papermill (maintained by: ankursinha, neuro-sig)
python-papermill-2.4.0-7.fc40.src requires python3dist(gcsfs) = 2023.6
python3-papermill+all-2.4.0-7.fc40.noarch requires python3.12dist(gcsfs) = 2023.6
python3-papermill+gcs-2.4.0-7.fc40.noarch requires python3.12dist(gcsfs) = 2023.6

python-dask (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-dask-2023.8.1-3.fc40~bootstrap.src requires python3dist(fsspec) =
2023.12, python3dist(zarr) = 2.16.1
python3-dask-2023.8.1-3.fc40~bootstrap.noarch requires python3.12dist(fsspec)
= 2023.12

python-geopandas (maintained by: python-packagers-sig, qulogic)
python-geopandas-0.14.1-1.fc40.src requires python3dist(fsspec) = 2023.12

python-torch (maintained by: trix)
python-torch-2.1.0-11.fc40.src requires python3dist(fsspec) = 2023.12
python3-torch-2.1.0-11.fc40.x86_64 requires python3.12dist(fsspec) = 2023.12

python-zarr (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-zarr-2.16.1-1.fc40.src requires python3dist(fsspec) = 2023.12

python-bluepyopt (maintained by: ankursinha, neuro-sig)
python-bluepyopt-1.14.6-5.fc40.src requires python3dist(papermill) = 2.4

python-xarray (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-xarray-2023.8.0-1.fc40.src requires python3dist(dask[array]) =
2023.8.1, python3dist(dask[dataframe]) = 2023.8.1, python3dist(zarr) = 2.16.1

python-xbout (maintained by: davidsch)
python-xbout-0.3.5-8.fc39.src requires python3dist(dask) = 2023.8.1,
python3dist(dask[array]) = 2023.8.1
python3-xbout-0.3.5-8.fc39.noarch requires python3.12dist(dask) = 2023.8.1,
python3.12dist(dask[array]) = 2023.8.1

python-earthpy (maintained by: iztokf)
python-earthpy-0.9.4-9.fc39.src requires python3dist(geopandas) = 0.14.1
python3-earthpy-0.9.4-9.fc39.noarch requires python3.12dist(geopandas) = 0.14.1

python-geoplot (maintained by: python-packagers-sig, qulogic)
python-geoplot-0.5.1-7.fc40.src requires python3dist(geopandas) = 0.14.1
python3-geoplot-0.5.1-7.fc40.noarch requires python3.12dist(geopandas) = 0.14.1

python-libpysal (maintained by: python-packagers-sig, qulogic)
python-libpysal-4.7.0-5.fc40.src requires python3dist(geopandas) = 0.14.1

python-mapclassify (maintained by: python-packagers-sig, qulogic)
python-mapclassify-2.5.0-2.fc40.src requires python3dist(geopandas) = 0.14.1

python-networkx (maintained by: jjames, plautrba)
python-networkx-3.2.1-1.fc40.src requires python3dist(geopandas) = 0.14.1

python-plotnine (maintained by: gui1ty, neuro-sig)
python-plotnine-0.12.4-4.fc40.src requires python3-geopandas = 0.14.1-1.fc40
python3-plotnine+extra-0.12.4-4.fc40.noarch requires
python3.12dist(geopandas) = 0.14.1

python-google-cloud-bigquery (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python3-google-cloud-bigquery+geopandas-3.14.0-2.fc40.noarch requires
python3.12dist(geopandas) = 0.14.1

python-torchdata (maintained by: trix)
python-torchdata-0.7.0-3.fc40.src requires python3-torch-devel = 2.1.0-11.fc40
python3-torchdata-0.7.0-3.fc40.noarch requires python3.12dist(torch) = 2.1

python-hdmf (maintained by: lbazan, neuro-sig)
python-hdmf-3.11.0-1.fc40.src requires python3dist(zarr) = 2.16.1
python3-hdmf+zarr-3.11.0-1.fc40.noarch requires python3.12dist(zarr) = 2.16.1

python-lazy-ops (maintained by: ankursinha, neuro-sig)
python-lazy-ops-0.2.0-8.fc39.src requires python3dist(zarr) = 2.16.1
python3-lazy-ops-0.2.0-8.fc39.noarch requires python3.12dist(zarr) = 2.16.1

Too many dependencies for python-google-cloud-storage, not all listed here

Depending on: python-google-cloud-testutils (3), status change: 2023-12-15 (0
weeks ago)
python-google-cloud-bigquery (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-bigquery-3.14.0-2.fc40.src requires
python3dist(google-cloud-testutils) = 1.3.3

python-google-cloud-bigquery-datatransfer (maintained by: fkolwa, miyunari,
orphan, python-packagers-sig)
python-google-cloud-bigquery-datatransfer-3.13.0-2.fc40.src requires
python3dist(google-cloud-testutils) = 1.3.3

python-google-cloud-firestore (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-firestore-2.14.0-3.fc40.src requires
python3dist(google-cloud-testutils) = 1.3.3

Depending on: python-google-crc32c (21), status change: 2023-12-15 (0 weeks ago)
python-google-cloud-storage (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-storage-2.14.0-2.fc40.src requires
python3dist(google-crc32c) = 1.1.2, python3dist(google-resumable-media) = 2.6
python3-google-cloud-storage-2.14.0-2.fc40.noarch requires
python3.12dist(google-crc32c) = 1.1.2, python3.12dist(google-resumable-media) = 2.6

python-google-resumable-media (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-resumable-media-2.6.0-1.fc40.src requires
python3dist(google-crc32c) = 1.1.2
python3-google-resumable-media-2.6.0-1.fc40.noarch requires
python3.12dist(google-crc32c) = 1.1.2

snakemake (maintained by: major, neuro-sig)
snakemake-7.32.4-1.fc40.src requires python3dist(google-cloud-storage) =
2.14, python3dist(google-crc32c) = 1.1.2
snakemake+google-cloud-7.32.4-1.fc40.noarch requires
python3.12dist(google-cloud-storage) = 2.14, python3.12dist(google-crc32c) = 1.1.2

python-gcsfs (maintained by: fab)
python-gcsfs-2023.6.0-1.fc39.src requires python3dist(fsspec) = 2023.12,
python3dist(google-cloud-storage) = 2.14
python3-gcsfs-2023.6.0-1.fc39.noarch requires python3.12dist(fsspec) =
2023.12, python3.12dist(google-cloud-storage) = 2.14

python-google-cloud-automl (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-automl-2.12.0-2.fc40.src requires
python3dist(google-cloud-storage) = 2.14

python-google-cloud-bigquery (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-bigquery-3.14.0-2.fc40.src requires
python3dist(google-resumable-media) = 2.6
python3-google-cloud-bigquery-3.14.0-2.fc40.noarch requires
python3.12dist(google-resumable-media) = 2.6
python3-google-cloud-bigquery+geopandas-3.14.0-2.fc40.noarch requires
python3.12dist(geopandas) = 0.14.1

python-fsspec (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-fsspec-2023.12.0-1.fc40.src requires python3dist(gcsfs) = 2023.6

python-papermill (maintained by: ankursinha, neuro-sig)
python-papermill-2.4.0-7.fc40.src requires python3dist(gcsfs) = 2023.6
python3-papermill+all-2.4.0-7.fc40.noarch requires python3.12dist(gcsfs) = 2023.6
python3-papermill+gcs-2.4.0-7.fc40.noarch requires python3.12dist(gcsfs) = 2023.6

python-dask (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-dask-2023.8.1-3.fc40~bootstrap.src requires python3dist(fsspec) = 2023.12
python3-dask-2023.8.1-3.fc40~bootstrap.noarch requires python3.12dist(fsspec)
= 2023.12

python-geopandas (maintained by: python-packagers-sig, qulogic)
python-geopandas-0.14.1-1.fc40.src requires python3dist(fsspec) = 2023.12

python-torch (maintained by: trix)
python-torch-2.1.0-11.fc40.src requires python3dist(fsspec) = 2023.12
python3-torch-2.1.0-11.fc40.x86_64 requires python3.12dist(fsspec) = 2023.12

python-zarr (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-zarr-2.16.1-1.fc40.src requires python3dist(fsspec) = 2023.12

python-bluepyopt (maintained by: ankursinha, neuro-sig)
python-bluepyopt-1.14.6-5.fc40.src requires python3dist(papermill) = 2.4

python-xarray (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-xarray-2023.8.0-1.fc40.src requires python3dist(dask[array]) =
2023.8.1, python3dist(dask[dataframe]) = 2023.8.1

python-xbout (maintained by: davidsch)
python-xbout-0.3.5-8.fc39.src requires python3dist(dask) = 2023.8.1,
python3dist(dask[array]) = 2023.8.1
python3-xbout-0.3.5-8.fc39.noarch requires python3.12dist(dask) = 2023.8.1,
python3.12dist(dask[array]) = 2023.8.1

python-earthpy (maintained by: iztokf)
python-earthpy-0.9.4-9.fc39.src requires python3dist(geopandas) = 0.14.1
python3-earthpy-0.9.4-9.fc39.noarch requires python3.12dist(geopandas) = 0.14.1

python-geoplot (maintained by: python-packagers-sig, qulogic)
python-geoplot-0.5.1-7.fc40.src requires python3dist(geopandas) = 0.14.1
python3-geoplot-0.5.1-7.fc40.noarch requires python3.12dist(geopandas) = 0.14.1

python-libpysal (maintained by: python-packagers-sig, qulogic)
python-libpysal-4.7.0-5.fc40.src requires python3dist(geopandas) = 0.14.1

python-mapclassify (maintained by: python-packagers-sig, qulogic)
python-mapclassify-2.5.0-2.fc40.src requires python3dist(geopandas) = 0.14.1

python-networkx (maintained by: jjames, plautrba)
python-networkx-3.2.1-1.fc40.src requires python3dist(geopandas) = 0.14.1

python-plotnine (maintained by: gui1ty, neuro-sig)
python-plotnine-0.12.4-4.fc40.src requires python3-geopandas = 0.14.1-1.fc40
python3-plotnine+extra-0.12.4-4.fc40.noarch requires
python3.12dist(geopandas) = 0.14.1

Too many dependencies for python-google-crc32c, not all listed here

Depending on: python-google-resumable-media (21), status change: 2023-12-15 (0
weeks ago)
python-google-cloud-bigquery (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-bigquery-3.14.0-2.fc40.src requires
python3dist(google-resumable-media) = 2.6
python3-google-cloud-bigquery-3.14.0-2.fc40.noarch requires
python3.12dist(google-resumable-media) = 2.6
python3-google-cloud-bigquery+geopandas-3.14.0-2.fc40.noarch requires
python3.12dist(geopandas) = 0.14.1

python-google-cloud-storage (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-storage-2.14.0-2.fc40.src requires
python3dist(google-resumable-media) = 2.6
python3-google-cloud-storage-2.14.0-2.fc40.noarch requires
python3.12dist(google-resumable-media) = 2.6

python-gcsfs (maintained by: fab)
python-gcsfs-2023.6.0-1.fc39.src requires python3dist(fsspec) = 2023.12,
python3dist(google-cloud-storage) = 2.14
python3-gcsfs-2023.6.0-1.fc39.noarch requires python3.12dist(fsspec) =
2023.12, python3.12dist(google-cloud-storage) = 2.14

python-google-cloud-automl (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-automl-2.12.0-2.fc40.src requires
python3dist(google-cloud-storage) = 2.14

snakemake (maintained by: major, neuro-sig)
snakemake-7.32.4-1.fc40.src requires python3dist(google-cloud-storage) = 2.14
snakemake+google-cloud-7.32.4-1.fc40.noarch requires
python3.12dist(google-cloud-storage) = 2.14

python-fsspec (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-fsspec-2023.12.0-1.fc40.src requires python3dist(gcsfs) = 2023.6

python-papermill (maintained by: ankursinha, neuro-sig)
python-papermill-2.4.0-7.fc40.src requires python3dist(gcsfs) = 2023.6
python3-papermill+all-2.4.0-7.fc40.noarch requires python3.12dist(gcsfs) = 2023.6
python3-papermill+gcs-2.4.0-7.fc40.noarch requires python3.12dist(gcsfs) = 2023.6

python-dask (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-dask-2023.8.1-3.fc40~bootstrap.src requires python3dist(fsspec) = 2023.12
python3-dask-2023.8.1-3.fc40~bootstrap.noarch requires python3.12dist(fsspec)
= 2023.12

python-geopandas (maintained by: python-packagers-sig, qulogic)
python-geopandas-0.14.1-1.fc40.src requires python3dist(fsspec) = 2023.12

python-torch (maintained by: trix)
python-torch-2.1.0-11.fc40.src requires python3dist(fsspec) = 2023.12
python3-torch-2.1.0-11.fc40.x86_64 requires python3.12dist(fsspec) = 2023.12

python-zarr (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-zarr-2.16.1-1.fc40.src requires python3dist(fsspec) = 2023.12

python-bluepyopt (maintained by: ankursinha, neuro-sig)
python-bluepyopt-1.14.6-5.fc40.src requires python3dist(papermill) = 2.4

python-xarray (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-xarray-2023.8.0-1.fc40.src requires python3dist(dask[array]) =
2023.8.1, python3dist(dask[dataframe]) = 2023.8.1

python-xbout (maintained by: davidsch)
python-xbout-0.3.5-8.fc39.src requires python3dist(dask) = 2023.8.1,
python3dist(dask[array]) = 2023.8.1
python3-xbout-0.3.5-8.fc39.noarch requires python3.12dist(dask) = 2023.8.1,
python3.12dist(dask[array]) = 2023.8.1

python-earthpy (maintained by: iztokf)
python-earthpy-0.9.4-9.fc39.src requires python3dist(geopandas) = 0.14.1
python3-earthpy-0.9.4-9.fc39.noarch requires python3.12dist(geopandas) = 0.14.1

python-geoplot (maintained by: python-packagers-sig, qulogic)
python-geoplot-0.5.1-7.fc40.src requires python3dist(geopandas) = 0.14.1
python3-geoplot-0.5.1-7.fc40.noarch requires python3.12dist(geopandas) = 0.14.1

python-libpysal (maintained by: python-packagers-sig, qulogic)
python-libpysal-4.7.0-5.fc40.src requires python3dist(geopandas) = 0.14.1

python-mapclassify (maintained by: python-packagers-sig, qulogic)
python-mapclassify-2.5.0-2.fc40.src requires python3dist(geopandas) = 0.14.1

python-networkx (maintained by: jjames, plautrba)
python-networkx-3.2.1-1.fc40.src requires python3dist(geopandas) = 0.14.1

python-plotnine (maintained by: gui1ty, neuro-sig)
python-plotnine-0.12.4-4.fc40.src requires python3-geopandas = 0.14.1-1.fc40
python3-plotnine+extra-0.12.4-4.fc40.noarch requires
python3.12dist(geopandas) = 0.14.1

python-torchdata (maintained by: trix)
python-torchdata-0.7.0-3.fc40.src requires python3-torch-devel = 2.1.0-11.fc40
python3-torchdata-0.7.0-3.fc40.noarch requires python3.12dist(torch) = 2.1

Too many dependencies for python-google-resumable-media, not all listed here

Depending on: python-grafeas (1), status change: 2023-12-15 (0 weeks ago)
python-google-cloud-containeranalysis (maintained by: fkolwa, miyunari,
orphan, python-packagers-sig)
python-google-cloud-containeranalysis-2.12.4-1.fc40.src requires
python3dist(grafeas) = 1.9
python3-google-cloud-containeranalysis-2.12.4-1.fc40.noarch requires
python3.12dist(grafeas) = 1.9

Depending on: python-grpc-google-iam-v1 (16), status change: 2023-12-15 (0
weeks ago)
python-google-cloud-asset (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-asset-3.22.0-1.fc40.src requires
python3dist(grpc-google-iam-v1) = 0.13
python3-google-cloud-asset-3.22.0-1.fc40.noarch requires
python3.12dist(grpc-google-iam-v1) = 0.13

python-google-cloud-bigquery-connection (maintained by: fkolwa, miyunari,
orphan, python-packagers-sig)
python-google-cloud-bigquery-connection-1.14.0-2.fc40.src requires
python3dist(grpc-google-iam-v1) = 0.13
python3-google-cloud-bigquery-connection-1.14.0-2.fc40.noarch requires
python3.12dist(grpc-google-iam-v1) = 0.13

python-google-cloud-bigtable (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-bigtable-2.21.0-1.fc40.src requires
python3dist(grpc-google-iam-v1) = 0.13
python3-google-cloud-bigtable-2.21.0-1.fc40.noarch requires
python3.12dist(grpc-google-iam-v1) = 0.13

python-google-cloud-billing (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-billing-1.12.0-2.fc40.src requires
python3dist(grpc-google-iam-v1) = 0.13
python3-google-cloud-billing-1.12.0-2.fc40.noarch requires
python3.12dist(grpc-google-iam-v1) = 0.13

python-google-cloud-build (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-build-3.22.0-2.fc40.src requires
python3dist(grpc-google-iam-v1) = 0.13
python3-google-cloud-build-3.22.0-2.fc40.noarch requires
python3.12dist(grpc-google-iam-v1) = 0.13

python-google-cloud-containeranalysis (maintained by: fkolwa, miyunari,
orphan, python-packagers-sig)
python-google-cloud-containeranalysis-2.12.4-1.fc40.src requires
python3dist(grpc-google-iam-v1) = 0.13
python3-google-cloud-containeranalysis-2.12.4-1.fc40.noarch requires
python3.12dist(grpc-google-iam-v1) = 0.13

python-google-cloud-datacatalog (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-datacatalog-3.11.1-3.fc39.src requires
python3dist(grpc-google-iam-v1) = 0.13
python3-google-cloud-datacatalog-3.11.1-3.fc39.noarch requires
python3.12dist(grpc-google-iam-v1) = 0.13

python-google-cloud-dataproc (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-dataproc-5.8.0-2.fc40.src requires
python3dist(grpc-google-iam-v1) = 0.13
python3-google-cloud-dataproc-5.8.0-2.fc40.noarch requires
python3.12dist(grpc-google-iam-v1) = 0.13

python-google-cloud-dataproc-metastore (maintained by: fkolwa, miyunari,
orphan, python-packagers-sig)
python-google-cloud-dataproc-metastore-1.14.0-2.fc40.src requires
python3dist(grpc-google-iam-v1) = 0.13
python3-google-cloud-dataproc-metastore-1.14.0-2.fc40.noarch requires
python3.12dist(grpc-google-iam-v1) = 0.13

python-google-cloud-deploy (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-deploy-1.15.0-2.fc40.src requires
python3dist(grpc-google-iam-v1) = 0.13
python3-google-cloud-deploy-1.15.0-2.fc40.noarch requires
python3.12dist(grpc-google-iam-v1) = 0.13

python-google-cloud-dms (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-dms-1.8.0-2.fc40.src requires
python3dist(grpc-google-iam-v1) = 0.13
python3-google-cloud-dms-1.8.0-2.fc40.noarch requires
python3.12dist(grpc-google-iam-v1) = 0.13

python-google-cloud-functions (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-functions-1.14.0-2.fc40.src requires
python3dist(grpc-google-iam-v1) = 0.13
python3-google-cloud-functions-1.14.0-2.fc40.noarch requires
python3.12dist(grpc-google-iam-v1) = 0.13

python-google-cloud-kms (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-kms-2.19.2-2.fc40.src requires
python3dist(grpc-google-iam-v1) = 0.13
python3-google-cloud-kms-2.19.2-2.fc40.noarch requires
python3.12dist(grpc-google-iam-v1) = 0.13

python-google-cloud-private-ca (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-private-ca-1.9.0-2.fc40.src requires
python3dist(grpc-google-iam-v1) = 0.13
python3-google-cloud-private-ca-1.9.0-2.fc40.noarch requires
python3.12dist(grpc-google-iam-v1) = 0.13

python-google-cloud-pubsub (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-pubsub-2.14.1-4.fc39.src requires
python3dist(grpc-google-iam-v1) = 0.13
python3-google-cloud-pubsub-2.14.1-4.fc39.noarch requires
python3.12dist(grpc-google-iam-v1) = 0.13

python-google-cloud-spanner (maintained by: fkolwa, miyunari, orphan,
python-packagers-sig)
python-google-cloud-spanner-3.40.1-1.fc40.src requires
python3dist(grpc-google-iam-v1) = 0.13
python3-google-cloud-spanner-3.40.1-1.fc40.noarch requires
python3.12dist(grpc-google-iam-v1) = 0.13

Depending on: qtsoap (51), status change: 2023-11-18 (4 weeks ago)
herqq (maintained by: orphan)
herqq-1.0.0-29.fc39.i686 requires libqtsoap.so.2
herqq-1.0.0-29.fc39.src requires qtsoap-devel = 2.7-30.fc39
herqq-1.0.0-29.fc39.x86_64 requires libqtsoap.so.2()(64bit)

meshlab (maintained by: brouhaha, churchyard, spot)
meshlab-2022.02-4.fc39.src requires qtsoap5-devel = 2.7-30.fc39

kdelibs (maintained by: jgrulich, kde-sig, kkofler, rdieter, than)
kdelibs-6:4.14.38-42.fc40.i686 requires libHUpnp.so.1
kdelibs-6:4.14.38-42.fc40.src requires herqq-devel = 1.0.0-29.fc39
kdelibs-6:4.14.38-42.fc40.x86_64 requires libHUpnp.so.1()(64bit)

kio-upnp-ms (maintained by: jgrulich, rdieter)
kio-upnp-ms-1.0.0-24.20111102git.fc39.src requires herqq-devel =
1.0.0-29.fc39, kdelibs4-devel = 4.14.38-42.fc40
kio-upnp-ms-1.0.0-24.20111102git.fc39.x86_64 requires libHUpnp.so.1()(64bit),
libkdecore.so.5()(64bit), libkio.so.5()(64bit)

amarok (maintained by: jgrulich, kde-sig, marcdeop, rdieter)
amarok-2.9.0-16.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40,
kdelibs4-webkit-devel = 4.14.38-42.fc40
amarok-2.9.0-16.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkdewebkit.so.5()(64bit),
libkdnssd.so.4()(64bit), libkio.so.5()(64bit), libplasma.so.3()(64bit),
libsolid.so.4()(64bit), libthreadweaver.so.4()(64bit)
amarok-libs-2.9.0-16.fc39.i686 requires libkcmutils.so.4, libkdecore.so.5,
libkdeui.so.5, libkfile.so.4, libkio.so.5, libknewstuff3.so.4,
libktexteditor.so.4, libplasma.so.3, libsolid.so.4, libthreadweaver.so.4
amarok-libs-2.9.0-16.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkfile.so.4()(64bit),
libkio.so.5()(64bit), libknewstuff3.so.4()(64bit),
libktexteditor.so.4()(64bit), libplasma.so.3()(64bit), libsolid.so.4()(64bit),
libthreadweaver.so.4()(64bit)

audex (maintained by: liquidat)
audex-0.79-19.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
audex-0.79-19.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)

audiocd-kio (maintained by: kde-sig, rdieter, than)
audiocd-kio-16.08.3-21.fc39.i686 requires libkdecore.so.5, libkdeui.so.5,
libkio.so.5
audiocd-kio-16.08.3-21.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
audiocd-kio-16.08.3-21.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
audiocd-kio-devel-16.08.3-21.fc39.i686 requires kdelibs4-devel = 4.14.38-42.fc40
audiocd-kio-devel-16.08.3-21.fc39.x86_64 requires kdelibs4-devel =
4.14.38-42.fc40
audiocd-kio-libs-16.08.3-21.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-42.fc40, libkdecore.so.5, libkdeui.so.5, libkio.so.5
audiocd-kio-libs-16.08.3-21.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-42.fc40, libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkio.so.5()(64bit)

baloo (maintained by: jgrulich, kde-sig, rdieter, than)
baloo-4.14.3-33.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
baloo-devel-4.14.3-33.fc39.i686 requires kdelibs4-devel = 4.14.38-42.fc40
baloo-devel-4.14.3-33.fc39.x86_64 requires kdelibs4-devel = 4.14.38-42.fc40
baloo-libs-4.14.3-33.fc39.i686 requires libkdecore.so.5
baloo-libs-4.14.3-33.fc39.x86_64 requires libkdecore.so.5()(64bit)

kactivities (maintained by: kde-sig, rdieter, than)
kactivities-4.13.3-38.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kactivities-devel-4.13.3-38.fc39.i686 requires kdelibs4-devel = 4.14.38-42.fc40
kactivities-devel-4.13.3-38.fc39.x86_64 requires kdelibs4-devel = 4.14.38-42.fc40
kactivities-libs-4.13.3-38.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-42.fc40, libkcmutils.so.4, libkdeclarative.so.5, libkdecore.so.5,
libkdeui.so.5, libplasma.so.3
kactivities-libs-4.13.3-38.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-42.fc40, libkcmutils.so.4()(64bit), libkdeclarative.so.5()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libplasma.so.3()(64bit)

kate4 (maintained by: kde-sig, rdieter)
kate4-4.14.3-33.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kate4-part-4.14.3-33.fc39.i686 requires libkcmutils.so.4, libkdecore.so.5,
libkdeui.so.5, libkio.so.5, libknewstuff3.so.4, libkparts.so.4, libktexteditor.so.4
kate4-part-4.14.3-33.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libknewstuff3.so.4()(64bit), libkparts.so.4()(64bit), libktexteditor.so.4()(64bit)

kde-workspace (maintained by: jgrulich, kde-sig, rdieter, than)
kcm_colors-1:4.11.22-39.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libknewstuff3.so.4()(64bit)
kde-platform-plugin-1:4.11.22-39.fc39.i686 requires libkdecore.so.5,
libkdeui.so.5, libkio.so.5
kde-platform-plugin-1:4.11.22-39.fc39.x86_64 requires
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kde-workspace-1:4.11.22-39.fc39.src requires kdelibs4-devel =
4.14.38-42.fc40, kdelibs4-webkit-devel = 4.14.38-42.fc40
kde-workspace-devel-1:4.11.22-39.fc39.i686 requires kdelibs4-devel =
4.14.38-42.fc40
kde-workspace-devel-1:4.11.22-39.fc39.x86_64 requires kdelibs4-devel =
4.14.38-42.fc40
kdm-1:4.11.22-39.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libknewstuff3.so.4()(64bit)
kgreeter-plugins-1:4.11.22-39.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)
ksystraycmd-1:4.11.22-39.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)
libkworkspace-1:4.11.22-39.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-42.fc40, libkdecore.so.5, libkdeui.so.5, libplasma.so.3
libkworkspace-1:4.11.22-39.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-42.fc40, libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libplasma.so.3()(64bit)

kcoloredit (maintained by: kkofler, rdieter, than)
kcoloredit-4.4.0-29.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kcoloredit-4.4.0-29.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-42.fc40,
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkfile.so.4()(64bit),
libkio.so.5()(64bit)

kde-l10n (maintained by: kde-sig, rdieter, than)
kde-l10n-17.08.3-15.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40

kde-plasma-ihatethecashew (maintained by: orphan)
kde-plasma-ihatethecashew-0.4-27.fc39.x86_64 requires
libkdecore.so.5()(64bit), libplasma.so.3()(64bit)

kde-runtime (maintained by: jgrulich, kde-sig, kkofler, rdieter, than)
kde-runtime-17.08.3-28.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40,
kdelibs4-webkit-devel = 4.14.38-42.fc40
kde-runtime-17.08.3-28.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdeclarative.so.5()(64bit), libkdecore.so.5()(64bit),
libkdesu.so.5()(64bit), libkdeui.so.5()(64bit), libkdnssd.so.4()(64bit),
libkemoticons.so.4()(64bit), libkio.so.5()(64bit), libknewstuff3.so.4()(64bit),
libknotifyconfig.so.4()(64bit), libplasma.so.3()(64bit), libsolid.so.4()(64bit)
kde-runtime-libs-17.08.3-28.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-42.fc40, libkcmutils.so.4, libkdeclarative.so.5, libkdecore.so.5,
libkdeui.so.5, libkdewebkit.so.5, libkdnssd.so.4, libkfile.so.4, libkhtml.so.5,
libkio.so.5, libkmediaplayer.so.4, libkparts.so.4, libkpty.so.4,
libplasma.so.3, libsolid.so.4
kde-runtime-libs-17.08.3-28.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-42.fc40, libkcmutils.so.4()(64bit), libkdeclarative.so.5()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkdewebkit.so.5()(64bit),
libkdnssd.so.4()(64bit), libkfile.so.4()(64bit), libkhtml.so.5()(64bit),
libkio.so.5()(64bit), libkmediaplayer.so.4()(64bit), libkparts.so.4()(64bit),
libkpty.so.4()(64bit), libplasma.so.3()(64bit), libsolid.so.4()(64bit)

kde-style-breeze (maintained by: rdieter)
kde-style-breeze-1:5.18.5-9.fc39.i686 requires libkdecore.so.5, libkdeui.so.5
kde-style-breeze-1:5.18.5-9.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kde-style-breeze-1:5.18.5-9.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)

kde-wallpapers (maintained by: kde-sig, rdieter, than)
kde-wallpapers-15.08.3-18.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40

kdelibs3 (maintained by: kkofler, rdieter, than)
kdelibs3-3.5.10-125.fc40.i686 requires kdelibs-common = 6:4.14.38-42.fc40
kdelibs3-3.5.10-125.fc40.x86_64 requires kdelibs-common = 6:4.14.38-42.fc40

kdepim4 (maintained by: rdieter)
kdepim4-4.14.10-50.fc38.src requires kdelibs4-devel = 4.14.38-42.fc40,
kdelibs4-webkit-devel = 4.14.38-42.fc40
knode-4.14.10-50.fc38.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkparts.so.4()(64bit)
knode-libs-4.14.10-50.fc38.i686 requires libkcmutils.so.4,
libkde3support.so.4, libkdecore.so.5, libkdeui.so.5, libkdewebkit.so.5,
libkhtml.so.5, libkio.so.5, libknewstuff3.so.4, libkparts.so.4,
libkprintutils.so.4, libsolid.so.4
knode-libs-4.14.10-50.fc38.x86_64 requires libkcmutils.so.4()(64bit),
libkde3support.so.4()(64bit), libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkdewebkit.so.5()(64bit), libkhtml.so.5()(64bit), libkio.so.5()(64bit),
libknewstuff3.so.4()(64bit), libkparts.so.4()(64bit),
libkprintutils.so.4()(64bit), libsolid.so.4()(64bit)
ktimetracker-4.14.10-50.fc38.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libkparts.so.4()(64bit)

kdepimlibs (maintained by: jgrulich, kde-sig, rdieter, than)
kdepimlibs-4.14.10-43.fc39.i686 requires kdelibs4(x86-32) = 4.14.38-42.fc40,
libkdecore.so.5, libkdeui.so.5, libkemoticons.so.4, libkio.so.5, libkparts.so.4
kdepimlibs-4.14.10-43.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kdepimlibs-4.14.10-43.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-42.fc40, libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkemoticons.so.4()(64bit), libkio.so.5()(64bit), libkparts.so.4()(64bit)
kdepimlibs-akonadi-4.14.10-43.fc39.i686 requires libkdecore.so.5,
libkdeui.so.5, libkio.so.5, libsolid.so.4
kdepimlibs-akonadi-4.14.10-43.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libsolid.so.4()(64bit)
kdepimlibs-devel-4.14.10-43.fc39.i686 requires kdelibs4-devel = 4.14.38-42.fc40
kdepimlibs-devel-4.14.10-43.fc39.x86_64 requires kdelibs4-devel = 4.14.38-42.fc40
kdepimlibs-kxmlrpcclient-4.14.10-43.fc39.i686 requires libkdecore.so.5,
libkio.so.5
kdepimlibs-kxmlrpcclient-4.14.10-43.fc39.x86_64 requires
libkdecore.so.5()(64bit), libkio.so.5()(64bit)

kflickr (maintained by: orphan)
kflickr-20100817-28.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kflickr-20100817-28.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)

kgrab (maintained by: kkofler, rdieter, than)
kgrab-0.1.1-49.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kgrab-0.1.1-49.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)

kiconedit (maintained by: kkofler, rdieter, than)
kiconedit-4.4.0-29.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kiconedit-4.4.0-29.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-42.fc40,
libkde3support.so.4()(64bit), libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkio.so.5()(64bit)

kio-ftps (maintained by: justinz, kde-sig, rdieter, than)
kio-ftps-0.2-27.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kio-ftps-0.2-27.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkio.so.5()(64bit)

kio_mtp (maintained by: jgrulich, orion)
kio_mtp-0.75-28.20141221gitc418634.fc39.src requires kdelibs4-devel =
4.14.38-42.fc40
kio_mtp-0.75-28.20141221gitc418634.fc39.x86_64 requires
libkdecore.so.5()(64bit), libkio.so.5()(64bit), libsolid.so.4()(64bit)

kmid2 (maintained by: cheeselee, kkofler)
kmid2-2.4.0-27.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kmid2-2.4.0-27.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-42.fc40,
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkfile.so.4()(64bit),
libkio.so.5()(64bit), libkmediaplayer.so.4()(64bit), libkparts.so.4()(64bit)
kmid2-libs-2.4.0-27.fc39.i686 requires kdelibs4(x86-32) = 4.14.38-42.fc40,
libkdecore.so.5, libkdeui.so.5
kmid2-libs-2.4.0-27.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-42.fc40,
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit)

koffice-kivio (maintained by: kkofler, rdieter)
koffice-kivio-3:1.6.3-65.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40

kover (maintained by: adrian)
kover-6-32.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kover-6-32.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)

koverartist (maintained by: lbazan)
koverartist-0.7.6-27.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
koverartist-0.7.6-27.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)

kpartsplugin (maintained by: rdieter)
kpartsplugin-0.0.1-0.30.20120723.fc39.src requires kdelibs4-devel =
4.14.38-42.fc40
kpartsplugin-0.0.1-0.30.20120723.fc39.x86_64 requires
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libkparts.so.4()(64bit)

kpilot (maintained by: kkofler, rdieter, than)
kpilot-5.3.0-38.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kpilot-5.3.0-38.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kpilot-libs-5.3.0-38.fc39.i686 requires libkdecore.so.5, libkdeui.so.5,
libkio.so.5
kpilot-libs-5.3.0-38.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)

krecipes (maintained by: kkofler)
krecipes-2.1.0-18.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40,
kdelibs4-webkit-devel = 4.14.38-42.fc40
krecipes-2.1.0-18.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-42.fc40,
libkde3support.so.4()(64bit), libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkdewebkit.so.5()(64bit), libkhtml.so.5()(64bit), libkio.so.5()(64bit),
libkparts.so.4()(64bit)

kremotecontrol (maintained by: kde-sig, rdieter, than)
kremotecontrol-17.08.3-14.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kremotecontrol-17.08.3-14.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libplasma.so.3()(64bit)
kremotecontrol-libs-17.08.3-14.fc39.i686 requires libkdecore.so.5, libkdeui.so.5
kremotecontrol-libs-17.08.3-14.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)

kscd (maintained by: kde-sig, rdieter, than)
kscd-17.08.3-15.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kscd-17.08.3-15.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libsolid.so.4()(64bit)

ksig (maintained by: kkofler, rdieter, than)
ksig-1.1-0.34.20080213.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
ksig-1.1-0.34.20080213.fc39.x86_64 requires libkde3support.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit)

kuser (maintained by: kkofler)
kuser-16.08.3-20.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kuser-16.08.3-20.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libkntlm.so.4()(64bit)

kvkbd (maintained by: orphan)
kvkbd-0.6-29.fc39.src requires kdelibs-devel = 6:4.14.38-42.fc40
kvkbd-0.6-29.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)

kwallet (maintained by: rdieter, than)
kwallet-4.12.3-22.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kwallet-4.12.3-22.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)

kwalletmanager (maintained by: jgrulich, kde-sig, rdieter, than)
kwalletmanager-15.04.3-21.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kwalletmanager-15.04.3-21.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)

kwooty (maintained by: kde-sig, rdieter)
kwooty-1.1.0-24.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
kwooty-1.1.0-24.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kwooty-libs-1.1.0-24.fc39.i686 requires libkcmutils.so.4, libkdecore.so.5,
libkdeui.so.5, libkio.so.5, libsolid.so.4
kwooty-libs-1.1.0-24.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libsolid.so.4()(64bit)

libkcddb (maintained by: kde-sig, orphan, rdieter, than)
libkcddb-16.08.3-13.fc39.i686 requires kdelibs4(x86-32) = 4.14.38-42.fc40,
libkdecore.so.5, libkdeui.so.5, libkio.so.5
libkcddb-16.08.3-13.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
libkcddb-16.08.3-13.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-42.fc40,
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
libkcddb-devel-16.08.3-13.fc39.i686 requires kdelibs4-devel = 4.14.38-42.fc40
libkcddb-devel-16.08.3-13.fc39.x86_64 requires kdelibs4-devel = 4.14.38-42.fc40

libkcompactdisc (maintained by: kde-sig, orphan, rdieter, than)
libkcompactdisc-16.08.3-16.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-42.fc40, libkdecore.so.5, libsolid.so.4
libkcompactdisc-16.08.3-16.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
libkcompactdisc-16.08.3-16.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-42.fc40, libkdecore.so.5()(64bit), libsolid.so.4()(64bit)
libkcompactdisc-devel-16.08.3-16.fc39.i686 requires kdelibs4-devel =
4.14.38-42.fc40
libkcompactdisc-devel-16.08.3-16.fc39.x86_64 requires kdelibs4-devel =
4.14.38-42.fc40

molsketch (maintained by: alexpl, scitech_sig)
molsketch-0.8.0-2.fc39.src requires kdelibs-devel = 6:4.14.38-42.fc40

pairs (maintained by: kde-sig, orphan, rdieter, than)
pairs-15.04.2-19.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
pairs-15.04.2-19.fc39.x86_64 requires libkdeclarative.so.5()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libknewstuff3.so.4()(64bit)

plasma-widget-menubar (maintained by: orphan)
plasma-widget-menubar-0.2.0-21.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libplasma.so.3()(64bit)

qt4-theme-quarticurve (maintained by: kkofler, rdieter, than)
qt4-theme-quarticurve-0.0-0.41.beta8.fc39.src requires kdelibs4-devel =
4.14.38-42.fc40

recoll (maintained by: bonzini, terjeros)
recoll-1.36.1-1.fc40.src requires kdelibs4-devel = 4.14.38-42.fc40
recoll-kio-1.36.1-1.fc40.i686 requires libkdecore.so.5, libkio.so.5
recoll-kio-1.36.1-1.fc40.x86_64 requires libkdecore.so.5()(64bit),
libkio.so.5()(64bit)

rekollect (maintained by: rdieter)
rekollect-0.3.3-18.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
rekollect-0.3.3-18.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libkprintutils.so.4()(64bit)

rekonq (maintained by: jgrulich, rdieter)
rekonq-2.4.2-23.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40,
kdelibs4-webkit-devel = 4.14.38-42.fc40
rekonq-2.4.2-23.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkdewebkit.so.5()(64bit),
libkio.so.5()(64bit), libkparts.so.4()(64bit), libsolid.so.4()(64bit)

syncevolution (maintained by: mcrha)
syncevolution-1:2.0.0-9.fc39.src requires kdelibs-devel = 6:4.14.38-42.fc40

ufw-kde (maintained by: kkofler)
ufw-kde-0.5.0-0.23.20161006git.fc39.src requires kdelibs4-devel = 4.14.38-42.fc40
ufw-kde-0.5.0-0.23.20161006git.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)

Too many dependencies for qtsoap, not all listed here

Depending on: rubygem-byebug (1), status change: 2023-11-06 (6 weeks ago)
rubygem-pry-byebug (maintained by: stevetraylen)
rubygem-pry-byebug-3.6.0-13.fc39.noarch requires rubygem(byebug) = 11.1.3

Depending on: rubygem-linked-list (1), status change: 2023-12-14 (0 weeks ago)
rubygem-hrx (maintained by: jcpunk, orphan, ruby-packagers-sig, tdawson)
rubygem-hrx-1.0.0-9.fc39.noarch requires rubygem(linked-list) = 0.0.16
rubygem-hrx-1.0.0-9.fc39.src requires rubygem(linked-list) = 0.0.16

Depending on: sassc (21), status change: 2023-12-14 (0 weeks ago)
adw-gtk3-theme (maintained by: solopasha)
adw-gtk3-theme-5.2-1.fc40.src requires sassc = 3.6.2-8.fc40

adwaita-blue-gtk-theme (maintained by: abompard, ryanlerch)
adwaita-blue-gtk-theme-3.22.21.0-11.fc38.src requires sassc = 3.6.2-8.fc40

apostrophe (maintained by: atim)
apostrophe-1:2.6.3-14.fc40.src requires sassc = 3.6.2-8.fc40

arc-theme (maintained by: nonamedotc)
arc-theme-20221218-4.fc40.src requires sassc = 3.6.2-8.fc40

breeze-gtk (maintained by: kde-sig, rdieter)
breeze-gtk-5.90.0-1.fc40.src requires sassc = 3.6.2-8.fc40

budgie-desktop (maintained by: joshstrobl)
budgie-desktop-10.8.2-1.fc40.src requires sassc = 3.6.2-8.fc40
budgie-desktop-10.8.2-1.fc40.i686 requires materia-gtk-theme =
0.0.20210322-7.fc39
budgie-desktop-10.8.2-1.fc40.x86_64 requires materia-gtk-theme =
0.0.20210322-7.fc39

gnome-shell-extension-dash-to-dock (maintained by: besser82, frantisekz,
mikedep333)
gnome-shell-extension-dash-to-dock-89-1.fc40.src requires sassc = 3.6.2-8.fc40

granite-7 (maintained by: decathorpe)
granite-7-7.4.0-1.fc40.src requires sassc = 3.6.2-8.fc40

greybird (maintained by: kevin, lbazan, nonamedotc)
greybird-3.23.1-5.fc39.src requires sassc = 3.6.2-8.fc40

guitarix (maintained by: tartina, verdurin)
guitarix-0.44.1-7.fc39.src requires /usr/bin/sassc

kde-gtk-config (maintained by: kde-sig, rdieter)
kde-gtk-config-5.90.0-2.fc40.src requires sassc = 3.6.2-8.fc40
kde-gtk-config-5.90.0-2.fc40.i686 requires breeze-gtk-common = 5.90.0-1.fc40
kde-gtk-config-5.90.0-2.fc40.x86_64 requires breeze-gtk-common = 5.90.0-1.fc40

materia-gtk-theme (maintained by: atim)
materia-gtk-theme-0.0.20210322-7.fc39.src requires sassc = 3.6.2-8.fc40

mint-themes (maintained by: epel-packagers-sig, jcpunk, leigh123linux)
mint-themes-1:2.1.6-1.fc40.src requires sassc = 3.6.2-8.fc40

pop-gtk-theme (maintained by: carlwgeorge)
pop-gtk-theme-5.5.1-1.fc40.src requires sassc = 3.6.2-8.fc40

sweet-gtk-theme (maintained by: suve)
sweet-gtk-theme-3.0^20231111-1.fc40.src requires sassc = 3.6.2-8.fc40

yaru-theme (maintained by: atim)
yaru-theme-23.10.0-4.20231109git23.10.0.0ubuntu2.fc40.src requires sassc =
3.6.2-8.fc40

gnofract4d (maintained by: jjames)
gnofract4d-4.3-14.fc40.src requires adwaita-blue-gtk-theme = 3.22.21.0-11.fc38

fedora-jam-kde-theme (maintained by: q5sys)
fedora-jam-kde-theme-3.0.6-7.fc39.noarch requires breeze-gtk = 5.90.0-1.fc40

budgie-desktop-defaults (maintained by: joshstrobl)
budgie-desktop-defaults-0.5.1-1.fc40.noarch requires budgie-desktop =
10.8.2-1.fc40, materia-gtk-theme = 0.0.20210322-7.fc39

cinnamon (maintained by: epel-packagers-sig, jcpunk, leigh123linux)
cinnamon-6.0.0-1.fc40.x86_64 requires cinnamon-themes = 1:2.1.6-1.fc40

slick-greeter (maintained by: jcpunk, leigh123linux)
slick-greeter-cinnamon-2.0.1-1.fc40.noarch requires mint-y-theme = 1:2.1.6-1.fc40

Too many dependencies for sassc, not all listed here

Depending on: telepathy-qt (12), status change: 2023-11-18 (4 weeks ago)
ktp-accounts-kcm (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-accounts-kcm-23.04.3-2.fc39.i686 requires libtelepathy-qt5.so.0
ktp-accounts-kcm-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39, telepathy-qt5-devel = 0.9.8-14.fc39
ktp-accounts-kcm-23.04.3-2.fc39.x86_64 requires libtelepathy-qt5.so.0()(64bit)

ktp-approver (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-approver-23.04.3-2.fc39.src requires telepathy-qt5-devel = 0.9.8-14.fc39
ktp-approver-23.04.3-2.fc39.x86_64 requires libtelepathy-qt5.so.0()(64bit)

ktp-auth-handler (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-auth-handler-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39, telepathy-qt5-devel = 0.9.8-14.fc39
ktp-auth-handler-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit), libtelepathy-qt5.so.0()(64bit)

ktp-common-internals (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-common-internals-23.04.3-2.fc39.i686 requires
libtelepathy-logger-qt.so.5, libtelepathy-qt5-service.so.1, libtelepathy-qt5.so.0
ktp-common-internals-23.04.3-2.fc39.src requires pkgconfig(TelepathyQt5) =
0.9.8, telepathy-logger-qt-devel = 17.09.0-10.fc39
ktp-common-internals-23.04.3-2.fc39.x86_64 requires
libtelepathy-logger-qt.so.5()(64bit), libtelepathy-qt5-service.so.1()(64bit),
libtelepathy-qt5.so.0()(64bit)
ktp-common-internals-devel-23.04.3-2.fc39.i686 requires
telepathy-logger-qt-devel = 17.09.0-10.fc39, telepathy-qt5-devel = 0.9.8-14.fc39
ktp-common-internals-devel-23.04.3-2.fc39.x86_64 requires
telepathy-logger-qt-devel = 17.09.0-10.fc39, telepathy-qt5-devel = 0.9.8-14.fc39

ktp-contact-list (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-contact-list-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39, telepathy-qt5-devel = 0.9.8-14.fc39
ktp-contact-list-23.04.3-2.fc39.x86_64 requires ktp-accounts-kcm =
23.04.3-2.fc39, libKTpCommonInternals.so.9()(64bit),
libKTpLogger.so.9()(64bit), libKTpModels.so.9()(64bit),
libKTpWidgets.so.9()(64bit), libtelepathy-qt5.so.0()(64bit)

ktp-contact-runner (maintained by: jgrulich, kde-sig, rdieter)
ktp-contact-runner-23.04.3-2.fc39.i686 requires libKTpCommonInternals.so.9,
libKTpModels.so.9, libtelepathy-qt5.so.0
ktp-contact-runner-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit), libKTpModels.so.9()(64bit),
libtelepathy-qt5.so.0()(64bit)
ktp-contact-runner-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39

ktp-filetransfer-handler (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-filetransfer-handler-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit), libtelepathy-qt5.so.0()(64bit)
ktp-filetransfer-handler-23.04.3-2.fc39.src requires
ktp-common-internals-devel = 23.04.3-2.fc39

ktp-kded-integration-module (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-kded-integration-module-23.04.3-2.fc39.i686 requires
libKTpCommonInternals.so.9, libKTpWidgets.so.9, libtelepathy-qt5.so.0
ktp-kded-integration-module-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit), libKTpWidgets.so.9()(64bit),
libtelepathy-qt5.so.0()(64bit)
ktp-kded-integration-module-23.04.3-2.fc39.src requires
ktp-common-internals-devel = 23.04.3-2.fc39

ktp-send-file (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-send-file-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit), libKTpModels.so.9()(64bit),
libKTpWidgets.so.9()(64bit), libtelepathy-qt5.so.0()(64bit)
ktp-send-file-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39

ktp-text-ui (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-text-ui-23.04.3-2.fc39.i686 requires ktp-accounts-kcm = 23.04.3-2.fc39,
libKTpCommonInternals.so.9, libKTpLogger.so.9, libKTpModels.so.9,
libKTpOTR.so.9, libKTpWidgets.so.9, libtelepathy-qt5.so.0
ktp-text-ui-23.04.3-2.fc39.x86_64 requires ktp-accounts-kcm = 23.04.3-2.fc39,
libKTpCommonInternals.so.9()(64bit), libKTpLogger.so.9()(64bit),
libKTpModels.so.9()(64bit), libKTpOTR.so.9()(64bit),
libKTpWidgets.so.9()(64bit), libtelepathy-qt5.so.0()(64bit)
ktp-text-ui-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39, telepathy-logger-qt-devel = 17.09.0-10.fc39

spacebar (maintained by: kde-sig, thunderbirdtr)
spacebar-23.01.0-5.fc40.src requires cmake(TelepathyQt5) = 0.9.8

telepathy-logger-qt (maintained by: jgrulich, kde-sig, rdieter)
telepathy-logger-qt-17.09.0-10.fc39.i686 requires libtelepathy-qt5.so.0
telepathy-logger-qt-17.09.0-10.fc39.src requires pkgconfig(TelepathyQt5) = 0.9.8
telepathy-logger-qt-17.09.0-10.fc39.x86_64 requires
libtelepathy-qt5.so.0()(64bit)

See dependency chains of your packages at
https://packager-dashboard.fedoraproject.org/
See all orphaned packages at https://packager-dashboard.fedoraproject.org/orphan

Affected (co)maintainers (either directly or via packages' dependencies):
abompard: sassc
adrian: qtsoap, herqq
agerstmayr: golang-xorm
alexpl: qtsoap, herqq
ankursinha: python-google-crc32c, python-google-cloud-storage, google-crc32c,
python-google-resumable-media, python-google-cloud-core
astro-sig: python-pymoc
atim: sassc
aviram: perl-Net-Google-AuthSub
besser82: sassc
bonzini: qtsoap, herqq
brouhaha: qtsoap
carlwgeorge: sassc
cheeselee: qtsoap, herqq
chkr: perl-Authen-Krb5
churchyard: python-sphinxcontrib-applehelp, pipenv,
python-sphinxcontrib-jsmath, qtsoap
cicku: tofrodos
cstratak: python-sphinxcontrib-applehelp, python-sphinxcontrib-jsmath
davidsch: python-google-crc32c, python-google-cloud-storage, google-crc32c,
python-google-resumable-media, python-google-cloud-core
decathorpe: sassc
dledford: ibutils
eclipseo: bettercap
epel-packagers-sig: python-google-crc32c, python-google-cloud-storage,
google-crc32c, sassc, python-google-resumable-media, python-google-cloud-core
fab: python-google-crc32c, python-google-cloud-storage, google-crc32c,
python-google-resumable-media, python-google-api-core, python-google-cloud-core
fkolwa: python-grafeas, python-google-cloud-build, python-google-cloud-billing,
python-google-cloud-common, python-google-cloud-spanner,
python-google-cloud-bigquery-reservation, python-google-cloud-automl,
python-google-cloud-pubsub, python-google-cloud-datacatalog,
python-google-cloud-storage, python-google-cloud-dataproc,
python-google-cloud-dlp, python-google-cloud-dataproc-metastore,
python-google-cloud-bigtable, python-google-cloud-filestore,
python-google-cloud-access-approval, python-google-cloud-api-gateway,
python-google-cloud-shell, python-google-crc32c,
python-google-cloud-source-context, python-google-cloud-dms, google-crc32c,
python-google-cloud-apigee-connect, python-google-cloud-deploy,
python-google-cloud-containeranalysis, python-google-cloud-asset,
python-google-cloud-data-fusion, python-google-cloud-firestore,
python-google-cloud-bigquery, python-google-cloud-bigquery-storage,
python-google-cloud-org-policy, python-google-cloud-private-ca,
python-google-cloud-appengine-admin,
python-google-cloud-access-context-manager, python-google-cloud-kms,
python-google-cloud-os-config, python-google-cloud-bigquery-connection,
python-google-cloud-container, python-google-cloud-debugger-client,
python-google-resumable-media, python-google-api-core,
python-google-cloud-core, python-google-cloud-testutils,
python-google-cloud-functions, python-google-cloud-redis,
python-google-cloud-domains, python-google-cloud-iam,
python-grpc-google-iam-v1, python-google-cloud-billing-budgets,
python-google-cloud-bigquery-datatransfer
frantisekz: sassc
go-sig: golang-vbom-util, golang-xorm, clash, bettercap
gui1ty: python-google-crc32c, python-google-cloud-storage, google-crc32c,
python-google-resumable-media, python-google-cloud-core
hguemar: python-google-api-core
honli: ibutils
iztokf: python-google-crc32c, python-google-cloud-storage, google-crc32c,
python-google-resumable-media, python-google-cloud-core
jcpunk: rubygem-linked-list, sassc, rubygem-hrx
jgrulich: ktp-send-file, telepathy-qt, herqq, ktp-kded-integration-module,
ktp-contact-list, ktp-auth-handler, ktp-approver, ktp-accounts-kcm, cagibi,
ktp-filetransfer-handler, ktp-common-internals, ktp-text-ui, qtsoap
jjames: python-google-crc32c, python-google-cloud-storage, google-crc32c,
sassc, python-google-resumable-media, python-google-cloud-core
jkastner: mrpt
jonathanspw: python-google-crc32c, python-google-cloud-storage, google-crc32c,
python-google-resumable-media, python-google-cloud-core
jorti: python-google-cloud-core
joshstrobl: sassc
justinz: qtsoap, herqq
kalev: sassc
kde-sig: ktp-send-file, pairs, telepathy-qt, herqq,
ktp-kded-integration-module, ktp-contact-list, ktp-auth-handler, ktp-approver,
ktp-accounts-kcm, libkcompactdisc, obconf-qt, sassc, libkcddb,
ktp-filetransfer-handler, ktp-common-internals, ktp-text-ui, qtsoap
kevin: sassc
kkofler: qtsoap, herqq
ksurma: pipenv
ktdreyer: remctl
kwizart: mrpt
lbazan: qtsoap, sassc, python-google-cloud-storage, herqq
leigh123linux: sassc
limb: python-google-api-core
liquidat: qtsoap, libkcompactdisc, libkcddb, herqq
lxqt-sig: openbox-theme-mistral-thin, obconf-qt, openbox-theme-mistral-thin-dark
major: python-google-crc32c, python-google-cloud-storage, google-crc32c,
python-google-resumable-media, python-google-cloud-core
marcdeop: qtsoap, herqq
mbaldessari: python-google-api-core
mcepl: dictd
mcrha: qtsoap, herqq
mhayden: python-google-api-core
michich: ibutils
mikedep333: sassc
mikelo2: python-google-api-core
miyunari: python-grafeas, python-google-cloud-build,
python-google-cloud-billing, python-google-cloud-common,
python-google-cloud-spanner, python-google-cloud-bigquery-reservation,
python-google-cloud-automl, python-google-cloud-pubsub,
python-google-cloud-datacatalog, python-google-cloud-storage,
python-google-cloud-dataproc, python-google-cloud-dlp,
python-google-cloud-dataproc-metastore, python-google-cloud-bigtable,
python-google-cloud-filestore, python-google-cloud-access-approval,
python-google-cloud-api-gateway, python-google-cloud-shell,
python-google-crc32c, python-google-cloud-source-context,
python-google-cloud-dms, google-crc32c, python-google-cloud-apigee-connect,
python-google-cloud-deploy, python-google-cloud-containeranalysis,
python-google-cloud-asset, python-google-cloud-data-fusion,
python-google-cloud-firestore, python-google-cloud-bigquery,
python-google-cloud-bigquery-storage, python-google-cloud-org-policy,
python-google-cloud-private-ca, python-google-cloud-appengine-admin,
python-google-cloud-access-context-manager, python-google-cloud-kms,
python-google-cloud-os-config, python-google-cloud-container,
python-google-cloud-bigquery-connection, python-google-cloud-debugger-client,
python-google-resumable-media, python-google-api-core,
python-google-cloud-core, python-google-cloud-testutils,
python-google-cloud-functions, python-google-cloud-redis,
python-google-cloud-domains, python-google-cloud-iam,
python-grpc-google-iam-v1, python-google-cloud-billing-budgets,
python-google-cloud-bigquery-datatransfer
nathans: golang-xorm
neuro-sig: python-google-crc32c, python-google-cloud-storage, google-crc32c,
python-google-resumable-media, python-google-cloud-core
nonamedotc: sassc
orion: qtsoap, libASL, herqq
plautrba: python-google-crc32c, python-google-cloud-storage, google-crc32c,
python-google-resumable-media, python-google-cloud-core
ppisar: perl-Syntax-Feature-Loop
python-packagers-sig: python-grafeas, python-google-cloud-build,
python-google-cloud-billing, python-google-cloud-common,
python-google-cloud-spanner, python-google-cloud-bigquery-reservation,
python-google-cloud-automl, python-google-cloud-pubsub,
python-google-cloud-datacatalog, python-google-cloud-storage, pipenv,
python-google-cloud-dataproc, python-google-cloud-dlp,
python-google-cloud-dataproc-metastore, python-google-cloud-bigtable,
python-sphinxcontrib-applehelp, python-google-cloud-filestore,
python-google-cloud-access-approval, python-google-cloud-api-gateway,
python-google-cloud-shell, python-google-crc32c,
python-google-cloud-source-context, python-google-cloud-dms, google-crc32c,
python-google-cloud-apigee-connect, python-sphinxcontrib-jsmath,
python-google-cloud-deploy, python-google-cloud-containeranalysis,
python-google-cloud-asset, python-google-cloud-data-fusion,
python-google-cloud-firestore, python-google-cloud-bigquery,
python-google-cloud-bigquery-storage, python-google-cloud-org-policy,
python-google-cloud-private-ca, python-google-cloud-appengine-admin,
python-google-cloud-access-context-manager, python-google-cloud-kms,
python-google-cloud-os-config, python-google-cloud-bigquery-connection,
python-google-cloud-container, python-google-cloud-debugger-client,
python-google-resumable-media, python-google-api-core,
python-google-cloud-core, python-google-cloud-testutils,
python-google-cloud-functions, python-google-cloud-redis,
python-google-cloud-domains, python-google-cloud-iam,
python-grpc-google-iam-v1, python-google-cloud-billing-budgets,
python-google-cloud-bigquery-datatransfer
q5sys: sassc
qulogic: python-google-crc32c, python-google-cloud-storage, google-crc32c,
ghc-crypto-cipher-types, python-google-resumable-media, python-google-cloud-core
rdieter: openbox-theme-mistral-thin, herqq, ktp-approver, ktp-contact-list,
libkcompactdisc, ktp-accounts-kcm, libkcddb, ktp-common-internals,
telepathy-qt, qtsoap, ktp-text-ui, ktp-kded-integration-module,
ktp-auth-handler, qt-at-spi, ktp-filetransfer-handler, appmenu-qt,
ktp-send-file, pairs, sassc, cagibi
robotics-sig: mrpt
ruby-packagers-sig: rubygem-linked-list, rubygem-hrx
rust-sig: rust-totp-lite, rust-serde_qs
ryanlerch: sassc
sagitter: coin-or-lemon
scitech_sig: qtsoap, herqq
slaanesh: libASL
solopasha: sassc
spot: qtsoap
stevetraylen: rubygem-byebug, lcg-infosites, nagios-plugins-bdii
suve: sassc
tartina: sassc
tdawson: rubygem-linked-list, tofrodos, sassc, rubygem-hrx
terjeros: qtsoap, herqq
than: pairs, herqq, libkcompactdisc, cagibi, libkcddb, qtsoap
thunderbirdtr: telepathy-qt
tieugene: openbox-theme-mistral-thin
trix: python-google-crc32c, python-google-cloud-storage, google-crc32c,
python-google-resumable-media, python-google-cloud-core
verdurin: sassc
zaneb: heat-cfntools
zsun: openbox-theme-mistral-thin

--
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 2023-12-18 09:22:36 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://pagure.io/fedora-infrastructure/new_issue