15
0
Tomáš Chvátal
2020-03-17 10:58:26 +00:00
committed by Git OBS Bridge
parent 6046665629
commit dfd17aefb0
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 17 10:58:15 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix build on Leap
-------------------------------------------------------------------
Thu Sep 5 15:01:16 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-MechanicalSoup
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,6 @@ Version: 0.12.0
Release: 0
Summary: A Python library for automating interaction with websites
License: MIT
Group: Development/Languages/Python
URL: https://github.com/hickford/MechanicalSoup
Source: https://files.pythonhosted.org/packages/source/M/MechanicalSoup/MechanicalSoup-%{version}.tar.gz
BuildRequires: %{python_module beautifulsoup4 >= 4.4}
@@ -71,7 +70,8 @@ sed -i -e '/addopts/d' setup.cfg
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v
# https://github.com/MechanicalSoup/MechanicalSoup/issues/299 test_enctype_and_file_submit
%pytest -k 'not test_enctype_and_file_submit'
%files %{python_files}
%doc README.rst