Accepting request 212707 from devel:languages:python
- update to 1.4.19: - merge in apipkg fixes - some micro-optimizations in py/_code/code.py for speeding up pytest runs. Thanks Alex Gaynor for initiative. - check PY_COLORS=1 or PY_COLORS=0 to force coloring/not-coloring for py.io.TerminalWriter() independently from capabilities of the output file. Thanks Marc Abramowitz for the PR. - some fixes to unicode handling in assertion handling. Thanks for the PR to Floris Bruynooghe. (This helps to fix pytest issue 319). - depend on setuptools presence, remove distribute_setup (forwarded request 212705 from mvyskocil) OBS-URL: https://build.opensuse.org/request/show/212707 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=14
This commit is contained in:
parent
2b8eeb157d
commit
8ef7bb993d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2aa6e23a43fd8582e5ef35ce08e72d9184abea532a1e337397b0c15460f91ca2
|
|
||||||
size 190792
|
|
3
py-1.4.19.tar.gz
Normal file
3
py-1.4.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a1c4c1d2c218b1939fc466c46d4697026fbc09a3b17cdee298a08e62570eefa6
|
||||||
|
size 187665
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 3 08:30:42 UTC 2014 - mvyskocil@suse.com
|
||||||
|
|
||||||
|
- update to 1.4.19:
|
||||||
|
- merge in apipkg fixes
|
||||||
|
- some micro-optimizations in py/_code/code.py for speeding
|
||||||
|
up pytest runs. Thanks Alex Gaynor for initiative.
|
||||||
|
- check PY_COLORS=1 or PY_COLORS=0 to force coloring/not-coloring
|
||||||
|
for py.io.TerminalWriter() independently from capabilities
|
||||||
|
of the output file. Thanks Marc Abramowitz for the PR.
|
||||||
|
- some fixes to unicode handling in assertion handling.
|
||||||
|
Thanks for the PR to Floris Bruynooghe. (This helps
|
||||||
|
to fix pytest issue 319).
|
||||||
|
- depend on setuptools presence, remove distribute_setup
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 8 21:10:33 UTC 2013 - p.drouand@gmail.com
|
Sun Dec 8 21:10:33 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-py
|
# spec file for package python-py
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-py
|
Name: python-py
|
||||||
Version: 1.4.18
|
Version: 1.4.19
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user