Bug 2221970 - python-SecretStorage fails to build with Sphinx 7.x
Summary: python-SecretStorage fails to build with Sphinx 7.x
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-SecretStorage
Version: 39
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: ---
Assignee: Charalampos Stratakis
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 2188968
TreeView+ depends on / blocked
 
Reported: 2023-07-11 11:54 UTC by Karolina Surma
Modified: 2024-04-19 21:28 UTC (History)
5 users (show)

Fixed In Version: python-SecretStorage-3.3.3^20240314git3e5097c-6.fc41 python-SecretStorage-3.3.3^20240314git3e5097c-6.fc40
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2024-04-02 23:15:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Karolina Surma 2023-07-11 11:54:04 UTC
python-SecretStorage fails to build with Sphinx 7.x in Fedora 39 (currently Rawhide).

The issue detected:
```
+ /usr/bin/python3 setup.py build_sphinx -b html

usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help

error: invalid command 'build_sphinx'
```

Sphinx 7 has removed the setuptools integration (see: https://github.com/sphinx-doc/sphinx/pull/11363).
`setup.py` has been long deprecated and projects are encouraged to migrate away from using it.


For the logs from testing build attempts, see:
https://copr.fedorainfracloud.org/coprs/ksurma/doc-stack/package/python-SecretStorage/

You can test you package in mock running:

$ mock -r fedora-rawhide-x86_64 --addrepo=https://download.copr.fedorainfracloud.org/results/ksurma/doc-stack/fedora-rawhide-x86_64/ --no-clean your.src.rpm
$ mock -r fedora-rawhide-x86_64 --addrepo=https://download.copr.fedorainfracloud.org/results/ksurma/doc-stack/fedora-rawhide-x86_64/ shell

We'd like to include Sphinx 7 in Fedora 39.
Let us know here if you have any questions. Thank you!

Comment 1 Charalampos Stratakis 2023-07-11 13:33:49 UTC
SecretStorage changed to pyproject.toml: https://github.com/mitya57/secretstorage/commit/2315f06939fd0afa287f858b4004aa181eb500a4

However no new version is out yet. I could try to backport the changes or wait. However there is no need to be blocked on this package, feel free to proceed with the Sphinx update at your convenience and I'll take care of it when I find the time.

Comment 2 Fedora Release Engineering 2023-08-16 07:19:10 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle.
Changing version to 39.

Comment 3 Fedora Update System 2024-04-02 23:13:01 UTC
FEDORA-2024-516f61ab77 (python-SecretStorage-3.3.3^20240314git3e5097c-6.fc41) has been submitted as an update to Fedora 41.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-516f61ab77

Comment 4 Fedora Update System 2024-04-02 23:15:20 UTC
FEDORA-2024-516f61ab77 (python-SecretStorage-3.3.3^20240314git3e5097c-6.fc41) has been pushed to the Fedora 41 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 5 Fedora Update System 2024-04-02 23:16:14 UTC
FEDORA-2024-68d27a994e (python-SecretStorage-3.3.3^20240314git3e5097c-6.fc40) has been submitted as an update to Fedora 40.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-68d27a994e

Comment 6 Fedora Update System 2024-04-03 01:23:23 UTC
FEDORA-2024-68d27a994e has been pushed to the Fedora 40 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-68d27a994e`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-68d27a994e

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 7 Fedora Update System 2024-04-19 21:28:05 UTC
FEDORA-2024-68d27a994e (python-SecretStorage-3.3.3^20240314git3e5097c-6.fc40) has been pushed to the Fedora 40 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.