2017-07-04 11:57:16 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 30 06:02:11 UTC 2017 - aloisio@gmx.com
|
|
|
|
|
|
|
|
|
|
- Update to 1.4.34
|
|
|
|
|
* fix issue119 / pytest issue708 where tmpdir may fail to make
|
|
|
|
|
numbered directories when the filesystem is case-insensitive.
|
|
|
|
|
1.4.33:
|
|
|
|
|
* avoid imports in calls to py.path.local().fnmatch(). Thanks
|
|
|
|
|
Andreas Pelme for the PR.
|
|
|
|
|
* fix issue106: Naive unicode encoding when calling fspath() in
|
|
|
|
|
python2. Thanks Tiago Nobrega for the PR.
|
|
|
|
|
* fix issue110: unittest.TestCase.assertWarns fails with py
|
|
|
|
|
imported.
|
|
|
|
|
|
2017-02-27 18:32:01 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 23 14:56:48 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
|
|
- update to 1.4.32
|
|
|
|
|
- fix issue70: added ability to copy all stat info in py.path.local.copy.
|
|
|
|
|
- make TerminalWriter.fullwidth a property. This results in the correct
|
|
|
|
|
value when the terminal gets resized.
|
|
|
|
|
- update supported html tags to include recent additions.
|
|
|
|
|
Thanks Denis Afonso for the PR.
|
|
|
|
|
- Remove internal code in ``Source.compile`` meant to support earlier Python 3 versions that produced the side effect
|
|
|
|
|
of leaving ``None`` in ``sys.modules`` when called (see pytest-dev/pytest#2103).
|
|
|
|
|
Thanks Bruno Oliveira for the PR.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Oct 5 14:47:53 UTC 2016 - jmatejek@suse.com
|
|
|
|
|
|
|
|
|
|
- update for singlespec
|
|
|
|
|
|
2016-09-11 00:51:48 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Sep 3 18:33:49 UTC 2016 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update download Url
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jul 23 13:23:33 UTC 2016 - michael@stroeder.com
|
|
|
|
|
|
|
|
|
|
- corrected homepage URL
|
|
|
|
|
- HTTPS URL for pypi source link
|
|
|
|
|
- update to version 1.4.31
|
|
|
|
|
* fix local().copy(dest, mode=True) to also work with unicode.
|
|
|
|
|
* pass better error message with svn EEXIST paths
|
|
|
|
|
|
2015-07-19 11:44:52 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jul 2 10:01:08 UTC 2015 - aj@ajaissle.de
|
|
|
|
|
|
|
|
|
|
- update to version 1.4.30:
|
|
|
|
|
* fix issue68 an assert with a multiline list comprehension was not
|
|
|
|
|
reported correctly. Thanks Henrik Heibuerger.
|
|
|
|
|
|
|
|
|
|
- changes from version 1.4.29:
|
|
|
|
|
* fix issue55: revert a change to the statement finding algorithm
|
|
|
|
|
which is used by pytest for generating tracebacks. Thanks Daniel
|
|
|
|
|
Hahler for initial analysis.
|
|
|
|
|
* fix pytest issue254 for when traceback rendering can’t find valid
|
|
|
|
|
source code. Thanks Ionel Cristian Maries.
|
|
|
|
|
|
2015-07-05 17:55:40 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 30 13:45:03 UTC 2015 - aj@ajaissle.de
|
|
|
|
|
|
|
|
|
|
- Split documentation into separate package to avoid build loop
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 22 15:13:02 UTC 2015 - tbechtold@suse.com
|
|
|
|
|
|
|
|
|
|
- update to 1.4.28:
|
|
|
|
|
- fix issue64 -- dirpath regression when "abs=True" is passed.
|
|
|
|
|
- fix issue59: point to new repo site
|
|
|
|
|
- allow a new ensuresyspath="append" mode for py.path.local.pyimport()
|
|
|
|
|
so that a neccessary import path is appended instead of prepended to
|
|
|
|
|
sys.path
|
|
|
|
|
- strike undocumented, untested argument to py.path.local.pypkgpath
|
|
|
|
|
- speed up py.path.local.dirpath by a factor of 10
|
|
|
|
|
|
2014-10-01 07:40:10 +02:00
|
|
|
|
-------------------------------------------------------------------
|
2015-02-06 22:35:52 +01:00
|
|
|
|
Wed Feb 4 14:25:30 UTC 2015 - tbechtold@suse.com
|
|
|
|
|
|
|
|
|
|
- update to version 1.4.26:
|
|
|
|
|
- avoid calling normpath twice in py.path.local
|
|
|
|
|
- py.builtin._reraise properly reraises under Python3 now.
|
|
|
|
|
- fix issue53 - remove module index, thanks jenisys.
|
|
|
|
|
- allow posix path separators when "fnmatch" is called.
|
|
|
|
|
Thanks Christian Long for the complete PR.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2014-10-01 07:40:10 +02:00
|
|
|
|
Sat Sep 27 17:35:17 UTC 2014 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
- update to 1.4.25:
|
|
|
|
|
- fix issue52: vaguely fix py25 compat of py.path.local (it's not
|
|
|
|
|
officially supported), also fix docs
|
|
|
|
|
- fix pytest issue 589: when checking if we have a recursion error
|
|
|
|
|
check for the specific "maximum recursion depth" text of the exception.
|
|
|
|
|
- update to 1.4.24:
|
|
|
|
|
- Fix retrieving source when an else: line has an other statement on
|
|
|
|
|
the same line.
|
|
|
|
|
- add localpath read_text/write_text/read_bytes/write_bytes methods
|
|
|
|
|
as shortcuts and clearer bytes/text interfaces for read/write.
|
|
|
|
|
Adapted from a PR from Paul Moore.
|
|
|
|
|
- update to 1.4.23:
|
|
|
|
|
- use newer apipkg version which makes attribute access on
|
|
|
|
|
alias modules resolve to None rather than an ImportError.
|
|
|
|
|
This helps with code that uses inspect.getframeinfo()
|
|
|
|
|
on py34 which causes a complete walk on sys.modules
|
|
|
|
|
thus triggering the alias module to resolve and blowing
|
|
|
|
|
up with ImportError. The negative side is that something
|
|
|
|
|
like "py.test.X" will now result in None instead of "importerror: pytest"
|
|
|
|
|
if pytest is not installed. But you shouldn't import "py.test"
|
|
|
|
|
anyway anymore.
|
|
|
|
|
- adapt one svn test to only check for any exception instead
|
|
|
|
|
of specific ones because different svn versions cause different
|
|
|
|
|
errors and we don't care.
|
|
|
|
|
|
2014-07-31 10:04:02 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 30 07:50:37 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to 1.4.22
|
|
|
|
|
- refactor class-level registry on ForkedFunc child start/finish
|
|
|
|
|
event to become instance based (i.e. passed into the constructor)
|
|
|
|
|
- Update to 1.4.21
|
|
|
|
|
- ForkedFunc now has class-level register_on_start/on_exit()
|
|
|
|
|
methods to allow adding information in the boxed process.
|
|
|
|
|
Thanks Marc Schlaich.
|
|
|
|
|
- ForkedFunc in the child opens in "auto-flush" mode for
|
|
|
|
|
stdout/stderr so that when a subprocess dies you can see
|
|
|
|
|
its output even if it didn't flush itself.
|
|
|
|
|
- refactor traceback generation in light of pytest issue 364
|
|
|
|
|
(shortening tracebacks). you can now set a new traceback style
|
|
|
|
|
on a per-entry basis such that a caller can force entries to be
|
|
|
|
|
isplayed as short or long entries.
|
|
|
|
|
- win32: py.path.local.sysfind(name) will preferrably return files with
|
|
|
|
|
extensions so that if "X" and "X.bat" or "X.exe" is on the PATH,
|
|
|
|
|
one of the latter two will be returned.
|
|
|
|
|
|
2014-05-17 06:43:15 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 6 11:39:52 UTC 2014 - osynge@suse.com
|
|
|
|
|
|
|
|
|
|
- Removed unnessisary dependency on python-setuptools especially as this
|
|
|
|
|
causes a conflict with SLE11sp3
|
|
|
|
|
|
2014-03-18 13:38:16 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 12 16:08:39 UTC 2014 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
- Update to version 1.4.20:
|
|
|
|
|
+ ignore unicode decode errors in xmlescape. Thanks Anatoly Bubenkoff.
|
|
|
|
|
+ on python2 modify traceback.format_exception_only to match python3
|
|
|
|
|
behaviour, namely trying to print unicode for Exception instances
|
|
|
|
|
+ use a safer way for serializing exception reports (helps to fix
|
|
|
|
|
pytest issue413)
|
|
|
|
|
- Drop %check section, we never ran tests. That would need python-pytest
|
|
|
|
|
and introduce a cycle
|
|
|
|
|
|
2014-01-07 13:59:29 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2013-12-09 17:01:34 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Dec 8 21:10:33 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 1.4.18
|
|
|
|
|
+ introduce path.ensure_dir() as a synonym for ensure(..., dir=1)
|
|
|
|
|
+ some unicode/python3 related fixes wrt to path manipulations
|
|
|
|
|
(if you start passing unicode particular in py2 you might
|
|
|
|
|
still get problems, though)
|
|
|
|
|
- Changes from 1.4.17
|
|
|
|
|
+ make py.io.TerminalWriter() prefer colorama if it is available
|
|
|
|
|
and avoid empty lines when separator-lines are printed by
|
|
|
|
|
being defensive and reducing the working terminalwidth by 1
|
|
|
|
|
+ introduce optional "expanduser" argument to py.path.local
|
|
|
|
|
to that local("~", expanduser=True) gives the home
|
|
|
|
|
directory of "user".
|
|
|
|
|
- Changes from 1.4.16
|
|
|
|
|
+ fix issue35 - define __gt__ ordering between a local path
|
|
|
|
|
and strings
|
|
|
|
|
+ fix issue36 - make chdir() work even if os.getcwd() fails.
|
|
|
|
|
+ add path.exists/isdir/isfile/islink shortcuts
|
|
|
|
|
+ introduce local path.as_cwd() context manager.
|
|
|
|
|
+ introduce p.write(ensure=1) and p.open(ensure=1)
|
|
|
|
|
where ensure triggers creation of neccessary parent dirs.
|
|
|
|
|
|
2013-10-25 11:26:58 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 24 11:10:27 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
|
|
2013-06-29 14:33:50 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2013-06-05 13:35:53 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2013-01-17 10:03:08 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jan 12 16:41:46 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
|
|
- Initial python3 support
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jan 12 16:40:43 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to 1.4.12 version:
|
|
|
|
|
* fix python2.4 support - for pre-AST interpreters re-introduce
|
|
|
|
|
old way to find statements in exceptions (closes pytest issue 209)
|
|
|
|
|
* add tox.ini to distribution
|
|
|
|
|
* fix issue23 - print *,** args information in tracebacks,
|
|
|
|
|
thanks Manuel Jacob
|
|
|
|
|
|
2012-06-26 15:57:13 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 22 13:34:17 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Update to version 1.4.9:
|
|
|
|
|
+ fix bug of path.visit() which would not recognize glob-style patterns
|
|
|
|
|
for the "rec" recursion argument
|
|
|
|
|
+ changed iniconfig parsing to better conform, now the chars ";"
|
|
|
|
|
and "#" only mark a comment at the stripped start of a line
|
|
|
|
|
+ include recent apipkg-1.2
|
|
|
|
|
+ change internal terminalwriter.line/reline logic to more nicely
|
|
|
|
|
support file spinners
|
|
|
|
|
- Changes from version 1.4.8:
|
|
|
|
|
+ fix issue 13 - correct handling of the tag name object in xmlgen
|
|
|
|
|
+ fix issue 14 - support raw attribute values in xmlgen
|
|
|
|
|
+ fix windows terminalwriter printing/re-line problem
|
|
|
|
|
+ update distribute_setup.py to 0.6.27
|
|
|
|
|
|
2012-02-22 15:54:36 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Feb 20 22:04:23 UTC 2012 - saschpe@gmx.de
|
|
|
|
|
|
|
|
|
|
- Update to version 1.4.7:
|
|
|
|
|
* fix issue11 - own test failure with python3.3 / Thanks Benjamin Peterson
|
|
|
|
|
* help fix pytest issue 102
|
|
|
|
|
- Changes from version 1.4.6:
|
|
|
|
|
* help to fix pytest issue99: unify output of
|
|
|
|
|
ExceptionInfo.getrepr(style="native") with ...(style="long")
|
|
|
|
|
* fix issue7: source.getstatementrange() now raises proper error
|
|
|
|
|
if no valid statement can be found
|
|
|
|
|
* fix issue8: fix code and tests of svnurl/svnwc to work on subversion 1.7 -
|
|
|
|
|
note that path.status(updates=1) will not properly work svn-17's status
|
|
|
|
|
--xml output is broken.
|
|
|
|
|
* make source.getstatementrange() more resilent about non-python code frames
|
|
|
|
|
(as seen from jnja2)
|
|
|
|
|
* make trackeback recursion detection more resilent
|
|
|
|
|
about the eval magic of a decorator library
|
|
|
|
|
* iniconfig: add support for ; as comment starter
|
|
|
|
|
* properly handle lists in xmlgen on python3
|
|
|
|
|
* normalize py.code.getfslineno(obj) to always return a (string, int) tuple
|
|
|
|
|
defaulting to ("", -1) respectively if no source code can be found for obj.
|
|
|
|
|
- Changes from version 1.4.5:
|
|
|
|
|
* improve some unicode handling in terminalwriter and capturing
|
|
|
|
|
- Spec file cleanup:
|
|
|
|
|
* BuildRequire python-distribute instead of setuptools
|
|
|
|
|
* Simplified macro usage
|
|
|
|
|
* Removed outdated %clean section
|
|
|
|
|
|
2011-11-28 18:27:08 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jul 14 08:48:35 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|
|