Hello community,
here is the log from the commit of package python-MechanicalSoup for
openSUSE:Factory checked in at 2020-03-17 13:12:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-MechanicalSoup (Old)
and /work/SRC/openSUSE:Factory/.python-MechanicalSoup.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-MechanicalSoup"
Tue Mar 17 13:12:16 2020 rev:6 rq:785889 version:0.12.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-MechanicalSoup/python-MechanicalSoup.changes
2019-09-07 11:52:19.594283511 +0200
+++
/work/SRC/openSUSE:Factory/.python-MechanicalSoup.new.3160/python-MechanicalSoup.changes
2020-03-17 13:12:18.673898752 +0100
@@ -1,0 +2,5 @@
+Tue Mar 17 10:58:15 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build on Leap
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-MechanicalSoup.spec ++++++
--- /var/tmp/diff_new_pack.b5HQtn/_old 2020-03-17 13:12:20.013899781 +0100
+++ /var/tmp/diff_new_pack.b5HQtn/_new 2020-03-17 13:12:20.013899781 +0100
@@ -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 @@
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 @@
%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