From 0673cc827531ce40674d7449287d84fc1becc08a3099693cc7e9000173ab5132 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 19 Sep 2022 07:57:46 +0000 Subject: [PATCH 1/2] Accepting request 1004598 from home:apritschet:branches:openSUSE:Factory - Release 0.7.2 * Suppress logging of response content when streaming * Fixed error in docstring * Removed Python2 support libararies (closes #81) * Removed warning about boolean query params * Fixed issues in `Project.put_meta` (fixes #84) * Deprecated `projects.put_meta` in favor of using `set_meta` (fixes #85) OBS-URL: https://build.opensuse.org/request/show/1004598 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=58 --- osc-tiny-0.7.1.tar.gz | 3 --- osc-tiny-0.7.2.tar.gz | 3 +++ python-osc-tiny.changes | 11 +++++++++++ python-osc-tiny.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 osc-tiny-0.7.1.tar.gz create mode 100644 osc-tiny-0.7.2.tar.gz diff --git a/osc-tiny-0.7.1.tar.gz b/osc-tiny-0.7.1.tar.gz deleted file mode 100644 index bfc5c92..0000000 --- a/osc-tiny-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a8b9ce8b7803bf5b5a9f943e803924982f7c04be15a75847e861fa7e2ddc056 -size 52725 diff --git a/osc-tiny-0.7.2.tar.gz b/osc-tiny-0.7.2.tar.gz new file mode 100644 index 0000000..aef0a1b --- /dev/null +++ b/osc-tiny-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0998523c7c7f4cad8d2478fd20df5b90a5165b607c1837f1084d5f4dc9845ece +size 53154 diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index d8013b2..b5b460a 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Sep 19 07:45:03 UTC 2022 - Andreas Hasenkopf + +- Release 0.7.2 + * Suppress logging of response content when streaming + * Fixed error in docstring + * Removed Python2 support libararies (closes #81) + * Removed warning about boolean query params + * Fixed issues in `Project.put_meta` (fixes #84) + * Deprecated `projects.put_meta` in favor of using `set_meta` (fixes #85) + ------------------------------------------------------------------- Tue Aug 16 12:34:34 UTC 2022 - Andreas Hasenkopf diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index bfb4431..0b46ce6 100644 --- a/python-osc-tiny.spec +++ b/python-osc-tiny.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-osc-tiny -Version: 0.7.1 +Version: 0.7.2 Release: 0 Summary: Client API for openSUSE BuildService License: MIT From 47eda902c463a8501a3168da2e5fe75a51b52a7508eb6b63a7d433fdcdea3e23 Mon Sep 17 00:00:00 2001 From: Andreas Hasenkopf Date: Mon, 19 Sep 2022 12:19:08 +0000 Subject: [PATCH 2/2] Accepting request 1004698 from home:apritschet:branches:devel:languages:python - Release 0.7.3 * Consider "boolean" parameters of specific API endpoints (fixes #97) Workaround for https://github.com/openSUSE/open-build-service/issues/9715 OBS-URL: https://build.opensuse.org/request/show/1004698 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=59 --- osc-tiny-0.7.2.tar.gz | 3 --- osc-tiny-0.7.3.tar.gz | 3 +++ python-osc-tiny.changes | 8 ++++++++ python-osc-tiny.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 osc-tiny-0.7.2.tar.gz create mode 100644 osc-tiny-0.7.3.tar.gz diff --git a/osc-tiny-0.7.2.tar.gz b/osc-tiny-0.7.2.tar.gz deleted file mode 100644 index aef0a1b..0000000 --- a/osc-tiny-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0998523c7c7f4cad8d2478fd20df5b90a5165b607c1837f1084d5f4dc9845ece -size 53154 diff --git a/osc-tiny-0.7.3.tar.gz b/osc-tiny-0.7.3.tar.gz new file mode 100644 index 0000000..5ab2e11 --- /dev/null +++ b/osc-tiny-0.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120983a9715e67f855bdded85a1b105dc45c055cfeb291e37ca95a42fa43e36d +size 53690 diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index b5b460a..0691558 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Sep 19 12:11:43 UTC 2022 - Andreas Hasenkopf + +- Release 0.7.3 + * Consider "boolean" parameters of specific API endpoints (fixes #97) + Workaround for + https://github.com/openSUSE/open-build-service/issues/9715 + ------------------------------------------------------------------- Mon Sep 19 07:45:03 UTC 2022 - Andreas Hasenkopf diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index 0b46ce6..4d7f723 100644 --- a/python-osc-tiny.spec +++ b/python-osc-tiny.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-osc-tiny -Version: 0.7.2 +Version: 0.7.3 Release: 0 Summary: Client API for openSUSE BuildService License: MIT