14
0

- update to 0.3.6:

- scripts
      - Fixed #175: Updated launcher executables to better handle the relationship
        between launcher and child process in the Job API.
  - database
      - Fixed #170: Corrected implementation of ``get_required_dists()``.
  - index
      - Updated coverage pragmas for tests relating to obsolete PyPI APIs.
  - locators
      - Changed the default locator configuration.
  - metadata
      - Updates in support of PEP 643 / Metadata 2.2.
  - scripts
      - Updated launcher executables. Thanks to Michael Bikovitsky for his help with
        the launcher changes.
      - Fixed #164: Improved support for reproducible builds by allowing a fixed
        date/time to be inserted into created .exe files. Thanks to Somber Night for the
        patch.
  - util
      - Fixed #161: Updated test case.
  - wheel
      - Updated to write archive path of RECORD to RECORD instead of staging path.
        Thanks to Pieter Pas for the patch.
      - Fixed #169: Removed usage of deprecated imp module in favour of importlib.
      - Fixed #172: Compute ABI correctly for Python < 3.8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=22
This commit is contained in:
2022-10-01 12:57:42 +00:00
committed by Git OBS Bridge
parent 09a9c6d456
commit c1a7e14bdf
4 changed files with 39 additions and 10 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sat Oct 1 12:43:32 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.3.6:
- scripts
- Fixed #175: Updated launcher executables to better handle the relationship
between launcher and child process in the Job API.
- database
- Fixed #170: Corrected implementation of ``get_required_dists()``.
- index
- Updated coverage pragmas for tests relating to obsolete PyPI APIs.
- locators
- Changed the default locator configuration.
- metadata
- Updates in support of PEP 643 / Metadata 2.2.
- scripts
- Updated launcher executables. Thanks to Michael Bikovitsky for his help with
the launcher changes.
- Fixed #164: Improved support for reproducible builds by allowing a fixed
date/time to be inserted into created .exe files. Thanks to Somber Night for the
patch.
- util
- Fixed #161: Updated test case.
- wheel
- Updated to write archive path of RECORD to RECORD instead of staging path.
Thanks to Pieter Pas for the patch.
- Fixed #169: Removed usage of deprecated imp module in favour of importlib.
- Fixed #172: Compute ABI correctly for Python < 3.8.
-------------------------------------------------------------------
Sat Dec 11 12:07:02 UTC 2021 - Ben Greiner <code@bnavigator.de>