15
0

Accepting request 1006552 from home:nicholasyang:branches:devel:languages:python

- Dev: add parallax.run() to return non-zero rc without raising exceptions
  Add patch 0005-Dev-add-parallax.run-to-return-non-zero-rc-without-r.patch
- Fix: Error: inherit from Exception instead of BaseExceptin
  Add patch 0004-Fix-Error-inherit-from-Exception-instead-of-BaseExce.patch

OBS-URL: https://build.opensuse.org/request/show/1006552
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parallax?expand=0&rev=41
This commit is contained in:
Xin Liang
2022-09-30 03:24:29 +00:00
committed by Git OBS Bridge
parent 3f4d3122fd
commit 86165fbdba
4 changed files with 161 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 28 02:34:51 UTC 2022 - Nicholas Yang <nicholas.yang@suse.com>
- Dev: add parallax.run() to return non-zero rc without raising exceptions
Add patch 0005-Dev-add-parallax.run-to-return-non-zero-rc-without-r.patch
- Fix: Error: inherit from Exception instead of BaseExceptin
Add patch 0004-Fix-Error-inherit-from-Exception-instead-of-BaseExce.patch
-------------------------------------------------------------------
Thu Jul 28 01:42:06 UTC 2022 - XinLiang <XLiang@suse.com>