From d5cdf054f565a4cdb9f3d189861426a2c81bc2e0cad49aa812044782a6f38d10 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 29 Jun 2013 12:33:50 +0000 Subject: [PATCH] Accepting request 180873 from devel:languages:python - update to 1.4.15: - majorly speed up some common calling patterns with LocalPath.listdir()/join/check/stat functions considerably. - fix an edge case with fnmatch where a glob style pattern appeared in an absolute path. (forwarded request 180857 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/180873 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=10 --- py-1.4.14.tar.gz | 3 --- py-1.4.15.tar.gz | 3 +++ python-py.changes | 9 +++++++++ python-py.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 py-1.4.14.tar.gz create mode 100644 py-1.4.15.tar.gz diff --git a/py-1.4.14.tar.gz b/py-1.4.14.tar.gz deleted file mode 100644 index 6212d37..0000000 --- a/py-1.4.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1915fffc0590a104fd033466469c7f074a1b524d1a08c7fc501f406a0d8526f -size 188722 diff --git a/py-1.4.15.tar.gz b/py-1.4.15.tar.gz new file mode 100644 index 0000000..9ee65e5 --- /dev/null +++ b/py-1.4.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656634e1846d568ed22c872b5e158a4d5eef174dd5b245186e78b94a0258c042 +size 189237 diff --git a/python-py.changes b/python-py.changes index c7961bc..76cf368 100644 --- a/python-py.changes +++ b/python-py.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jun 25 11:45:11 UTC 2013 - dmueller@suse.com + +- update to 1.4.15: + - majorly speed up some common calling patterns with + LocalPath.listdir()/join/check/stat functions considerably. + - fix an edge case with fnmatch where a glob style pattern appeared + in an absolute path. + ------------------------------------------------------------------- Mon May 27 14:08:03 UTC 2013 - dmueller@suse.com diff --git a/python-py.spec b/python-py.spec index 05dd05d..11a6ac0 100644 --- a/python-py.spec +++ b/python-py.spec @@ -17,7 +17,7 @@ Name: python-py -Version: 1.4.14 +Version: 1.4.15 Release: 0 Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT