Accepting request 1094837 from devel:languages:python
- limit to newer python versions, older are no longer needed - Add the package to SUSE Linux Enterprise 15 (jsc#SLE-24404) OBS-URL: https://build.opensuse.org/request/show/1094837 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-immutables?expand=0&rev=13
This commit is contained in:
commit
fe860ea805
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 22 15:25:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- limit to newer python versions, older are no longer needed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:26:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@ -31,6 +36,11 @@ Tue Jul 19 12:26:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
* Test on python 3.10
|
||||
* consolidate mypy and pytest config into pyproject.toml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 12:49:18 UTC 2022 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>
|
||||
|
||||
- Add the package to SUSE Linux Enterprise 15 (jsc#SLE-24404)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 09:01:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-immutables
|
||||
Version: 0.19
|
||||
@ -26,15 +24,11 @@ Summary: Immutable collections for Python
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/MagicStack/immutables
|
||||
Source: https://files.pythonhosted.org/packages/source/i/immutables/immutables-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel >= 3.6}
|
||||
BuildRequires: %{python_module devel >= 3.8}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module typing-extensions >= 3.7.4.3 if %python-base < 3.8}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
%if %python_version_nodots < 38
|
||||
Requires: python-typing-extensions >= 3.7.4.3
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user