Accepting request 862662 from home:bnavigator:branches:devel:languages:python
- clean requirements specifications for python flavors OBS-URL: https://build.opensuse.org/request/show/862662 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typing_extensions?expand=0&rev=26
This commit is contained in:
parent
3a28fe667e
commit
341fffb615
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 12 14:44:39 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- clean requirements specifications for python flavors
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 20 09:11:23 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
Sun Dec 20 09:11:23 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -31,19 +31,14 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Provides: python-typing-extensions = %{version}
|
Provides: python-typing-extensions = %{version}
|
||||||
%if %{with python2}
|
|
||||||
BuildRequires: python-typing >= 3.7.4
|
|
||||||
%endif
|
|
||||||
%if 0%{?suse_version} < 1500
|
|
||||||
BuildRequires: python3-typing >= 3.7.4
|
|
||||||
%endif
|
|
||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
BuildRequires: %{python_module testsuite}
|
BuildRequires: %{python_module testsuite}
|
||||||
%endif
|
%endif
|
||||||
%if %{python3_version_nodots} < 35
|
%if %{with python2}
|
||||||
Requires: python-typing >= 3.7.4
|
BuildRequires: python-typing >= 3.7.4
|
||||||
%endif
|
%endif
|
||||||
%ifpython2
|
BuildRequires: (python3-typing >= 3.7.4 if python3-base < 3.5)
|
||||||
|
%if %{python_version_nodots} < 35
|
||||||
Requires: python-typing >= 3.7.4
|
Requires: python-typing >= 3.7.4
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@ -84,6 +79,8 @@ $python src_py${current_bin_suffix:0:1}/test_typing_extensions.py
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/typing_extensions.py*
|
||||||
|
%pycache_only %{python_sitelib}/__pycache__/typing_extensions*
|
||||||
|
%{python_sitelib}/typing_extensions-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user