From 8238b3b5abfa2257aa6860c16e93f237b33ddff2935818e2ef0ce36f9a350d2b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 25 Feb 2025 21:02:56 +0000 Subject: [PATCH] - update to 0.0.2: * add token wrapper support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-obs?expand=0&rev=7 --- py_obs-0.0.1.tar.gz | 3 --- py_obs-0.0.2.tar.gz | 3 +++ python-py-obs.changes | 6 ++++++ python-py-obs.spec | 6 ++---- 4 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 py_obs-0.0.1.tar.gz create mode 100644 py_obs-0.0.2.tar.gz diff --git a/py_obs-0.0.1.tar.gz b/py_obs-0.0.1.tar.gz deleted file mode 100644 index 5673a0b..0000000 --- a/py_obs-0.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c39b4eced04d620f59e0686faa24052a4013f4522cdcc2d84109d1925c67249 -size 11020 diff --git a/py_obs-0.0.2.tar.gz b/py_obs-0.0.2.tar.gz new file mode 100644 index 0000000..d406497 --- /dev/null +++ b/py_obs-0.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976367563e7f4886c8a87c56369ae2703a50e987848b8ca89b9506c21dc76f60 +size 20557 diff --git a/python-py-obs.changes b/python-py-obs.changes index 75c5e38..9be756e 100644 --- a/python-py-obs.changes +++ b/python-py-obs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 25 21:02:40 UTC 2025 - Dirk Müller + +- update to 0.0.2: + * add token wrapper support + ------------------------------------------------------------------- Tue Nov 7 14:12:13 UTC 2023 - Dirk Müller diff --git a/python-py-obs.spec b/python-py-obs.spec index 2486dc7..26ff1d7 100644 --- a/python-py-obs.spec +++ b/python-py-obs.spec @@ -1,7 +1,7 @@ # # spec file for package python-py-obs # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,9 @@ # -%global skip_python39 1 -%global skip_python310 1 %{?sle15_python_module_pythons} Name: python-py-obs -Version: 0.0.1 +Version: 0.0.2 Release: 0 Summary: Asynchronous API wrapper for the Open Build Service License: GPL-2.0-or-later