Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4fb5be17ef | |||
| 773ed2ec6d | |||
| 0f6839a005 | |||
| a013e2c339 | |||
| 504ca0222b | |||
| ef31f33d51 |
@@ -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
3
path-17.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dfcbfec8b4d960f3469c52acf133113c2a8bf12ac7b98d629fa91af87248d42
|
||||
size 50528
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user