2018-09-21 12:49:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-py: updated to 1.6.0
1.6.0:
- add TerminalWriter.width_of_current_line (i18n version of
TerminalWriter.chars_on_current_line), a read-only property
that tracks how wide the current line is, attempting to take
into account international characters in the calculation.
|
2018-07-14 22:29:34 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-py: add missing build dependency on py-setuptools_scm
Without it, I got:
No local packages or working download links found for setuptools-scm
|
2018-07-03 09:12:15 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-py: updated to 1.5.4
1.5.4:
- fix: don't make assumptions about fs case sensitivity in make_numbered_dir.
|
2018-03-23 08:47:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-py: updated to 1.5.3
1.5.3:
ensure we can support 'from py.error import ...'
|
2017-11-28 09:36:44 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-py: updated to 1.5.2
1.5.2
=====
- fix 169, 170: error importing py.log on Windows: no module named ``syslog``.
1.5.1
=====
- fix 167 - prevent pip from installing py in unsupported Python versions.
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.
|
2017-07-30 20:02:40 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
1.4.34
- fix issue119 / pytest issue708 where tmpdir may fail to make numbered directories
when the filesystem is case-insensitive.
|
2017-05-03 21:33:10 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 1.4.33: Clean up tox.ini and use tox-travis to run on Travis
|
2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356) |
Log message:
Switch to MASTER_SITES_PYPI.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-07-01 11:34:29 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.4.30:
1.4.30
==================================================
- fix issue68 an assert with a multiline list comprehension
was not reported correctly. Thanks Henrik Heibuerger.
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.
1.4.28
==================================================
- fix issue64 -- dirpath regression when "abs=True" is passed.
Thanks Gilles Dartiguelongue.
1.4.27
==================================================
- 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
|