12
0
forked from pool/python-py

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:
Stephan Kulow
2014-01-07 12:59:29 +00:00
committed by Git OBS Bridge
parent 2b8eeb157d
commit 8ef7bb993d
4 changed files with 20 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-py
Version: 1.4.18
Version: 1.4.19
Release: 0
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
License: MIT