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 file
Patch File delta Description
upstream/Use anonymous reference for linking.patch | (download)

docs/Client-Quick-Start.rest | 16 8 + 8 - 0 !
docs/Monolith.rest | 10 5 + 5 - 0 !
docs/Quick-Start.rest | 16 8 + 8 - 0 !
3 files changed, 21 insertions(+), 21 deletions(-)

 use anonymous reference for linking

upstream/Correct some rst syntax.patch | (download)

docs/Client-Quick-Start.rest | 4 2 + 2 - 0 !
src/redfish/ris/utils.py | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 correct some rst syntax

upstream/Add missing dependency on python certifi.patch | (download)

setup.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 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 !
1 file changed, 108 insertions(+), 108 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 5 insertions(+), 5 deletions(-)

 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.