diff --git a/entrypoints-0.2.3.tar.gz b/entrypoints-0.2.3.tar.gz deleted file mode 100644 index e051a3a..0000000 Binary files a/entrypoints-0.2.3.tar.gz and /dev/null differ diff --git a/entrypoints-0.4.tar.gz b/entrypoints-0.4.tar.gz new file mode 100644 index 0000000..75514ec Binary files /dev/null and b/entrypoints-0.4.tar.gz differ diff --git a/python-entrypoints.spec b/python-entrypoints.spec index 40a0a4c..e5a149e 100644 --- a/python-entrypoints.spec +++ b/python-entrypoints.spec @@ -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 - 0.4-1 +- Update to 0.4 + * Wed Aug 12 2020 zhangjiapeng - 0.2.3-12 - Add compilation dependency