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

- Update to 1.1.0
  - Command-line:
    - New class-based commands
    - Sort commands before printing help
    - No longer read plugins from /var/lib/osc-plugins
  - Configuration:
    - Do not error out on setting oscrc permissions if the file is owned by another user
  - Library:
    - Restore 'include_request_from_project' conf option functionality
    - Simplify how babysitter works with options and config
    - Prefer f-strings over c-style string expansion

OBS-URL: https://build.opensuse.org/request/show/1076940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=390
This commit is contained in:
2023-04-03 17:47:53 +00:00
committed by Git OBS Bridge
parent c925468393
commit 90cd1dd25c
7 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Apr 3 11:58:12 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
- Update to 1.1.0
- Command-line:
- New class-based commands
- Sort commands before printing help
- No longer read plugins from /var/lib/osc-plugins
- Configuration:
- Do not error out on setting oscrc permissions if the file is owned by another user
- Library:
- Restore 'include_request_from_project' conf option functionality
- Simplify how babysitter works with options and config
- Prefer f-strings over c-style string expansion
-------------------------------------------------------------------
Fri Mar 17 15:11:46 UTC 2023 - Daniel Mach <daniel.mach@suse.com>