diff --git a/py-1.4.18.tar.gz b/py-1.4.18.tar.gz deleted file mode 100644 index 3d2e7b7..0000000 --- a/py-1.4.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2aa6e23a43fd8582e5ef35ce08e72d9184abea532a1e337397b0c15460f91ca2 -size 190792 diff --git a/py-1.4.19.tar.gz b/py-1.4.19.tar.gz new file mode 100644 index 0000000..1c3ffac --- /dev/null +++ b/py-1.4.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c4c1d2c218b1939fc466c46d4697026fbc09a3b17cdee298a08e62570eefa6 +size 187665 diff --git a/python-py.changes b/python-py.changes index fb9d822..9c24714 100644 --- a/python-py.changes +++ b/python-py.changes @@ -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 diff --git a/python-py.spec b/python-py.spec index 7770880..46c9a7d 100644 --- a/python-py.spec +++ b/python-py.spec @@ -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