From ae41914967935d6184d02a4d6d692ca52fd9ec8005440c9c44482d78fb52f362 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 5 Aug 2024 18:58:31 +0000 Subject: [PATCH] - update to 0.16.0: * Allow passing IPP version to IPP dataclass @ctalkington * Use trusted publisher for release workflow @ctalkington OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyipp?expand=0&rev=9 --- pyipp-0.15.0-gh-tests.tar.gz | 3 --- pyipp-0.15.0.tar.gz | 3 --- pyipp-0.16.0-gh-tests.tar.gz | 3 +++ pyipp-0.16.0.tar.gz | 3 +++ python-pyipp.changes | 7 +++++++ python-pyipp.spec | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 pyipp-0.15.0-gh-tests.tar.gz delete mode 100644 pyipp-0.15.0.tar.gz create mode 100644 pyipp-0.16.0-gh-tests.tar.gz create mode 100644 pyipp-0.16.0.tar.gz diff --git a/pyipp-0.15.0-gh-tests.tar.gz b/pyipp-0.15.0-gh-tests.tar.gz deleted file mode 100644 index d3bf956..0000000 --- a/pyipp-0.15.0-gh-tests.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 15a14a8..0000000 --- a/pyipp-0.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2240779c43e29205e84cbc317f082a43b505082a52a491c1e6b6c5319df1c905 -size 15233 diff --git a/pyipp-0.16.0-gh-tests.tar.gz b/pyipp-0.16.0-gh-tests.tar.gz new file mode 100644 index 0000000..4985b17 --- /dev/null +++ b/pyipp-0.16.0-gh-tests.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cdfe8a97ffe2e3425ee134b5d965cf022538bfe34af61f6e1c59b87450e0d7 +size 93044 diff --git a/pyipp-0.16.0.tar.gz b/pyipp-0.16.0.tar.gz new file mode 100644 index 0000000..988f9a7 --- /dev/null +++ b/pyipp-0.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b9283948b5c33653da10f1f48be22e03f9ba91fb494dd01977655aeaf39373 +size 15251 diff --git a/python-pyipp.changes b/python-pyipp.changes index cb2dbfd..0bfb61f 100644 --- a/python-pyipp.changes +++ b/python-pyipp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 5 18:58:13 UTC 2024 - Dirk Müller + +- update to 0.16.0: + * Allow passing IPP version to IPP dataclass @ctalkington + * Use trusted publisher for release workflow @ctalkington + ------------------------------------------------------------------- Sat Mar 16 09:59:08 UTC 2024 - Dirk Müller diff --git a/python-pyipp.spec b/python-pyipp.spec index 8df4ced..190a854 100644 --- a/python-pyipp.spec +++ b/python-pyipp.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyipp -Version: 0.15.0 +Version: 0.16.0 Release: 0 Summary: Asynchronous Python client for Internet Printing Protocol (IPP) License: MIT