SHA256
1
0
forked from pool/python-pip

Accepting request 844950 from home:bnavigator:branches:devel:languages:python

- Make executables setup compatible with multiple python3 flavors
  * update-alternatives for pip3
  * use python_clone and python_install_alternative for sip and 
    sip3
  * use original sip%{python_bin_suffix} as is
  * effect: consistent shebangs and specifiers inside the
    entry_point scripts

OBS-URL: https://build.opensuse.org/request/show/844950
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=83
This commit is contained in:
2020-10-30 12:49:34 +00:00
committed by Git OBS Bridge
parent 86e65d86fb
commit a80f0c1f13
2 changed files with 33 additions and 11 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Oct 30 00:18:04 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Make executables setup compatible with multiple python3 flavors
* gh#openSUSE/python-rpm-macros#66
* update-alternatives for pip3
* use %python_clone and %python_install_alternative for sip and
sip3
* use original bin/sip%{python_bin_suffix} as is
* effect: consistent shebangs and specifiers inside the
entry_point scripts
-------------------------------------------------------------------
Sun Oct 11 13:08:15 UTC 2020 - Benjamin Greiner <code@bnavigator.de>