1
0

Accepting request 882252 from home:StevenK:branches:X11:wxWidgets

- Don't build using Python 3.6 for test package, when that gets reenabled.
- Since build.py install helpfully installs every built shared object
  under site-package directories, remove those not for that version of
  Python. (bsc#1182822)
- Correct python uninstall alternatives to list all of them, not just one.

OBS-URL: https://build.opensuse.org/request/show/882252
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=22
This commit is contained in:
2021-04-27 15:27:37 +00:00
committed by Git OBS Bridge
parent aa43418f2b
commit e5ac9cab0e
2 changed files with 19 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Mar 31 01:32:34 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Don't build using Python 3.6 for test package, when that gets reenabled.
- Since build.py install helpfully installs every built shared object
under site-package directories, remove those not for that version of
Python. (bsc#1182822)
- Correct python uninstall alternatives to list all of them, not just one.
-------------------------------------------------------------------
Wed Sep 30 17:48:02 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>