14
0

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
This commit is contained in:
2022-09-19 07:57:46 +00:00
committed by Git OBS Bridge
parent 04a30e6579
commit 0673cc8275
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Sep 19 07:45:03 UTC 2022 - Andreas Hasenkopf <ahasenkopf@suse.com>
- 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 <ahasenkopf@suse.com>