11
0
forked from pool/python-py

Accepting request 507378 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/507378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=25
This commit is contained in:
2017-07-04 09:57:16 +00:00
committed by Git OBS Bridge
parent bf851b47e7
commit 5addd54cac
6 changed files with 29 additions and 7 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Jun 30 06:02:11 UTC 2017 - aloisio@gmx.com
- Update to 1.4.34
* fix issue119 / pytest issue708 where tmpdir may fail to make
numbered directories when the filesystem is case-insensitive.
1.4.33:
* avoid imports in calls to py.path.local().fnmatch(). Thanks
Andreas Pelme for the PR.
* fix issue106: Naive unicode encoding when calling fspath() in
python2. Thanks Tiago Nobrega for the PR.
* fix issue110: unittest.TestCase.assertWarns fails with py
imported.
-------------------------------------------------------------------
Thu Feb 23 14:56:48 UTC 2017 - jmatejek@suse.com