Update package to version 16.6.0
This commit is contained in:
parent
a352121641
commit
772195284d
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
|
||||
Name: python-path
|
||||
Version: 16.5.0
|
||||
Version: 16.6.0
|
||||
Release: 1
|
||||
Summary: Python module wrapper for path
|
||||
License: MIT
|
||||
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
|
||||
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.
|
||||
|
||||
%prep
|
||||
%autosetup -n path-%{version}
|
||||
%autosetup -p1 -n path-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -76,6 +76,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Update package to version 16.5.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user