diff --git a/editables-0.3.tar.gz b/editables-0.3.tar.gz deleted file mode 100644 index 5d604ab..0000000 Binary files a/editables-0.3.tar.gz and /dev/null differ diff --git a/editables-0.5.tar.gz b/editables-0.5.tar.gz new file mode 100644 index 0000000..6a1e8ce Binary files /dev/null and b/editables-0.5.tar.gz differ diff --git a/python-editables.spec b/python-editables.spec index 00cf190..ea525dd 100644 --- a/python-editables.spec +++ b/python-editables.spec @@ -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 - 0.5-1 +- Update package to version 0.5 + * Thu Apr 13 2023 caodongxia - 0.3-1 - Package init