!6 update to version 0.4

From: @wang--ge 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2022-10-20 11:03:29 +00:00 committed by Gitee
commit 54ab9eaed9
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 Oct 20 2022 Ge Wang <wangge@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