!3 Update package to version 0.5
From: @jxy_git Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
ad11fa6e9c
Binary file not shown.
BIN
editables-0.5.tar.gz
Normal file
BIN
editables-0.5.tar.gz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
Name: python-editables
|
||||
Version: 0.3
|
||||
Version: 0.5
|
||||
Release: 1
|
||||
Summary: Editable installations
|
||||
License: MIT
|
||||
@ -11,6 +11,9 @@ BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-flit
|
||||
|
||||
%global common_description %{expand:
|
||||
A Python library for creating “editable wheels”
|
||||
@ -32,17 +35,19 @@ Summary: %{summary}
|
||||
dos2unix -c ascii README.md
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
%pyproject_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
%pyproject_install
|
||||
|
||||
%files -n python3-editables
|
||||
%doc README.md
|
||||
%license LICENSE.txt
|
||||
%{python3_sitelib}/editables
|
||||
%{python3_sitelib}/editables-%{version}*-info
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 04 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.5-1
|
||||
- Update package to version 0.5
|
||||
|
||||
* Thu Apr 13 2023 caodongxia <caodongxia@h-partners.com> - 0.3-1
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user