Bug 2220168

Summary: F39FailsToInstall: python3-ConfigUpdater
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: python-configupdaterAssignee: Ankur Sinha (FranciscoD) <sanjay.ankur>
Status: CLOSED WORKSFORME QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: code, neuro-sig, sanjay.ankur
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
If this bug requires documentation, please select an appropriate Doc Type value.
Last Closed: 2023-07-13 11:32:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2220224, 2220424, 2220463    
Bug Blocks: 2135404, 2168845, 2220449, 2220597    

Description Fedora Fails To Install 2023-07-05 19:09:47 UTC
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

Your package (python-configupdater) Fails To Install in Fedora 39:

can't install python3-ConfigUpdater:
  - nothing provides python(abi) = 3.11 needed by python3-ConfigUpdater-3.1.1-2.fc39.noarch
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.


P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-39-x86_64 --config-opts mirrored=False install python3-ConfigUpdater


P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Ben Beasley 2023-07-10 19:26:12 UTC
$ fedpkg mockbuild --enablerepo=local

Error:
 Problem 1: cannot install the best candidate for the job
  - nothing provides python(abi) = 3.11 needed by python3-flake8-5.0.3-2.fc38.noarch from fedora
  - nothing provides (python3.11dist(mccabe) < 0.8~~ with python3.11dist(mccabe) >= 0.7) needed by python3-flake8-5.0.3-2.fc38.noarch from fedora
  - nothing provides (python3.11dist(pyflakes) < 2.6~~ with python3.11dist(pyflakes) >= 2.5) needed by python3-flake8-5.0.3-2.fc38.noarch from fedora
 Problem 2: cannot install the best candidate for the job
  - nothing provides python3.11dist(pytest) needed by python3-pytest-virtualenv-1.7.0-16.fc38.noarch from fedora
  - nothing provides python3.11dist(virtualenv) needed by python3-pytest-virtualenv-1.7.0-16.fc38.noarch from fedora
  - nothing provides python3.11dist(pytest-fixture-config) needed by python3-pytest-virtualenv-1.7.0-16.fc38.noarch from fedora
  - nothing provides python3.11dist(pytest-shutil) needed by python3-pytest-virtualenv-1.7.0-16.fc38.noarch from fedora 
  - nothing provides python(abi) = 3.11 needed by python3-pytest-virtualenv-1.7.0-16.fc38.noarch from fedora
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

The test dependency on flake8 appears to be “real” (at least, baked into all of the tests in which this project updates its own config) rather than something that should be patched out per https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters.

Comment 2 Ben Beasley 2023-07-10 19:31:03 UTC
It looks like the tests can run successfully without pytest-virtualenv, and pyscaffold removed the dependency (https://github.com/pyscaffold/pyscaffold/pull/723), so that might be the way to go once flake8 is fixed.

Comment 3 Fedora Fails To Install 2023-07-13 11:32:41 UTC
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

All subpackages of a package against which this bug was filled are now installable or removed from Fedora 39.

Thanks for taking care of it!