forked from pool/python-distlib
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user