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

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-distlib
Version: 0.3.0
Version: 0.3.1
Release: 0
Summary: Distribution utilities
License: Python-2.0