- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user