forked from pool/python-osc-tiny
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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6a8b9ce8b7803bf5b5a9f943e803924982f7c04be15a75847e861fa7e2ddc056
|
|
||||||
size 52725
|
|
3
osc-tiny-0.7.2.tar.gz
Normal file
3
osc-tiny-0.7.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0998523c7c7f4cad8d2478fd20df5b90a5165b607c1837f1084d5f4dc9845ece
|
||||||
|
size 53154
|
@@ -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>
|
Tue Aug 16 12:34:34 UTC 2022 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-osc-tiny
|
Name: python-osc-tiny
|
||||||
Version: 0.7.1
|
Version: 0.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Client API for openSUSE BuildService
|
Summary: Client API for openSUSE BuildService
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Reference in New Issue
Block a user