15
0

- 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:
2023-10-17 03:21:25 +00:00
committed by Git OBS Bridge
parent 6a80ac88d1
commit e8db2d4eb0
5 changed files with 30 additions and 26 deletions

View File

@@ -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>