14
0

- Update to 0.3.1:

* scripts
    + Fixed #132: Added documentation to help with relative interpreter paths.
    + Fixed #134: Allowed specifying a different target Python version when
      generating scripts.
    + Fixed #135: Exposed the ``enquote_executable`` function previously
      implemented as an internal function.
    + Addressed #138: Improved metadata support for newer metadata versions.
  * wheel
    + Changed the output of flags in entry point definitions.
    + Stopped writing JSON metadata. Only old-style metadata is written now.
- Refreshed remove-backports.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=14
This commit is contained in:
2020-10-08 03:48:25 +00:00
committed by Git OBS Bridge
parent 9c5905b605
commit e58e030537
5 changed files with 48 additions and 27 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Oct 8 03:44:52 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.3.1:
* scripts
+ Fixed #132: Added documentation to help with relative interpreter paths.
+ Fixed #134: Allowed specifying a different target Python version when
generating scripts.
+ Fixed #135: Exposed the ``enquote_executable`` function previously
implemented as an internal function.
+ Addressed #138: Improved metadata support for newer metadata versions.
* wheel
+ Changed the output of flags in entry point definitions.
+ Stopped writing JSON metadata. Only old-style metadata is written now.
- Refreshed remove-backports.patch
-------------------------------------------------------------------
Fri Mar 13 08:37:16 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>