forked from pool/python-py
Accepting request 176815 from devel:languages:python
- 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 - 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 (forwarded request 176757 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/176815 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=8
This commit is contained in:
parent
dc9989fd59
commit
27bce42d16
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:36767367ba7517375dc5c1cb066e4f8fe3e05b7eacf3600c011fb510cc45122f
|
|
||||||
size 227103
|
|
3
py-1.4.14.tar.gz
Normal file
3
py-1.4.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a1915fffc0590a104fd033466469c7f074a1b524d1a08c7fc501f406a0d8526f
|
||||||
|
size 188722
|
@ -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
|
Sat Jan 12 16:41:46 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-py
|
Name: python-py
|
||||||
Version: 1.4.12
|
Version: 1.4.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://pylib.org
|
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-Sphinx
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
|
@ -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
|
Sat Jan 12 16:42:01 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python3-py
|
Name: python3-py
|
||||||
Version: 1.4.12
|
Version: 1.4.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://pylib.org
|
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
|
# Don't use python3-sphinx it doesn't work for non-Factory repositories
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user