Accepting request 809573 from home:pgajdos:python

submit

OBS-URL: https://build.opensuse.org/request/show/809573
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CacheControl?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal 2020-05-28 07:35:26 +00:00 committed by Git OBS Bridge
parent ffa6a7d73f
commit e21c4f4a80
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 27 09:36:33 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 2 11:57:41 UTC 2020 - John Vandenberg <jayvdb@gmail.com> Thu Jan 2 11:57:41 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-CacheControl # spec file for package python-CacheControl
# #
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -30,6 +30,8 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-msgpack Requires: python-msgpack
Requires: python-requests Requires: python-requests
Requires(post): update-alternatives
Requires(postun): update-alternatives
Recommends: python-lockfile >= 0.9 Recommends: python-lockfile >= 0.9
Suggests: python-redis >= 2.10.5 Suggests: python-redis >= 2.10.5
BuildArch: noarch BuildArch: noarch
@ -57,16 +59,23 @@ requests session object.
%install %install
%python_install %python_install
%python_clone -a %{buildroot}%{_bindir}/doesitcache
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
# test_file_cache_recognizes_consumed_file_handle uses httpbin.org directly # test_file_cache_recognizes_consumed_file_handle uses httpbin.org directly
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_bin_suffix} -v -k 'not test_file_cache_recognizes_consumed_file_handle' PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_bin_suffix} -v -k 'not test_file_cache_recognizes_consumed_file_handle'
%post
%python_install_alternative doesitcache
%postun
%python_uninstall_alternative doesitcache
%files %{python_files} %files %{python_files}
%license LICENSE.txt %license LICENSE.txt
%doc README.rst %doc README.rst
%python3_only %{_bindir}/doesitcache %python_alternative %{_bindir}/doesitcache
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog