Commit Graph

5 Commits

Author SHA256 Message Date
d3ec78f02d Accepting request 1041218 from home:yarunachalam:branches:devel:languages:python
- Update to version 16.6.0 
  * .mtime and .atime are now settable.

OBS-URL: https://build.opensuse.org/request/show/1041218
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=11
2022-12-07 21:29:27 +00:00
7dc2908260 Accepting request 1010258 from home:yarunachalam:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1010258
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=9
2022-10-13 06:58:02 +00:00
14d1c60c56 Accepting request 966073 from home:bnavigator:branches:devel:languages:python
- 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().

OBS-URL: https://build.opensuse.org/request/show/966073
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=7
2022-03-31 12:56:15 +00:00
Tomáš Chvátal
82ae853f07 Accepting request 783946 from home:mcalabkova:branches:devel:languages:python
- update to version 13.2.0
  * Require Python 3.6 or later.

OBS-URL: https://build.opensuse.org/request/show/783946
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=4
2020-03-11 15:58:40 +00:00
716e05f159 Accepting request 753240 from devel:languages:python
Rename package.

OBS-URL: https://build.opensuse.org/request/show/753240
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=1
2019-12-03 13:06:24 +00:00