Accepting request 1064021 from home:dmach:branches:openSUSE:Tools

- 1.0.0b5
  - rq list: Fix a traceback when --type is not specified
  - core.checkout_package(): Use pathlib.Path
  - connection: Retry all, not just default allowed methods
  - connection: Wait between retries

OBS-URL: https://build.opensuse.org/request/show/1064021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=384
This commit is contained in:
2023-02-09 14:42:15 +00:00
committed by Git OBS Bridge
parent c732089724
commit 9c3a1880a3
8 changed files with 18 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Feb 9 14:08:25 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
- 1.0.0b5
- rq list: Fix a traceback when --type is not specified
- core.checkout_package(): Use pathlib.Path
- connection: Retry all, not just default allowed methods
- connection: Wait between retries
-------------------------------------------------------------------
Fri Feb 3 10:11:27 UTC 2023 - Daniel Mach <daniel.mach@suse.com>