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 +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>