forked from pool/python-devpi-client
Accepting request 1205394 from home:mcalabkova:branches:devel:languages:python
- update to 7.1.0 * Require build>=0.7.0 to prevent import error with older versions. * Provide proper error message if the API request for devpi use fails. * Fix #1011: change HTTP status codes >=400 to use self.fatal instead of raw SystemExit, protect 403 and 404 errors from SystemExit * Support using various kinds of devpi tools with pyproject.toml. OBS-URL: https://build.opensuse.org/request/show/1205394 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=31
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 10:50:15 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to 7.1.0
|
||||
* Require build>=0.7.0 to prevent import error with older versions.
|
||||
* Provide proper error message if the API request for devpi use fails.
|
||||
* Fix #1011: change HTTP status codes >=400 to use self.fatal instead
|
||||
of raw SystemExit, protect 403 and 404 errors from SystemExit
|
||||
* Support using various kinds of devpi tools with pyproject.toml.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 14:11:26 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user