update to version 0.4
This commit is contained in:
parent
d2b0cbc0a7
commit
3313834adb
Binary file not shown.
BIN
entrypoints-0.4.tar.gz
Normal file
BIN
entrypoints-0.4.tar.gz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: python-entrypoints
|
Name: python-entrypoints
|
||||||
Version: 0.2.3
|
Version: 0.4
|
||||||
Release: 12
|
Release: 1
|
||||||
Summary: Discover and load entry points from installed packages
|
Summary: Discover and load entry points from installed packages
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://entrypoints.readthedocs.io/
|
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
|
find %{_builddir}/entrypoints-%{version} -type f -name .buildinfo -delete
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install_wheel entrypoints-%{version}-py2.py3-none-any.whl
|
%py3_install_wheel entrypoints-%{version}-py3-none-any.whl
|
||||||
|
|
||||||
%files -n python3-entrypoints
|
%files -n python3-entrypoints
|
||||||
%doc LICENSE doc/_build/html
|
%doc LICENSE doc/_build/html
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 12 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 0.2.3-12
|
||||||
- Add compilation dependency
|
- Add compilation dependency
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user