- 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:
parent
b8e5645c85
commit
99bf8e168c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:914b21a479fde881635f7af5adc7f6e38d6b274be32269070c53b698c60d5386
|
|
||||||
size 8806
|
|
3
backports.entry_points_selectable-1.2.0.tar.gz
Normal file
3
backports.entry_points_selectable-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4706f59179657ca7c1d325a543ee1370f8f46331f432bcac62fab242fdf0afa5
|
||||||
|
size 9179
|
@ -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>
|
Fri Apr 21 12:22:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -16,21 +16,22 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-backports.entry_points_selectable
|
Name: python-backports.entry_points_selectable
|
||||||
Version: 1.1.1
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Compatibility shim providing selectable entry points for older implementations
|
Summary: Compatibility shim providing selectable entry points for older implementations
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jaraco/backports.entry_points_selectable
|
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
|
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 importlib-metadata if %python-base < 3.7}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest >= 4.6}
|
BuildRequires: %{python_module pytest >= 4.6}
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module toml}
|
BuildRequires: %{python_module toml}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
BuildRequires: python-backports
|
BuildRequires: python-backports
|
||||||
%endif
|
%endif
|
||||||
@ -49,10 +50,10 @@ Compatibility shim providing selectable entry points for older implementations
|
|||||||
%autosetup -p1 -n backports.entry_points_selectable-%{version}
|
%autosetup -p1 -n backports.entry_points_selectable-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
|
|
||||||
# PEP-420 allows implicit packages without an additional __init__.py for python >= 3.3,
|
# PEP-420 allows implicit packages without an additional __init__.py for python >= 3.3,
|
||||||
# gh#jaraco/backports.entry_points_selectable#5
|
# gh#jaraco/backports.entry_points_selectable#5
|
||||||
|
Loading…
Reference in New Issue
Block a user