- Update to 1.2.0:

* Refreshed packaging.
  * Require Python 3.7 or later.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-backports.entry_points_selectable?expand=0&rev=7
This commit is contained in:
Daniel Garcia 2023-05-08 11:08:21 +00:00 committed by Git OBS Bridge
parent b8e5645c85
commit 99bf8e168c
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:914b21a479fde881635f7af5adc7f6e38d6b274be32269070c53b698c60d5386
size 8806

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4706f59179657ca7c1d325a543ee1370f8f46331f432bcac62fab242fdf0afa5
size 9179

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 8 11:07:05 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 1.2.0:
* Refreshed packaging.
* Require Python 3.7 or later.
-------------------------------------------------------------------
Fri Apr 21 12:22:31 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -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