15
0
forked from pool/python-path

- 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
This commit is contained in:
2024-02-07 20:16:28 +00:00
committed by Git OBS Bridge
parent 196ca7c819
commit 7bfcbddfac
4 changed files with 12 additions and 5 deletions

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

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Feb 7 20:16:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 16.10.0:
* Added .with_name and .with_stem.
* Prefer .suffix to .ext and deprecate .ext.
-------------------------------------------------------------------
Tue Jan 2 19:09:13 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,5 +1,5 @@
#
# spec file
# spec file for package python-path
#
# Copyright (c) 2024 SUSE LLC
#
@@ -27,7 +27,7 @@
%define modname path
%{?sle15_python_module_pythons}
Name: python-path%{psuffix}
Version: 16.9.0
Version: 16.10.0
Release: 0
Summary: A module wrapper for os.path
License: MIT