14
0

- update to 0.8.2:

* If `osc` raises an exception, pretend it is not there
  * Treat `deleted` and `expand` parameters of `/source/<project>/`
  * Do not send the `deleted` parameter, when the `view` parameter
  * Use `cached_property` instead of `backports.cached_property`
  * Handle absence of `sshkey` in `.oscrc` gracefully
  * Removed obsolete parser instance to allow pickling of Osc instances

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=81
This commit is contained in:
2024-03-24 08:55:32 +00:00
committed by Git OBS Bridge
parent b952825311
commit dcd0bf2a67
4 changed files with 17 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf845b4718ce8f8fd93f07af6448a5f1f620eb2059159d6f32f68921a19b2a3c
size 58099

3
osc-tiny-0.8.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de865bdaf3434ca7f79e9e4b5181e714191ed255c95718478896553d10944c9c
size 58110

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Mar 24 08:54:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.8.2:
* If `osc` raises an exception, pretend it is not there
-------------------------------------------------------------------
Mon Dec 11 15:55:04 UTC 2023 - Andreas Hasenkopf <ahasenkopf@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-osc-tiny
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define skip_python2 1
Name: python-osc-tiny
Version: 0.8.1
Version: 0.8.2
Release: 0
Summary: Client API for openSUSE BuildService
License: MIT