SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-path-13.2.0-2.6.noarch.rpm :

* Wed Mar 11 2020 Marketa Calabkova - update to version 13.2.0
* Require Python 3.6 or later.
* Tue Dec 03 2019 Matej Cepl - Update to 13.1.0: - #170: Added read_text and read_bytes methods to align with pathlib behavior. Deprecated text method. If you require newline normalization of text, use jaraco.text.normalize_newlines(Path.read_text()). - #169: Renamed package from path.py to path. The docs make reference to a pet name \"path pie\" for easier discovery. - #169: Moved project at GitHub from jaraco/path.py to jaraco/path. - #171: Fixed exception in rmdir_p when target is not empty. - #174: Rely on importlib.metadata on Python 3.8. - Refreshed package metadata.- Rename of the package from path.py to path.
* Mon Oct 21 2019 Tomáš Chvátal - Add patch to build with pytest5:
* pytest5.patch
* Fri Jul 26 2019 Matej Cepl - Update to 12.0.1: - #166: Removed \'universal\' wheel support. - #148: Dropped support for Python 2.7 and 3.4. Moved \'path\' into a package.
* Fri Jul 19 2019 Tomáš Chvátal - Update to 11.5.2:
* #163: Corrected \'pymodules\' typo in package declaration.
* Fri Jul 19 2019 Tomáš Chvátal - Restrict version requirement on pytest to <5.x for now
* Tue Feb 26 2019 Tomáš Chvátal - Add missing python2 dependency on backports.os
* Tue Feb 26 2019 Tomáš Chvátal - Update to 11.5.0:
* Many fixes all around for detailed list see CHANGES.rst- Use multibuild to avoid buildcycles
* Tue Jul 04 2017 aloisioAATTgmx.com- Update to version 10.3.1
* #124: Fixed ``rmdir_p`` raising ``FileNotFoundError`` when directory does not exist on Windows. 10.3:
* #115: Added a new performance-optimized implementation for listdir operations, optimizing ``listdir``, ``walk``, ``walkfiles``, ``walkdirs``, and ``fnmatch``, presented as the ``FastPath`` class. Please direct feedback on this implementation to the ticket, especially if the performance benefits justify it replacing the default ``Path`` class. 10.2:
* Symlink no longer requires the ``newlink`` parameter and will default to the basename of the target in the current working directory. 10.1:
* #123: Implement ``Path.__fspath__`` per PEP 519. 10.0:
* Once again as in 8.0 remove deprecated ``path.path``. 9.1:
* #121: Removed workaround for #61 added in 5.2. ``path.py`` now only supports file system paths that can be effectively decoded to text. It is the responsibility of the system implementer to ensure that filenames on the system are decodeable by ``sys.getfilesystemencoding()``. 9.0:
* Drop support for Python 2.6 and 3.2 as integration dependencies (pip) no longer support these versions. 8.3:
* Merge with latest skeleton, adding badges and test runs by default under tox instead of pytest-runner.
* Documentation is no longer hosted with PyPI. 8.2.1:
* #112: Update Travis CI usage to only deploy on Python 3.5. 8.2:
* Refreshed project metadata based on `jaraco\'s project skeleton _.
* Releases are now automatically published via Travis-CI.
* #111: More aggressively trap errors when importing ``pkg_resources``. 8.1.2:
* #105: By using unicode literals, avoid errors rendering the backslash in __get_owner_windows.- Converted to single-spec
* Tue Jul 04 2017 aloisioAATTgmx.com- Update to version 10.3.1 (see CHANGES.rst)
 
ICM