SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python39-path-16.4.0-1.1.noarch.rpm :

* Wed Mar 30 2022 Ben Greiner - update to version 16.4.0
* #207: Added type hints and declare the library as typed.- Release 16.3.0
* Require Python 3.7 or later.
* #205: test_listdir_other_encoding now automatically skips itself on file systems where it\'s not appropriate.- Release 16.2.0
* Deprecated passing bytes to write_text. Instead, users should call write_bytes.- Release 16.1.0
* #204: Improved test coverage across the package to 99%, fixing bugs in uncovered code along the way.- Release 16.0.0
* #200: TempDir context now cleans up unconditionally, even if an exception occurs.- Release 15.1.2
* #199: Fixed broken link in README.- Release 15.1.1
* Refreshed package metadata.- Release 15.1.0
* Added ExtantPath and ExtantFile objects that raise errors when they reference a non-existent path or file.- Release 15.0.1
* Refreshed package metadata.- Release 15.0.0
* Removed __version__ property. To determine the version, use importlib.metadata.version(\'path\').- Release 14.0.1
* Fixed regression on Python 3.7 and earlier where lru_cache did not support a user function.- Release 14.0.0
* Removed namebase property. Use stem instead.
* Removed update parameter on method to Path.merge_tree. Instead, to only copy newer files, provide a wrapped copy function, as described in the doc string.
* Removed FastPath. Just use Path.
* Removed path.CaseInsensitivePattern. Instead use path.matchers.CaseInsensitive.
* Removed path.tempdir. Use path.TempDir.
* #154: Added Traversal class and support for customizing the behavior of a Path.walk.- Release 13.3.0
* #186: Fix test failures on Python 3.8 on Windows by relying on realpath() instead of readlink().
* #189: realpath() now honors symlinks on Python 3.7 and earlier, approximating the behavior found on Python 3.8.
* #187: lines() no longer relies on the deprecated .text().
* 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
 
ICM