From 9ee671c592424cf9b79de768e5bfb28b2187134718db1f8def6843b196056996 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 19 Nov 2017 10:05:49 +0000 Subject: [PATCH] Accepting request 541996 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/541996 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=26 --- py-1.4.34.tar.gz | 3 --- py-1.5.0.tar.gz | 3 +++ python-py-doc.changes | 18 ++++++++++++++++++ python-py-doc.spec | 2 +- python-py.changes | 18 ++++++++++++++++++ python-py.spec | 2 +- 6 files changed, 41 insertions(+), 5 deletions(-) delete mode 100644 py-1.4.34.tar.gz create mode 100644 py-1.5.0.tar.gz diff --git a/py-1.4.34.tar.gz b/py-1.4.34.tar.gz deleted file mode 100644 index dee9d1e..0000000 --- a/py-1.4.34.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f2d585d22050e90c7d293b6451c83db097df77871974d90efd5a30dc12fcde3 -size 194450 diff --git a/py-1.5.0.tar.gz b/py-1.5.0.tar.gz new file mode 100644 index 0000000..fff6712 --- /dev/null +++ b/py-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ec4564d622d7b0ef015bf48064b77906fb82d802be165951791df30b0345ca +size 189393 diff --git a/python-py-doc.changes b/python-py-doc.changes index efcec13..2818069 100644 --- a/python-py-doc.changes +++ b/python-py-doc.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Nov 15 07:06:05 UTC 2017 - arun@gmx.de + +- update to version 1.5.0: + * python 2.6 and 3.3 are no longer supported + * deprecate py.std and remove all internal uses + * fix #73 turn py.error into an actual module + * path join to / no longer produces leading double slashes + * fix #82 - remove unsupportable aliases + * fix python37 compatibility of path.sysfind on windows by correctly + replacing vars + * turn iniconfig and apipkg into vendored packages and ease + de-vendoring for distributions + * fix #68 remove invalid py.test.ensuretemp references + * fix #25 - deprecate path.listdir(sort=callable) + * add TerminalWriter.chars_on_current_line read-only property that + tracks how many characters have been written to the current line. + ------------------------------------------------------------------- Fri Jun 30 06:04:20 UTC 2017 - aloisio@gmx.com diff --git a/python-py-doc.spec b/python-py-doc.spec index d94d320..58920c0 100644 --- a/python-py-doc.spec +++ b/python-py-doc.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-py-doc -Version: 1.4.34 +Version: 1.5.0 Release: 0 Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT diff --git a/python-py.changes b/python-py.changes index 758b8f2..1b08798 100644 --- a/python-py.changes +++ b/python-py.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Nov 15 07:06:05 UTC 2017 - arun@gmx.de + +- update to version 1.5.0: + * python 2.6 and 3.3 are no longer supported + * deprecate py.std and remove all internal uses + * fix #73 turn py.error into an actual module + * path join to / no longer produces leading double slashes + * fix #82 - remove unsupportable aliases + * fix python37 compatibility of path.sysfind on windows by correctly + replacing vars + * turn iniconfig and apipkg into vendored packages and ease + de-vendoring for distributions + * fix #68 remove invalid py.test.ensuretemp references + * fix #25 - deprecate path.listdir(sort=callable) + * add TerminalWriter.chars_on_current_line read-only property that + tracks how many characters have been written to the current line. + ------------------------------------------------------------------- Fri Jun 30 06:02:11 UTC 2017 - aloisio@gmx.com diff --git a/python-py.spec b/python-py.spec index b6b81a7..9bb7e05 100644 --- a/python-py.spec +++ b/python-py.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-py -Version: 1.4.34 +Version: 1.5.0 Release: 0 Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT