forked from pool/python-osc-tiny
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:
@@ -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
3
osc-tiny-0.7.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6a8b9ce8b7803bf5b5a9f943e803924982f7c04be15a75847e861fa7e2ddc056
|
||||||
|
size 52725
|
@@ -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>
|
Wed Aug 3 09:48:04 UTC 2022 - Marina Latini <marina.latini@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.6.6
|
Version: 0.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Client API for openSUSE BuildService
|
Summary: Client API for openSUSE BuildService
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -41,7 +41,6 @@ Requires: python-lxml
|
|||||||
Requires: python-python-dateutil
|
Requires: python-python-dateutil
|
||||||
Requires: python-pytz
|
Requires: python-pytz
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
Requires: python-responses
|
|
||||||
Suggests: openssh
|
Suggests: openssh
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Using 'if' instead of 'with' because the latter requires rpm >= 4.14
|
# Using 'if' instead of 'with' because the latter requires rpm >= 4.14
|
||||||
|
Reference in New Issue
Block a user