15
0
forked from pool/python-path

4 Commits

Author SHA256 Message Date
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
4 changed files with 4 additions and 10 deletions

BIN
path-17.1.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dfcbfec8b4d960f3469c52acf133113c2a8bf12ac7b98d629fa91af87248d42
size 50528

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Wed Aug 13 09:16:37 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 17.1.1
* Fixed TempDir constructor arguments. (#236)
-------------------------------------------------------------------
Mon Jan 6 11:38:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -27,7 +27,7 @@
%define modname path
%{?sle15_python_module_pythons}
Name: python-path%{psuffix}
Version: 17.1.1
Version: 17.1.0
Release: 0
Summary: A module wrapper for os.path
License: MIT