!17 Update package to version 16.6.0
From: @jxy_git Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
1392c99118
Binary file not shown.
BIN
path-16.6.0.tar.gz
Normal file
BIN
path-16.6.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-path
|
Name: python-path
|
||||||
Version: 16.5.0
|
Version: 16.6.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Python module wrapper for path
|
Summary: Python module wrapper for path
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jaraco/path
|
URL: https://github.com/jaraco/path
|
||||||
Source0: https://files.pythonhosted.org/packages/fb/e6/dd02249a59d14aa23509591f95ec7d6468fdbddfc6f8b482ad147741c1be/path-16.5.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/0a/52/94faab34ea4ddff296d99d32d16a7c342f70b1cd0f1d1d65b49e2a04b7a6/path-16.6.0.tar.gz
|
||||||
Patch0: 0001-add-setup-file.patch
|
Patch0: 0001-add-setup-file.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ This package implements path objects as first-class entities,
|
|||||||
allowing common operations on files to be invoked on those path objects directly.
|
allowing common operations on files to be invoked on those path objects directly.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n path-%{version}
|
%autosetup -p1 -n path-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -76,6 +76,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 16 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 16.6.0-1
|
||||||
|
- Update package to version 16.6.0
|
||||||
|
|
||||||
* Tue Nov 22 2022 wangjunqi <wangjunqi@kylinos.cn> - 16.5.0-1
|
* Tue Nov 22 2022 wangjunqi <wangjunqi@kylinos.cn> - 16.5.0-1
|
||||||
- Update package to version 16.5.0
|
- Update package to version 16.5.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user