6 Commits

Author SHA256 Message Date
4fb5be17ef 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
773ed2ec6d Accepting request 1299208 from home:glaubitz:branches:devel:languages:python
- Update to 17.1.1
  * Fixed TempDir constructor arguments. (#236)

OBS-URL: https://build.opensuse.org/request/show/1299208
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
0f6839a005 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
a013e2c339 Accepting request 1235165 from home:glaubitz:branches:devel:languages:python
- Update to 17.1.0
  * Fully inlined the type annotations.

OBS-URL: https://build.opensuse.org/request/show/1235165
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
504ca0222b 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
ef31f33d51 - 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 32 additions and 5 deletions

View File

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

3
path-17.1.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
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>
- Update to 17.1.0
* Fully inlined the type annotations.
-------------------------------------------------------------------
Sun Aug 18 16:59:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Mon Apr 15 08:25:30 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-path
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
%define modname path
%{?sle15_python_module_pythons}
Name: python-path%{psuffix}
Version: 16.14.0
Version: 17.1.1
Release: 0
Summary: A module wrapper for os.path
License: MIT