Sync from SUSE:SLFO:Main python-sphinxcontrib-devhelp revision 287b572ad2457e36073f404c05549a7d

This commit is contained in:
2024-12-13 12:26:25 +01:00
parent b05122fdd6
commit 344cf50839
6 changed files with 60 additions and 12 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Jul 19 17:56:18 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Add no-store-btime-gzip.patch to fix bsc#1227999 by not storing
build time in gzip headers so as to make building documentation
reproducible
- Add rpmlintrc
-------------------------------------------------------------------
Sun Jan 14 10:42:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.0.6:
* Remove Sphinx as a required dependency, as circular
dependencies may cause failure with package managers that
expect a directed acyclic graph (DAG) of dependencies.
-------------------------------------------------------------------
Thu Sep 7 11:17:56 UTC 2023 - Dirk Müller <dmueller@suse.com>