!3 Update package to version 0.5

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-12-05 01:27:50 +00:00 committed by Gitee
commit ad11fa6e9c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 5 deletions

Binary file not shown.

BIN
editables-0.5.tar.gz Normal file

Binary file not shown.

View File

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