#9167 python{2,3}-pytest-fixture-config suddenly missing from Fedora 30 Koji repo
Closed: Fixed by kevin. Opened by churchyard.

  • Describe the issue

python-pytest-fixture-config builds python2-pytest-fixture-config and python3-pytest-fixture-config in Fedora 30. There has been no new known build or update, yet Koschei suddenly reports both packages missing in Fedora 30:

Problem: conflicting requests
- nothing provides python3-pytest-fixture-config needed by python3-pytest-virtualenv-1.2.11-10.fc30.noarch
- nothing provides python3.7dist(pytest-fixture-config) needed by python3-pytest-virtualenv-1.2.11-10.fc30.noarch
No package found for: python3-pytest-fixture-config
Problem: conflicting requests
- nothing provides python2-pytest-fixture-config needed by python2-pytest-virtualenv-1.2.11-10.fc30.noarch
- nothing provides python2.7dist(pytest-fixture-config) needed by python2-pytest-virtualenv-1.2.11-10.fc30.noarch
No package found for: python2-pytest-fixture-config

https://koschei.fedoraproject.org/package/python-setuptools?collection=f30

Please, see that it is included again.

  • When do you need this? Next time I need to rebuild a dependent package.

  • When is this no longer needed or useful? Fedora 30 EOL.

  • If we cannot complete your request, what is the impact? I cannot rebuild python-setuptools in Fedora 30 to fix issues when they happen.


This is because it was never built for f30, only the f29 version was inherited in and we just archived f29 stuff.

I've unarchived it and marked it do-not-archive yet. It should re-appear soon.

Metadata Update from @kevin:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Is there a way to check if other packages were not affected by this?

repoquery --releasever=30 --repo=fedora-source -a | grep -v fc30 gives 953 results.

I think I can fix it with the archiving script... but I need the current run to finish first.

Metadata