From 179bc08f9bca188b91c00df9d94b987b0aafec740e9e1b7e8c04380eee6aceaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 6 Oct 2022 08:57:49 +0000 Subject: [PATCH] Accepting request 1008139 from home:apritschet:branches:openSUSE:Factory - Release 0.7.4 * Deprecated `Project.get_files` (fixes #101) (i.e. yet another workaround for an inconsistent server API) * Updated documentation for `Package.cmd` method OBS-URL: https://build.opensuse.org/request/show/1008139 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=61 --- osc-tiny-0.7.3.tar.gz | 3 --- osc-tiny-0.7.4.tar.gz | 3 +++ python-osc-tiny.changes | 8 ++++++++ python-osc-tiny.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 osc-tiny-0.7.3.tar.gz create mode 100644 osc-tiny-0.7.4.tar.gz diff --git a/osc-tiny-0.7.3.tar.gz b/osc-tiny-0.7.3.tar.gz deleted file mode 100644 index 5ab2e11..0000000 --- a/osc-tiny-0.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:120983a9715e67f855bdded85a1b105dc45c055cfeb291e37ca95a42fa43e36d -size 53690 diff --git a/osc-tiny-0.7.4.tar.gz b/osc-tiny-0.7.4.tar.gz new file mode 100644 index 0000000..eaa3bce --- /dev/null +++ b/osc-tiny-0.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb2b6600b27816bdde2921e9f7076766cdf32189d0f1d9eb38acce10e725eaa +size 54144 diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index 0691558..535d90d 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Oct 5 08:51:51 UTC 2022 - Andreas Hasenkopf + +- Release 0.7.4 + * Deprecated `Project.get_files` (fixes #101) + (i.e. yet another workaround for an inconsistent server API) + * Updated documentation for `Package.cmd` method + ------------------------------------------------------------------- Mon Sep 19 12:11:43 UTC 2022 - Andreas Hasenkopf diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index 4d7f723..0f5334a 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.7.3 +Version: 0.7.4 Release: 0 Summary: Client API for openSUSE BuildService License: MIT