diff --git a/entrypoints-0.3.tar.gz b/entrypoints-0.3.tar.gz deleted file mode 100644 index 7f16a12..0000000 --- a/entrypoints-0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c70dd71abe5a8c85e55e12c19bd91ccfeec11a6e99044204511f9ed547d48451 -size 12315 diff --git a/entrypoints-0.4.tar.gz b/entrypoints-0.4.tar.gz new file mode 100644 index 0000000..1af2429 --- /dev/null +++ b/entrypoints-0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b706eddaa9218a19ebcd67b56818f05bb27589b1ca9e8d797b74affad4ccacd4 +size 13974 diff --git a/python-entrypoints.changes b/python-entrypoints.changes index 55cadf7..2c28d4e 100644 --- a/python-entrypoints.changes +++ b/python-entrypoints.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Oct 6 14:25:37 UTC 2022 - Dirk Müller + +- update to 0.4: + * Use set comprehension + * Fix link to entry_points + * Treat editable installs as Distributions too + * Document motvation / constrast to pkg_resources + * Switch build-backend to flit_core + ------------------------------------------------------------------- Mon Mar 16 10:30:18 UTC 2020 - Tomáš Chvátal diff --git a/python-entrypoints.spec b/python-entrypoints.spec index 2b2b246..bacb6e3 100644 --- a/python-entrypoints.spec +++ b/python-entrypoints.spec @@ -1,7 +1,7 @@ # # spec file for package python-entrypoints # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,14 +19,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-entrypoints -Version: 0.3 +Version: 0.4 Release: 0 Summary: Discover and load entry points from installed packages License: MIT URL: https://github.com/takluyver/entrypoints Source: https://files.pythonhosted.org/packages/source/e/entrypoints/entrypoints-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module flit-core} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -52,10 +54,10 @@ plugins, or multiple groups if it has different kinds of plugins. %setup -q -n entrypoints-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -65,6 +67,6 @@ plugins, or multiple groups if it has different kinds of plugins. %license LICENSE %{python_sitelib}/entrypoints.py* %pycache_only %{python_sitelib}/__pycache__/entrypoints*.py* -%{python_sitelib}/entrypoints-%{version}-py*.egg-info +%{python_sitelib}/entrypoints-%{version}.dist-info %changelog