From 9ec5c668a2900ae9fd4c635732d7141accb2c851f8e2571b0ce5b9287bb57192 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Mar 2024 09:59:54 +0000 Subject: [PATCH] - update to 0.15.0: * Add ability to retrieve Printer model as dictionary - update to 0.14.5: * Make sure uri_supported is always a list @joostlek * Ensure uri supported fallback is string @ctalkington OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyipp?expand=0&rev=7 --- pyipp-0.14.4-gh-tests.tar.gz | 3 --- pyipp-0.14.4.tar.gz | 3 --- pyipp-0.15.0-gh-tests.tar.gz | 3 +++ pyipp-0.15.0.tar.gz | 3 +++ python-pyipp.changes | 9 +++++++++ python-pyipp.spec | 2 +- 6 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 pyipp-0.14.4-gh-tests.tar.gz delete mode 100644 pyipp-0.14.4.tar.gz create mode 100644 pyipp-0.15.0-gh-tests.tar.gz create mode 100644 pyipp-0.15.0.tar.gz diff --git a/pyipp-0.14.4-gh-tests.tar.gz b/pyipp-0.14.4-gh-tests.tar.gz deleted file mode 100644 index 0079ccb..0000000 --- a/pyipp-0.14.4-gh-tests.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:799e37e32222f5182d25fcf778daddd7085ba088149850ff2d6ef07861e77f12 -size 83502 diff --git a/pyipp-0.14.4.tar.gz b/pyipp-0.14.4.tar.gz deleted file mode 100644 index f113d9f..0000000 --- a/pyipp-0.14.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d70ded92f93232fadd942175ba52e8746653db62a1df4fde839bc900a711aef -size 15044 diff --git a/pyipp-0.15.0-gh-tests.tar.gz b/pyipp-0.15.0-gh-tests.tar.gz new file mode 100644 index 0000000..d3bf956 --- /dev/null +++ b/pyipp-0.15.0-gh-tests.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb3c03e3ea618cfce16d731d914dcdc6be01c746ecfe86b33980e8c80427704 +size 82601 diff --git a/pyipp-0.15.0.tar.gz b/pyipp-0.15.0.tar.gz new file mode 100644 index 0000000..15a14a8 --- /dev/null +++ b/pyipp-0.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2240779c43e29205e84cbc317f082a43b505082a52a491c1e6b6c5319df1c905 +size 15233 diff --git a/python-pyipp.changes b/python-pyipp.changes index 5f3967b..cb2dbfd 100644 --- a/python-pyipp.changes +++ b/python-pyipp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Mar 16 09:59:08 UTC 2024 - Dirk Müller + +- update to 0.15.0: + * Add ability to retrieve Printer model as dictionary +- update to 0.14.5: + * Make sure uri_supported is always a list @joostlek + * Ensure uri supported fallback is string @ctalkington + ------------------------------------------------------------------- Wed Jan 3 10:20:48 UTC 2024 - Dirk Müller diff --git a/python-pyipp.spec b/python-pyipp.spec index 57dfcd2..8df4ced 100644 --- a/python-pyipp.spec +++ b/python-pyipp.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyipp -Version: 0.14.4 +Version: 0.15.0 Release: 0 Summary: Asynchronous Python client for Internet Printing Protocol (IPP) License: MIT