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

- 1.1.4
  - Command-line:
    - Change 'review list' command to display open requests (state: new, review, declined)
    - Fix running osc in an AppImage by switching to the correct working directory
    - Handle ProtocolError exception
  - Library:
    - Add 'req_states' parameter to osc.core.get_review_list()
  - Connection:
    - Fix grabber to work with old urllib3 versions that do not contain URLSchemeUnknown exception

OBS-URL: https://build.opensuse.org/request/show/1088780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=402
This commit is contained in:
2023-05-25 11:13:22 +00:00
committed by Git OBS Bridge
parent 9f0b78817f
commit 41733874df
7 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed May 24 07:02:31 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
- 1.1.4
- Command-line:
- Change 'review list' command to display open requests (state: new, review, declined)
- Fix running osc in an AppImage by switching to the correct working directory
- Handle ProtocolError exception
- Library:
- Add 'req_states' parameter to osc.core.get_review_list()
- Connection:
- Fix grabber to work with old urllib3 versions that do not contain URLSchemeUnknown exception
-------------------------------------------------------------------
Wed May 10 07:12:59 UTC 2023 - Daniel Mach <daniel.mach@suse.com>