forked from pool/python-devpi-common
- Update to 4.0.2:
* Bug Fixes
+ Do not mark commands with returncode ``None`` from tox 4.x as failed.
+ Restore flushing after each written line in new TerminalWriter.
+ Fix #939: custom legacy version parsing (non PEP 440) after
packaging >= 22.0 removed support.
* Deprecations and Removals
+ Removed ``HTMLPage`` class originally vendored from pip.
+ Dropped support for Python <= 3.6.
* Features
+ Add ``chdir`` context handler in devpi_common.contextlib.
+ Hide username from URL representation.
+ Added stripped down TerminalWriter from ``py`` library which only
supports coloring.
- Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-common?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 03:16:31 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 4.0.2:
|
||||
* Bug Fixes
|
||||
+ Do not mark commands with returncode ``None`` from tox 4.x as failed.
|
||||
+ Restore flushing after each written line in new TerminalWriter.
|
||||
+ Fix #939: custom legacy version parsing (non PEP 440) after
|
||||
packaging >= 22.0 removed support.
|
||||
* Deprecations and Removals
|
||||
+ Removed ``HTMLPage`` class originally vendored from pip.
|
||||
+ Dropped support for Python <= 3.6.
|
||||
* Features
|
||||
+ Add ``chdir`` context handler in devpi_common.contextlib.
|
||||
+ Hide username from URL representation.
|
||||
+ Added stripped down TerminalWriter from ``py`` library which only
|
||||
supports coloring.
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 9 07:36:13 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user