diff --git a/py-1.4.12.zip b/py-1.4.12.zip deleted file mode 100644 index a34bc1f..0000000 --- a/py-1.4.12.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36767367ba7517375dc5c1cb066e4f8fe3e05b7eacf3600c011fb510cc45122f -size 227103 diff --git a/py-1.4.14.tar.gz b/py-1.4.14.tar.gz new file mode 100644 index 0000000..6212d37 --- /dev/null +++ b/py-1.4.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1915fffc0590a104fd033466469c7f074a1b524d1a08c7fc501f406a0d8526f +size 188722 diff --git a/python-py.changes b/python-py.changes index 1d6396e..c7961bc 100644 --- a/python-py.changes +++ b/python-py.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon May 27 14:08:03 UTC 2013 - dmueller@suse.com + +- update to 1.4.14: + - fix dupfile to work with files that don't carry a mode. + - fix getting statementrange/compiling a file ending + in a comment line without newline (on python2.5) + - for local paths you can pass "mode=True" to a copy() + in order to copy permission bits (underlying mechanism + is using shutil.copymode) + - add paths arguments to py.path.local.sysfind to restrict + search to the diretories in the path. + - add isdir/isfile/islink to path.stat() objects allowing to perform + multiple checks without calling out multiple times + - drop py.path.local.__new__ in favour of a simpler __init__ + - iniconfig: allow "name:value" settings in config files, no space after + "name" required + - fix issue 27 - NameError in unlikely untested case of saferepr + ------------------------------------------------------------------- Sat Jan 12 16:41:46 UTC 2013 - p.drouand@gmail.com diff --git a/python-py.spec b/python-py.spec index bb972f1..05dd05d 100644 --- a/python-py.spec +++ b/python-py.spec @@ -17,13 +17,13 @@ Name: python-py -Version: 1.4.12 +Version: 1.4.14 Release: 0 Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT Group: Development/Languages/Python Url: http://pylib.org -Source: http://pypi.python.org/packages/source/p/py/py-%{version}.zip +Source: http://pypi.python.org/packages/source/p/py/py-%{version}.tar.gz BuildRequires: python-Sphinx BuildRequires: python-devel BuildRequires: python-distribute diff --git a/python3-py.changes b/python3-py.changes index c1570c1..f459627 100644 --- a/python3-py.changes +++ b/python3-py.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon May 27 14:08:03 UTC 2013 - dmueller@suse.com + +- update to 1.4.14: + - fix dupfile to work with files that don't carry a mode. + - fix getting statementrange/compiling a file ending + in a comment line without newline (on python2.5) + - for local paths you can pass "mode=True" to a copy() + in order to copy permission bits (underlying mechanism + is using shutil.copymode) + - add paths arguments to py.path.local.sysfind to restrict + search to the diretories in the path. + - add isdir/isfile/islink to path.stat() objects allowing to perform + multiple checks without calling out multiple times + - drop py.path.local.__new__ in favour of a simpler __init__ + - iniconfig: allow "name:value" settings in config files, no space after + "name" required + - fix issue 27 - NameError in unlikely untested case of saferepr + ------------------------------------------------------------------- Sat Jan 12 16:42:01 UTC 2013 - p.drouand@gmail.com diff --git a/python3-py.spec b/python3-py.spec index 9b2bb4c..a00d0fc 100644 --- a/python3-py.spec +++ b/python3-py.spec @@ -17,13 +17,13 @@ Name: python3-py -Version: 1.4.12 +Version: 1.4.14 Release: 0 Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT Group: Development/Languages/Python Url: http://pylib.org -Source: http://pypi.python.org/packages/source/p/py/py-%{version}.zip +Source: http://pypi.python.org/packages/source/p/py/py-%{version}.tar.gz # Don't use python3-sphinx it doesn't work for non-Factory repositories BuildRequires: python-Sphinx BuildRequires: python3