14
0

Accepting request 1129968 from home:bluesunshine

Wed Nov  29 18:03:47 UTC 2023 - Chen Huang <chhuang@suse.com>
- Release 0.8.0
  * Added the attributes extension
  * Project.get_meta: target the /_project path to really get specific revisions
  * Add an optional rev parameter to Project.get_meta
  * Reusable function to extract error message from responses and converted get_objectified_xml into standalone function
  * Removed backport of lru_cache
  * Session optimizations
  * Add Build.get_log

OBS-URL: https://build.opensuse.org/request/show/1129968
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=77
This commit is contained in:
Andreas Hasenkopf
2023-11-30 11:46:28 +00:00
committed by Git OBS Bridge
parent 402edd79f2
commit 33c9074714
4 changed files with 17 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Nov 29 18:03:47 UTC 2023 - Chen Huang <chhuang@suse.com>
- Release 0.8.0
* Added the attributes extension
* Project.get_meta: target the /_project path to really get specific revisions
* Add an optional rev parameter to Project.get_meta
* Reusable function to extract error message from responses and converted get_objectified_xml into standalone function
* Removed backport of lru_cache
* Session optimizations
* Add Build.get_log
-------------------------------------------------------------------
Mon Mar 6 06:03:47 UTC 2023 - Andreas Hasenkopf <ahasenkopf@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-osc-tiny
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 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.7.12
Version: 0.8.0
Release: 0
Summary: Client API for openSUSE BuildService
License: MIT