30 Commits

Author SHA256 Message Date
81513626cb Accepting request 1299241 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1299241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-path?expand=0&rev=13
2025-08-14 09:36:11 +00:00
e68c761930 - Update to 17.1.1
* Fixed TempDir constructor arguments. (#236)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=29
2025-08-13 13:12:25 +00:00
8260394937 Accepting request 1235177 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1235177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-path?expand=0&rev=12
2025-01-07 19:50:01 +00:00
e6fcd63825 - Update to 17.1.0
* Fully inlined the type annotations.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=27
2025-01-06 12:46:08 +00:00
875582484f Accepting request 1194573 from devel:languages:python
- update to 17.0.0:
  * Removed deprecated methods getcwd, abspath, ext, listdir,
    isdir, isfile, and text.
  * Removed deprecated support for passing bytes to write_text
    and write_lines(linesep=) parameter.
  * Implement .replace.
  * Add .home classmethod.
  * Replaced 'open' overloads with 'functools.wraps(open)' for
    simple re-use.
  * Add type hints for .with_name, .suffix, .with_stem.
  * Add type hint for .absolute.

OBS-URL: https://build.opensuse.org/request/show/1194573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-path?expand=0&rev=11
2024-08-29 13:42:29 +00:00
cdf61e2aab - update to 17.0.0:
* Removed deprecated methods getcwd, abspath, ext, listdir,
    isdir, isfile, and text.
  * Removed deprecated support for passing bytes to write_text
    and write_lines(linesep=) parameter.
  * Implement .replace.
  * Add .home classmethod.
  * Replaced 'open' overloads with 'functools.wraps(open)' for
    simple re-use.
  * Add type hints for .with_name, .suffix, .with_stem.
  * Add type hint for .absolute.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=25
2024-08-18 16:59:22 +00:00
a4f6677284 Accepting request 1167772 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1167772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-path?expand=0&rev=10
2024-04-16 18:03:11 +00:00
5493df1ca4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=23 2024-04-15 08:25:35 +00:00
37bb259a8b Accepting request 1165959 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1165959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-path?expand=0&rev=9
2024-04-07 20:04:44 +00:00
faa24e2368 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=21 2024-04-07 09:33:57 +00:00
a73b03aa02 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=20
2024-04-06 12:09:00 +00:00
49f8d24977 Accepting request 1146655 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1146655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-path?expand=0&rev=8
2024-02-15 19:59:29 +00:00
7bfcbddfac - update to 16.10.0:
* Added .with_name and .with_stem.
  * Prefer .suffix to .ext and deprecate .ext.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=18
2024-02-07 20:16:28 +00:00
0168f2f036 Accepting request 1136260 from devel:languages:python
- 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.

- Update to version 16.6.0
- Update to version 16.5.0
  * Removed path.path. Clients must now refer to the canonical
  * Added support for resolving certain directories on a system to
  * In order to support "multipath" results, where multiple paths

OBS-URL: https://build.opensuse.org/request/show/1136260
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-path?expand=0&rev=7
2024-01-05 21:58:47 +00:00
196ca7c819 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=16 2024-01-02 19:11:31 +00:00
ceb383c65c - 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.
- Update to version 16.6.0
- Update to version 16.5.0
  * Removed path.path. Clients must now refer to the canonical
  * Added support for resolving certain directories on a system to
  * In order to support "multipath" results, where multiple paths

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=15
2024-01-02 19:10:49 +00:00
79020465da Accepting request 1081844 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-path?expand=0&rev=6
2023-04-22 19:59:51 +00:00
4523b1aa73 Accepting request 1081512 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081512
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=13
2023-04-21 14:17:08 +00:00
69f69b59b9 Accepting request 1041240 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1041240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-path?expand=0&rev=5
2022-12-08 15:50:05 +00:00
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
972eba74e3 Accepting request 1010372 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1010372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-path?expand=0&rev=4
2022-10-14 13:40:15 +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
c1fc0d5bad Accepting request 966225 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/966225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-path?expand=0&rev=3
2022-04-03 19:30:31 +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
4048d05d9f Accepting request 784138 from devel:languages:python
- update to version 13.2.0
  * Require Python 3.6 or later.

OBS-URL: https://build.opensuse.org/request/show/784138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-path?expand=0&rev=2
2020-03-26 23:20:31 +00:00
Tomáš Chvátal
e91399502a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=5 2020-03-12 06:28:16 +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
fc384e19a1 Accepting request 753280 from devel:languages:python
Introduction of new package to Factory.

OBS-URL: https://build.opensuse.org/request/show/753280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-path?expand=0&rev=1
2019-12-04 12:53:26 +00:00
20fef6ede9 Fix tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=2
2019-12-03 14:55:45 +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