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

- 0.180.0
  - warn when trying to commit a prj/pac managed in scm
  - fix crash on "osc up" for git based package/projects
  - don't traceback on invalid credentials manager
  - improve README, rename it to README.md
  - declare OscHTTPSignatureAuthHandler as a new-style class
  - remove illegal character in comment

OBS-URL: https://build.opensuse.org/request/show/984911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=364
This commit is contained in:
2022-06-24 14:36:44 +00:00
committed by Git OBS Bridge
parent d815eb4aaf
commit 71243cb9f2
9 changed files with 24 additions and 13 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jun 24 13:33:36 UTC 2022 - Daniel Mach <daniel.mach@suse.com>
- 0.180.0
- warn when trying to commit a prj/pac managed in scm
- fix crash on "osc up" for git based package/projects
- don't traceback on invalid credentials manager
- improve README, rename it to README.md
- declare OscHTTPSignatureAuthHandler as a new-style class
- remove illegal character in comment
-------------------------------------------------------------------
Thu Jun 2 12:31:16 UTC 2022 - Daniel Mach <daniel.mach@suse.com>