Update package to version 0.5

This commit is contained in:
jxy_git 2023-12-04 16:25:12 +08:00
parent 352ddf0a1d
commit 14f4b4ab49
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