diff --git a/osc-tiny-0.6.6.tar.gz b/osc-tiny-0.6.6.tar.gz deleted file mode 100644 index e5f3265..0000000 --- a/osc-tiny-0.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59892d517fcbed5df38844c8fea034ec9d72d988c2283fbd403ed8a97de0af67 -size 50609 diff --git a/osc-tiny-0.7.1.tar.gz b/osc-tiny-0.7.1.tar.gz new file mode 100644 index 0000000..bfc5c92 --- /dev/null +++ b/osc-tiny-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8b9ce8b7803bf5b5a9f943e803924982f7c04be15a75847e861fa7e2ddc056 +size 52725 diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index 3103743..d8013b2 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Aug 16 12:34:34 UTC 2022 - Andreas Hasenkopf + +- Release 0.7.1 + * Make distinction between "true" booleans and pretenders + +------------------------------------------------------------------- +Tue Aug 16 07:51:59 UTC 2022 - Andreas Hasenkopf + +- 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 diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index 5d4903a..bfb4431 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.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