From 3edef6ad31a653a4cbf9ee3ecf74865acb6c0e41eb7c78aa3caa9b340f3024c0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 12 Dec 2022 21:01:54 +0000 Subject: [PATCH] Accepting request 1042358 from home:apritschet:branches:openSUSE:Factory - Release 0.7.9 * Simplified handling of SSH keys (fixes #114) * Replaced `Request.cmd` with `Request.update` (fixes #113) * Added a comment parameter to project and package `set_meta` OBS-URL: https://build.opensuse.org/request/show/1042358 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=69 --- osc-tiny-0.7.7.tar.gz | 3 --- osc-tiny-0.7.9.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.7.tar.gz create mode 100644 osc-tiny-0.7.9.tar.gz diff --git a/osc-tiny-0.7.7.tar.gz b/osc-tiny-0.7.7.tar.gz deleted file mode 100644 index 9a5b98f..0000000 --- a/osc-tiny-0.7.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b23d7df5a207a7795143517f165ebf9f1efca1e44b5a3e37604bea16e078d686 -size 54622 diff --git a/osc-tiny-0.7.9.tar.gz b/osc-tiny-0.7.9.tar.gz new file mode 100644 index 0000000..eab1d2b --- /dev/null +++ b/osc-tiny-0.7.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37941c68688dc842445b367dd55f89a5856847f04d214bc0a88fd8bd6b4244a3 +size 55111 diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index 359537b..017583d 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 12 09:09:04 UTC 2022 - Andreas Hasenkopf + +- Release 0.7.9 + * Simplified handling of SSH keys (fixes #114) + * Replaced `Request.cmd` with `Request.update` (fixes #113) + * Added a comment parameter to project and package `set_meta` + ------------------------------------------------------------------- Wed Nov 2 12:07:32 UTC 2022 - Andreas Hasenkopf diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index d544ec9..0c4dc85 100644 --- a/python-osc-tiny.spec +++ b/python-osc-tiny.spec @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-osc-tiny -Version: 0.7.7 +Version: 0.7.9 Release: 0 Summary: Client API for openSUSE BuildService License: MIT