Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python2-py | Distribution: openSUSE Leap 15.2 |
Version: 1.8.1 | Vendor: openSUSE |
Release: lp152.1.1 | Build date: Tue Apr 28 20:16:05 2020 |
Group: Development/Languages/Python | Build host: cloud113 |
Size: 771529 | Source RPM: python-py-1.8.1-lp152.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/pytest-dev/py | |
Summary: Library with cross-python path, ini-parsing, io, code, log facilities |
The py lib is a Python development support library featuring the following tools and modules: * py.path: uniform local and svn path objects * py.apipkg: explicit API control and lazy-importing * py.iniconfig: easy parsing of .ini files * py.code: dynamic code generation and introspection * py.path: uniform local and svn path objects
MIT
* Mon Jan 06 2020 Tomáš Chvátal <tchvatal@suse.com> - Update to 1.8.1: - Handle ``FileNotFoundError`` when trying to import pathlib in ``path.common`` on Python 3.4 (#207). - ``py.path.local.samefile`` now works correctly in Python 3 on Windows when dealing with symlinks. * Wed Jun 19 2019 Tomáš Chvátal <tchvatal@suse.com> - Switch to multibuild to avoid cycle bsc#1138666 * Wed Feb 27 2019 Tomáš Chvátal <tchvatal@suse.com> - Update to 1.8.0: * add ``"importlib"`` pyimport mode for python3.5+, allowing unimportable test suites to contain identically named modules. * fix ``LocalPath.as_cwd()`` not calling ``os.chdir()`` with ``None``, when being invoked from a non-existing directory. - Drop merged patch separators.patch * Fri Feb 15 2019 Tomáš Chvátal <tchvatal@suse.com> - Make tests never fail as they are borked on pytest-4 with most probably no intention of being ever fixed * Fri Feb 15 2019 Tomáš Chvátal <tchvatal@suse.com> - Make tests really pass on pytest 3.x series - Add patch to operate better with serparators (from upstream git): * separators.patch * Tue Feb 12 2019 Tomáš Chvátal <tchvatal@suse.com> - Drop the doc subpackage, no need for it really - Make sure the tests are realy executed * Fri Oct 26 2018 Ondřej Súkup <mimi.vx@gmail.com> - update to 1.7.0 * use ``shutil.get_terminal_size()`` in Python 3.3+ to determine the size of the terminal, which produces more accurate results than the previous method. * introduce new ``PY_IGNORE_IMPORTMISMATCH`` environment variable that suppresses ``ImportMismatchError`` exceptions when set to ``1``. * 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. * Thu Aug 02 2018 mimi.vx@gmail.com - update to 1.5.4 * don't make assumptions about fs case sensitivity in ``make_numbered_dir``. * Thu May 31 2018 toddrme2178@gmail.com - update to version 1.5.3 * - fix #179: ensure we can support 'from py.error import ...' * Sun Nov 19 2017 arun@gmx.de - specfile: * updated url - update to version 1.5.2: * fix #169, #170: error importing py.log on Windows: no module named "syslog". - changes from version 1.5.1: * fix #167 - prevent pip from installing py in unsupported Python versions. * Wed Nov 15 2017 arun@gmx.de - update to version 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. * Fri Jun 30 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. * Thu Feb 23 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 05 2016 jmatejek@suse.com - update for singlespec * Sat Sep 03 2016 p.drouand@gmail.com - Update download Url * Sat Jul 23 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 * Thu Jul 02 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. * Tue Jun 30 2015 aj@ajaissle.de - Split documentation into separate package to avoid build loop * Mon Jun 22 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 * Wed Feb 04 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.
/usr/lib/python2.7/site-packages/py /usr/lib/python2.7/site-packages/py-1.8.1-py2.7.egg-info /usr/lib/python2.7/site-packages/py-1.8.1-py2.7.egg-info/PKG-INFO /usr/lib/python2.7/site-packages/py-1.8.1-py2.7.egg-info/SOURCES.txt /usr/lib/python2.7/site-packages/py-1.8.1-py2.7.egg-info/dependency_links.txt /usr/lib/python2.7/site-packages/py-1.8.1-py2.7.egg-info/not-zip-safe /usr/lib/python2.7/site-packages/py-1.8.1-py2.7.egg-info/top_level.txt /usr/lib/python2.7/site-packages/py/__init__.py /usr/lib/python2.7/site-packages/py/__init__.pyc /usr/lib/python2.7/site-packages/py/__init__.pyo /usr/lib/python2.7/site-packages/py/__metainfo.py /usr/lib/python2.7/site-packages/py/__metainfo.pyc /usr/lib/python2.7/site-packages/py/__metainfo.pyo /usr/lib/python2.7/site-packages/py/_builtin.py /usr/lib/python2.7/site-packages/py/_builtin.pyc /usr/lib/python2.7/site-packages/py/_builtin.pyo /usr/lib/python2.7/site-packages/py/_code /usr/lib/python2.7/site-packages/py/_code/__init__.py /usr/lib/python2.7/site-packages/py/_code/__init__.pyc /usr/lib/python2.7/site-packages/py/_code/__init__.pyo /usr/lib/python2.7/site-packages/py/_code/_assertionnew.py /usr/lib/python2.7/site-packages/py/_code/_assertionnew.pyc /usr/lib/python2.7/site-packages/py/_code/_assertionnew.pyo /usr/lib/python2.7/site-packages/py/_code/_assertionold.py /usr/lib/python2.7/site-packages/py/_code/_assertionold.pyc /usr/lib/python2.7/site-packages/py/_code/_assertionold.pyo /usr/lib/python2.7/site-packages/py/_code/_py2traceback.py /usr/lib/python2.7/site-packages/py/_code/_py2traceback.pyc /usr/lib/python2.7/site-packages/py/_code/_py2traceback.pyo /usr/lib/python2.7/site-packages/py/_code/assertion.py /usr/lib/python2.7/site-packages/py/_code/assertion.pyc /usr/lib/python2.7/site-packages/py/_code/assertion.pyo /usr/lib/python2.7/site-packages/py/_code/code.py /usr/lib/python2.7/site-packages/py/_code/code.pyc /usr/lib/python2.7/site-packages/py/_code/code.pyo /usr/lib/python2.7/site-packages/py/_code/source.py /usr/lib/python2.7/site-packages/py/_code/source.pyc /usr/lib/python2.7/site-packages/py/_code/source.pyo /usr/lib/python2.7/site-packages/py/_error.py /usr/lib/python2.7/site-packages/py/_error.pyc /usr/lib/python2.7/site-packages/py/_error.pyo /usr/lib/python2.7/site-packages/py/_io /usr/lib/python2.7/site-packages/py/_io/__init__.py /usr/lib/python2.7/site-packages/py/_io/__init__.pyc /usr/lib/python2.7/site-packages/py/_io/__init__.pyo /usr/lib/python2.7/site-packages/py/_io/capture.py /usr/lib/python2.7/site-packages/py/_io/capture.pyc /usr/lib/python2.7/site-packages/py/_io/capture.pyo /usr/lib/python2.7/site-packages/py/_io/saferepr.py /usr/lib/python2.7/site-packages/py/_io/saferepr.pyc /usr/lib/python2.7/site-packages/py/_io/saferepr.pyo /usr/lib/python2.7/site-packages/py/_io/terminalwriter.py /usr/lib/python2.7/site-packages/py/_io/terminalwriter.pyc /usr/lib/python2.7/site-packages/py/_io/terminalwriter.pyo /usr/lib/python2.7/site-packages/py/_log /usr/lib/python2.7/site-packages/py/_log/__init__.py /usr/lib/python2.7/site-packages/py/_log/__init__.pyc /usr/lib/python2.7/site-packages/py/_log/__init__.pyo /usr/lib/python2.7/site-packages/py/_log/log.py /usr/lib/python2.7/site-packages/py/_log/log.pyc /usr/lib/python2.7/site-packages/py/_log/log.pyo /usr/lib/python2.7/site-packages/py/_log/warning.py /usr/lib/python2.7/site-packages/py/_log/warning.pyc /usr/lib/python2.7/site-packages/py/_log/warning.pyo /usr/lib/python2.7/site-packages/py/_path /usr/lib/python2.7/site-packages/py/_path/__init__.py /usr/lib/python2.7/site-packages/py/_path/__init__.pyc /usr/lib/python2.7/site-packages/py/_path/__init__.pyo /usr/lib/python2.7/site-packages/py/_path/cacheutil.py /usr/lib/python2.7/site-packages/py/_path/cacheutil.pyc /usr/lib/python2.7/site-packages/py/_path/cacheutil.pyo /usr/lib/python2.7/site-packages/py/_path/common.py /usr/lib/python2.7/site-packages/py/_path/common.pyc /usr/lib/python2.7/site-packages/py/_path/common.pyo /usr/lib/python2.7/site-packages/py/_path/local.py /usr/lib/python2.7/site-packages/py/_path/local.pyc /usr/lib/python2.7/site-packages/py/_path/local.pyo /usr/lib/python2.7/site-packages/py/_path/svnurl.py /usr/lib/python2.7/site-packages/py/_path/svnurl.pyc /usr/lib/python2.7/site-packages/py/_path/svnurl.pyo /usr/lib/python2.7/site-packages/py/_path/svnwc.py /usr/lib/python2.7/site-packages/py/_path/svnwc.pyc /usr/lib/python2.7/site-packages/py/_path/svnwc.pyo /usr/lib/python2.7/site-packages/py/_process /usr/lib/python2.7/site-packages/py/_process/__init__.py /usr/lib/python2.7/site-packages/py/_process/__init__.pyc /usr/lib/python2.7/site-packages/py/_process/__init__.pyo /usr/lib/python2.7/site-packages/py/_process/cmdexec.py /usr/lib/python2.7/site-packages/py/_process/cmdexec.pyc /usr/lib/python2.7/site-packages/py/_process/cmdexec.pyo /usr/lib/python2.7/site-packages/py/_process/forkedfunc.py /usr/lib/python2.7/site-packages/py/_process/forkedfunc.pyc /usr/lib/python2.7/site-packages/py/_process/forkedfunc.pyo /usr/lib/python2.7/site-packages/py/_process/killproc.py /usr/lib/python2.7/site-packages/py/_process/killproc.pyc /usr/lib/python2.7/site-packages/py/_process/killproc.pyo /usr/lib/python2.7/site-packages/py/_std.py /usr/lib/python2.7/site-packages/py/_std.pyc /usr/lib/python2.7/site-packages/py/_std.pyo /usr/lib/python2.7/site-packages/py/_vendored_packages /usr/lib/python2.7/site-packages/py/_vendored_packages/__init__.py /usr/lib/python2.7/site-packages/py/_vendored_packages/__init__.pyc /usr/lib/python2.7/site-packages/py/_vendored_packages/__init__.pyo /usr/lib/python2.7/site-packages/py/_vendored_packages/apipkg.py /usr/lib/python2.7/site-packages/py/_vendored_packages/apipkg.pyc /usr/lib/python2.7/site-packages/py/_vendored_packages/apipkg.pyo /usr/lib/python2.7/site-packages/py/_vendored_packages/iniconfig.py /usr/lib/python2.7/site-packages/py/_vendored_packages/iniconfig.pyc /usr/lib/python2.7/site-packages/py/_vendored_packages/iniconfig.pyo /usr/lib/python2.7/site-packages/py/_version.py /usr/lib/python2.7/site-packages/py/_version.pyc /usr/lib/python2.7/site-packages/py/_version.pyo /usr/lib/python2.7/site-packages/py/_xmlgen.py /usr/lib/python2.7/site-packages/py/_xmlgen.pyc /usr/lib/python2.7/site-packages/py/_xmlgen.pyo /usr/lib/python2.7/site-packages/py/test.py /usr/lib/python2.7/site-packages/py/test.pyc /usr/lib/python2.7/site-packages/py/test.pyo /usr/share/doc/packages/python2-py /usr/share/doc/packages/python2-py/README.rst /usr/share/licenses/python2-py /usr/share/licenses/python2-py/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:27:19 2024