14
0
forked from pool/python-parted

- Add patch to tweak features detected in tests (parted changes

from suse):
  * python-parted-featurestest.patch
- Add patch python-parted-parted-binary.patch to run parted full
  path as user does not see sbin binaries
- Add patch no-last-flag-check.patch from debian
- Add patch python-parted-unittests.patch from ubuntu to fix tests

- Implement singlespec version for python3
- Refresh patch pyparted-3.10.patch to work with python3
- Enable testsuite to validate it somehow

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parted?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2018-05-24 15:42:35 +00:00
committed by Git OBS Bridge
parent ae81501588
commit d7e8562b4a
7 changed files with 167 additions and 20 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu May 24 15:26:23 UTC 2018 - tchvatal@suse.com
- Add patch to tweak features detected in tests (parted changes
from suse):
* python-parted-featurestest.patch
- Add patch python-parted-parted-binary.patch to run parted full
path as user does not see sbin binaries
- Add patch no-last-flag-check.patch from debian
- Add patch python-parted-unittests.patch from ubuntu to fix tests
-------------------------------------------------------------------
Thu May 24 14:49:05 UTC 2018 - tchvatal@suse.com
- Implement singlespec version for python3
- Refresh patch pyparted-3.10.patch to work with python3
- Enable testsuite to validate it somehow
-------------------------------------------------------------------
Thu May 24 12:08:12 UTC 2018 - bwiedemann@suse.com