forked from pool/python-path
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 81513626cb | |||
| e68c761930 | |||
| 8260394937 | |||
| e6fcd63825 |
BIN
path-17.0.0.tar.gz
LFS
BIN
path-17.0.0.tar.gz
LFS
Binary file not shown.
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,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sun Aug 18 16:59:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-path
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
%define modname path
|
%define modname path
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-path%{psuffix}
|
Name: python-path%{psuffix}
|
||||||
Version: 17.0.0
|
Version: 17.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A module wrapper for os.path
|
Summary: A module wrapper for os.path
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user