diff --git a/backports.entry_points_selectable-1.1.1.tar.gz b/backports.entry_points_selectable-1.1.1.tar.gz deleted file mode 100644 index f7ce67d..0000000 --- a/backports.entry_points_selectable-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:914b21a479fde881635f7af5adc7f6e38d6b274be32269070c53b698c60d5386 -size 8806 diff --git a/backports.entry_points_selectable-1.2.0.tar.gz b/backports.entry_points_selectable-1.2.0.tar.gz new file mode 100644 index 0000000..ec82759 --- /dev/null +++ b/backports.entry_points_selectable-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4706f59179657ca7c1d325a543ee1370f8f46331f432bcac62fab242fdf0afa5 +size 9179 diff --git a/python-backports.entry_points_selectable.changes b/python-backports.entry_points_selectable.changes index d6a3262..029b987 100644 --- a/python-backports.entry_points_selectable.changes +++ b/python-backports.entry_points_selectable.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 8 11:07:05 UTC 2023 - Daniel Garcia + +- Update to 1.2.0: + * Refreshed packaging. + * Require Python 3.7 or later. + ------------------------------------------------------------------- Fri Apr 21 12:22:31 UTC 2023 - Dirk Müller diff --git a/python-backports.entry_points_selectable.spec b/python-backports.entry_points_selectable.spec index 13b5f7c..e31db33 100644 --- a/python-backports.entry_points_selectable.spec +++ b/python-backports.entry_points_selectable.spec @@ -16,21 +16,22 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 %{?sle15_python_module_pythons} Name: python-backports.entry_points_selectable -Version: 1.1.1 +Version: 1.2.0 Release: 0 Summary: Compatibility shim providing selectable entry points for older implementations License: MIT URL: https://github.com/jaraco/backports.entry_points_selectable Source: https://files.pythonhosted.org/packages/source/b/backports.entry_points_selectable/backports.entry_points_selectable-%{version}.tar.gz BuildRequires: %{python_module importlib-metadata if %python-base < 3.7} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest >= 4.6} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module toml} +BuildRequires: %{python_module wheel} %if %{with python2} BuildRequires: python-backports %endif @@ -49,10 +50,10 @@ Compatibility shim providing selectable entry points for older implementations %autosetup -p1 -n backports.entry_points_selectable-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install # PEP-420 allows implicit packages without an additional __init__.py for python >= 3.3, # gh#jaraco/backports.entry_points_selectable#5