update to 0.4

This commit is contained in:
baizg1107 2022-07-08 15:13:01 +08:00
parent d2b0cbc0a7
commit 19bc6c8a7b
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
entrypoints-0.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: python-entrypoints
Version: 0.2.3
Release: 12
Version: 0.4
Release: 1
Summary: Discover and load entry points from installed packages
License: MIT
URL: https://entrypoints.readthedocs.io/
@ -37,13 +37,16 @@ make html PYTHON="%{__python3}" SPHINXBUILD=sphinx-build-%{python3_version}
find %{_builddir}/entrypoints-%{version} -type f -name .buildinfo -delete
%install
%py3_install_wheel entrypoints-%{version}-py2.py3-none-any.whl
%py3_install_wheel entrypoints-%{version}-py3-none-any.whl
%files -n python3-entrypoints
%doc LICENSE doc/_build/html
%{python3_sitelib}/*
%changelog
* Thu Jul 7 2022 baizhonggui <baizhonggui@h-partners.com> - 0.4-1
- Update to 0.4
* Wed Aug 12 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 0.2.3-12
- Add compilation dependency