14
0

Accepting request 997364 from home:apritschet:branches:openSUSE:Factory

- Release 0.7.1
  * Make distinction between "true" booleans and pretenders
- Release 0.7.0
  * Support setting of multiple values on attribute
  * Added feature to download binaries
  * Handle boolean query params
  * Convert relative paths to SSH keys to absolute paths

OBS-URL: https://build.opensuse.org/request/show/997364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=56
This commit is contained in:
2022-08-17 12:39:41 +00:00
committed by Git OBS Bridge
parent a0d21819ca
commit 04a30e6579
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59892d517fcbed5df38844c8fea034ec9d72d988c2283fbd403ed8a97de0af67
size 50609

3
osc-tiny-0.7.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a8b9ce8b7803bf5b5a9f943e803924982f7c04be15a75847e861fa7e2ddc056
size 52725

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Aug 16 12:34:34 UTC 2022 - Andreas Hasenkopf <ahasenkopf@suse.com>
- Release 0.7.1
* Make distinction between "true" booleans and pretenders
-------------------------------------------------------------------
Tue Aug 16 07:51:59 UTC 2022 - Andreas Hasenkopf <ahasenkopf@suse.com>
- Release 0.7.0
* Support setting of multiple values on attribute
* Added feature to download binaries
* Handle boolean query params
* Convert relative paths to SSH keys to absolute paths
-------------------------------------------------------------------
Wed Aug 3 09:48:04 UTC 2022 - Marina Latini <marina.latini@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-osc-tiny
Version: 0.6.6
Version: 0.7.1
Release: 0
Summary: Client API for openSUSE BuildService
License: MIT
@@ -41,7 +41,6 @@ Requires: python-lxml
Requires: python-python-dateutil
Requires: python-pytz
Requires: python-requests
Requires: python-responses
Suggests: openssh
BuildArch: noarch
# Using 'if' instead of 'with' because the latter requires rpm >= 4.14