agriffis / neovim

Nightly neovim rpms
https://arongriffis.com/2019/03/02/neovim-nightly-builds
Other
20 stars 0 forks source link

[RPM][COPR] Unable to update nvim from Fedora 38 #23

Closed leleobhz closed 1 year ago

leleobhz commented 1 year ago

Problem

Hello!

Attempt to update neovim from copr leads today to this:

# LANG=C dnf upgrade --refresh --best --allowerasing --skip-broken
Error:
 Problem: problem with installed package python3-neovim-0.4.3.0.git.636.4db6b28-1.fc38.noarch
  - cannot install the best update candidate for package python3-neovim-0.4.3.0.git.636.4db6b28-1.fc38.noarch
  - nothing provides python3.11dist(greenlet) >= 3 needed by python3-neovim-0.4.3.0.git.638.260a0b9-1.fc38.noarch from copr:copr.fedorainfracloud.org:agriffis:neovim-nightly
  - nothing provides python3.11dist(greenlet) >= 3 needed by python3-neovim-0.4.3.0.git.645.71d2d65-1.fc38.noarch from copr:copr.fedorainfracloud.org:agriffis:neovim-nightly

Already tried to disable repo - update system - reenable repo with same behaviour

Using only LANG=C dnf upgrade --refresh leads to

Dependencies resolved.

 Problem: cannot install the best update candidate for package python3-neovim-0.4.3.0.git.636.4db6b28-1.fc38.noarch
  - nothing provides python3.11dist(greenlet) >= 3 needed by python3-neovim-0.4.3.0.git.645.71d2d65-1.fc38.noarch from copr:copr.fedorainfracloud.org:agriffis:neovim-nightly
==============================================================================================================================================================================
 Package                     Architecture        Version                                            Repository                                                           Size
==============================================================================================================================================================================
Upgrading:
 neovim                      x86_64              0.10.0~dev.1367.g35f475d0a-500.fc38                copr:copr.fedorainfracloud.org:agriffis:neovim-nightly              6.2 M
Skipping packages with broken dependencies:
 python3-neovim              noarch              0.4.3.0.git.645.71d2d65-1.fc38                     copr:copr.fedorainfracloud.org:agriffis:neovim-nightly              108 k

Transaction Summary
==============================================================================================================================================================================
Upgrade  1 Package
Skip     1 Package

Total download size: 6.2 M
Is this ok [y/N]:

Steps to reproduce

N/A

Expected behavior

Get nvim updated

Neovim version (nvim -v)

NVIM v0.10.0-dev+1327-gf79052fae

Vim (not Nvim) behaves the same?

N/A

Operating system/version

GNU/Linux Fedora 38

Terminal name/version

N/A

$TERM environment variable

N/A

Installation

COPR - https://copr.fedorainfracloud.org/coprs/agriffis/neovim-nightly/

agriffis commented 1 year ago

neovim updates fine, it's just python3-neovim that no longer upgrades.

Need to check if we need to bother with that package or if the Fedora-provided one is enough these days.

agriffis commented 1 year ago

fixed now

leleobhz commented 1 year ago

Confirm the fix. Thanks @agriffis !