Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-path-16.14.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-path Distribution: openSUSE Tumbleweed
Version: 16.14.0 Vendor: openSUSE
Release: 1.1 Build date: Mon Apr 15 10:25:30 2024
Group: Unspecified Build host: reproducible
Size: 237022 Source RPM: python-path-16.14.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jaraco/path
Summary: A module wrapper for os.path
The path package implements a path objects as first-class
entities, allowing common operations on files to be invoked
on those path objects directly.

Provides

Requires

License

MIT

Changelog

* Mon Apr 15 2024 Dirk Müller <dmueller@suse.com>
  - update to 16.14.0:
    * Add .symlink_to and .hardlink_to.
    * Add .cwd method and deprecated .getcwd.
    * Create 'absolute' method and deprecate 'abspath'.
    * In readlink, prefer the display path to the substitute path.
* Sat Apr 06 2024 Dirk Müller <dmueller@suse.com>
  - update to 16.12.1:
    * Restore functionality in .isdir and .isfile.
    * Added .is_dir and .is_file for parity with pathlib.
      Deprecates .isdir and .isfile.
    * Inlined some types.
    * Fix iterdir - it also accepts match. Ref #220.
    * Add type annotation for iterdir.
* Wed Feb 07 2024 Dirk Müller <dmueller@suse.com>
  - update to 16.10.0:
    * Added .with_name and .with_stem.
    * Prefer .suffix to .ext and deprecate .ext.
* Tue Jan 02 2024 Dirk Müller <dmueller@suse.com>
  - update to 16.9.0:
    * Features - Added Path.iterdir() and deprecated
      Path.listdir().
    * Use '.' as the default path.
    * Set stacklevel=2 in deprecation warning for .text.
    * Added .permissions attribute.
    * Require Python 3.8 or later.
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Wed Dec 07 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to version 16.6.0
    * .mtime and .atime are now settable.
* Wed Oct 12 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to version 16.5.0
    * Refreshed packaging.
    [#197]: Fixed default argument rendering in docs.
    [#209]: Refactored write_lines to re-use open semantics. Deprecated the linesep parameter.
* Wed Mar 30 2022 Ben Greiner <code@bnavigator.de>
  - 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 <mcalabkova@suse.com>
  - update to version 13.2.0
    * Require Python 3.6 or later.

Files

/usr/lib/python3.10/site-packages/path
/usr/lib/python3.10/site-packages/path-16.14.0.dist-info
/usr/lib/python3.10/site-packages/path-16.14.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/path-16.14.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/path-16.14.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/path-16.14.0.dist-info/RECORD
/usr/lib/python3.10/site-packages/path-16.14.0.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/path-16.14.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/path-16.14.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/path/__init__.py
/usr/lib/python3.10/site-packages/path/__init__.pyi
/usr/lib/python3.10/site-packages/path/__pycache__
/usr/lib/python3.10/site-packages/path/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/path/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/path/__pycache__/classes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/path/__pycache__/classes.cpython-310.pyc
/usr/lib/python3.10/site-packages/path/__pycache__/masks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/path/__pycache__/masks.cpython-310.pyc
/usr/lib/python3.10/site-packages/path/__pycache__/matchers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/path/__pycache__/matchers.cpython-310.pyc
/usr/lib/python3.10/site-packages/path/classes.py
/usr/lib/python3.10/site-packages/path/classes.pyi
/usr/lib/python3.10/site-packages/path/compat
/usr/lib/python3.10/site-packages/path/compat/__pycache__
/usr/lib/python3.10/site-packages/path/compat/__pycache__/py38.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/path/compat/__pycache__/py38.cpython-310.pyc
/usr/lib/python3.10/site-packages/path/compat/py38.py
/usr/lib/python3.10/site-packages/path/masks.py
/usr/lib/python3.10/site-packages/path/matchers.py
/usr/lib/python3.10/site-packages/path/matchers.pyi
/usr/lib/python3.10/site-packages/path/py.typed
/usr/share/doc/packages/python310-path
/usr/share/doc/packages/python310-path/NEWS.rst
/usr/share/doc/packages/python310-path/README.rst
/usr/share/licenses/python310-path
/usr/share/licenses/python310-path/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:23:08 2024