Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-MechanicalSoup for
openSUSE:Factory checked in at 2023-03-28 17:51:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-MechanicalSoup (Old)
and /work/SRC/openSUSE:Factory/.python-MechanicalSoup.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-MechanicalSoup"
Tue Mar 28 17:51:36 2023 rev:9 rq:1074963 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-MechanicalSoup/python-MechanicalSoup.changes
2022-10-12 18:28:27.126186577 +0200
+++
/work/SRC/openSUSE:Factory/.python-MechanicalSoup.new.31432/python-MechanicalSoup.changes
2023-03-28 17:51:41.355647626 +0200
@@ -1,0 +2,5 @@
+Tue Mar 28 09:31:13 UTC 2023 - [email protected]
+
+- six is not required
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-MechanicalSoup.spec ++++++
--- /var/tmp/diff_new_pack.XmLzzg/_old 2023-03-28 17:51:41.931650405 +0200
+++ /var/tmp/diff_new_pack.XmLzzg/_new 2023-03-28 17:51:41.935650425 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-MechanicalSoup
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-MechanicalSoup
Version: 1.2.0
Release: 0
@@ -34,13 +33,11 @@
BuildRequires: %{python_module requests >= 2.0}
BuildRequires: %{python_module requests-mock}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module six >= 1.4}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-beautifulsoup4 >= 4.4
Requires: python-lxml
Requires: python-requests >= 2.0
-Requires: python-six >= 1.4
Recommends: python-httpbin
Recommends: python-jsonschema >= 2.5.1
BuildArch: noarch
@@ -76,6 +73,7 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/MechanicalSoup*
+%{python_sitelib}/mechanicalsoup*
%changelog