15
0
forked from pool/python-pipx

- Don't use %python3_only command, but properly use alternatives.

- Add test_alternative_names.patch to make tests pass even
  with alternated name of the binary.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pipx?expand=0&rev=3
This commit is contained in:
2020-05-06 00:29:34 +00:00
committed by Git OBS Bridge
parent cdb0d0bde9
commit 06b4018be5
3 changed files with 47 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 6 00:20:19 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Don't use %python3_only command, but properly use alternatives.
- Add test_alternative_names.patch to make tests pass even
with alternated name of the binary.
-------------------------------------------------------------------
Mon Oct 21 14:08:11 UTC 2019 - John Vandenberg <jayvdb@gmail.com>