From b27d6164b6adc4fb5af21b9eb60f236a9382132845718d76eafef5df79c51b50 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 13 May 2024 12:16:36 +0000 Subject: [PATCH] Accepting request 1173643 from home:gniebler:branches - Release 0.9.0 * Staging extension (closes #151) (#154) * Type annotations and models OBS-URL: https://build.opensuse.org/request/show/1173643 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=84 --- osc-tiny-0.8.2.tar.gz | 3 --- osc-tiny-0.9.0.tar.gz | 3 +++ python-osc-tiny.changes | 7 +++++++ python-osc-tiny.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 osc-tiny-0.8.2.tar.gz create mode 100644 osc-tiny-0.9.0.tar.gz diff --git a/osc-tiny-0.8.2.tar.gz b/osc-tiny-0.8.2.tar.gz deleted file mode 100644 index e898c37..0000000 --- a/osc-tiny-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de865bdaf3434ca7f79e9e4b5181e714191ed255c95718478896553d10944c9c -size 58110 diff --git a/osc-tiny-0.9.0.tar.gz b/osc-tiny-0.9.0.tar.gz new file mode 100644 index 0000000..89fc74d --- /dev/null +++ b/osc-tiny-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f0124dce9c26c6041daedf408ba841fa7a4d673109d3b7c30d5d8f2037bcae +size 63941 diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index 5c00f01..74e14f4 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 13 11:49:37 UTC 2024 - Gabriel Niebler + +- Release 0.9.0 + * Staging extension (closes #151) (#154) + * Type annotations and models + ------------------------------------------------------------------- Mon May 13 10:16:52 UTC 2024 - Robert Frohl diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index f2133b8..18f42b1 100644 --- a/python-osc-tiny.spec +++ b/python-osc-tiny.spec @@ -19,12 +19,12 @@ %define skip_python2 1 %{?sle15allpythons} Name: python-osc-tiny -Version: 0.8.2 +Version: 0.9.0 Release: 0 Summary: Client API for openSUSE BuildService License: MIT Group: Development/Languages/Python -URL: https://github.com/crazyscientist/osc-tiny +URL: https://github.com/SUSE/osc-tiny Source: https://files.pythonhosted.org/packages/source/o/osc-tiny/osc-tiny-%{version}.tar.gz BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module lxml}