!5 Update to 0.4

From: @bzg1107 
Reviewed-by: @ruebb 
Signed-off-by: @ruebb
This commit is contained in:
openeuler-ci-bot 2022-07-11 11:20:41 +00:00 committed by Gitee
commit aca8d54f74
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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