14
0

Accepting request 723243 from home:dancermak:branches:devel:languages:python

enable unit test run via _multibuild

OBS-URL: https://build.opensuse.org/request/show/723243
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=27
This commit is contained in:
Tomáš Chvátal
2019-08-14 09:33:53 +00:00
committed by Git OBS Bridge
parent 4ba3c858e1
commit 585d4a79ce
7 changed files with 207 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Aug 8 11:41:45 UTC 2019 - Dan Čermák <dcermak@suse.com>
- Enable tests via _multibuild
Add patches from https://github.com/pypa/packaging/pull/176:
* 0001-Fix-test-failures-test_linux_platforms_manylinux-for.patch
* 0002-Fix-check-for-64-bit-OS.patch
* 0003-Add-additional-test-to-get-100-branch-coverage.patch
* 0004-Fix-test_macos_version_detection-failure-on-32-bit-L.patch
(these fix the tests on non-x86 platforms and can be dropped on the next
release)
-------------------------------------------------------------------
Thu Aug 8 10:24:07 UTC 2019 - Dan Čermák <dcermak@suse.com>