Update package to version 0.5
This commit is contained in:
parent
352ddf0a1d
commit
14f4b4ab49
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
|
Name: python-editables
|
||||||
Version: 0.3
|
Version: 0.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Editable installations
|
Summary: Editable installations
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -11,6 +11,9 @@ BuildArch: noarch
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-wheel
|
||||||
|
BuildRequires: python3-flit
|
||||||
|
|
||||||
%global common_description %{expand:
|
%global common_description %{expand:
|
||||||
A Python library for creating “editable wheels”
|
A Python library for creating “editable wheels”
|
||||||
@ -32,17 +35,19 @@ Summary: %{summary}
|
|||||||
dos2unix -c ascii README.md
|
dos2unix -c ascii README.md
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%pyproject_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%pyproject_install
|
||||||
|
|
||||||
%files -n python3-editables
|
%files -n python3-editables
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python3_sitelib}/editables
|
%{python3_sitelib}/*
|
||||||
%{python3_sitelib}/editables-%{version}*-info
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 13 2023 caodongxia <caodongxia@h-partners.com> - 0.3-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user