Package: python-ilorest / 5.3.0.0a+ds-1
Metadata
Package | Version | Patches format |
---|---|---|
python-ilorest | 5.3.0.0a+ds-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
upstream/Use anonymous reference for linking.patch | (download) |
docs/Client-Quick-Start.rest |
16 8 + 8 - 0 ! |
use anonymous reference for linking |
upstream/Correct some rst syntax.patch | (download) |
docs/Client-Quick-Start.rest |
4 2 + 2 - 0 ! |
correct some rst syntax |
upstream/Add missing dependency on python certifi.patch | (download) |
setup.py |
1 1 + 0 - 0 ! |
add missing dependency on (python-)certifi The library is using python-certifi since version 3.2.1 at least, thus the library needs to depend on this additional part. |
debian hacks/Make examples local available.patch | (download) |
docs/Examples.rest |
216 108 + 108 - 0 ! |
make examples local available Don't link the examples to some external resource, we have these available locally within the sampe package 'python-ilorest-doc' later. |
upstream/Fix up usage of dash separated key in setup.cfg.patch | (download) |
setup.cfg |
2 1 + 1 - 0 ! |
fix up usage of dash-separated key in setup.cfg The usage of dash separated file name will not be supported in the future anymore. |
upstream/ris.py Use raw strings for all regexes.patch | (download) |
src/redfish/ris/ris.py |
10 5 + 5 - 0 ! |
ris.py: use raw strings for all regexes Python 3.12 adds a warning for invalid escape sequences (although they were deprecated since 3.6). Using raw strings in all regexes avoids it. |