Update package to version 16.6.0

This commit is contained in:
jxy_git 2022-12-16 15:10:47 +08:00
parent a352121641
commit 772195284d
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
path-16.6.0.tar.gz Normal file

Binary file not shown.

View File

@ -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