Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.testbrowser for
openSUSE:Factory checked in at 2023-04-04 21:26:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.testbrowser (Old)
and /work/SRC/openSUSE:Factory/.python-zope.testbrowser.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.testbrowser"
Tue Apr 4 21:26:40 2023 rev:15 rq:1077171 version:6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.testbrowser/python-zope.testbrowser.changes
2022-09-19 16:03:37.498196558 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.testbrowser.new.19717/python-zope.testbrowser.changes
2023-04-04 21:26:50.739381481 +0200
@@ -1,0 +2,11 @@
+Mon Apr 3 09:34:27 UTC 2023 - [email protected]
+
+- version update to 6.0
+ - Drop support for Python 2.7, 3.5, 3.6.
+ - Drop support for deprecated ``python setup.py test``.
+ - Add support for Python 3.11.
+ - Do not break in ``mechRepr`` when using ``<input type="date">``.
+- deleted patches
+ - zope.testbrowser-remove-bad-test.patch (upstreamed)
+
+-------------------------------------------------------------------
Old:
----
zope.testbrowser-5.6.1.tar.gz
zope.testbrowser-remove-bad-test.patch
New:
----
zope.testbrowser-6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.testbrowser.spec ++++++
--- /var/tmp/diff_new_pack.HPBmx6/_old 2023-04-04 21:26:51.287384591 +0200
+++ /var/tmp/diff_new_pack.HPBmx6/_new 2023-04-04 21:26:51.291384614 +0200
@@ -1,7 +1,7 @@
#
# spec file
#
-# 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-%{**}}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@@ -26,13 +25,12 @@
%bcond_with test
%endif
Name: python-zope.testbrowser%{psuffix}
-Version: 5.6.1
+Version: 6.0
Release: 0
Summary: Programmable browser for functional black-box tests
License: ZPL-2.1
URL: https://github.com/zopefoundation/zope.testbrowser
Source:
https://files.pythonhosted.org/packages/source/z/zope.testbrowser/zope.testbrowser-%{version}.tar.gz
-Patch0: zope.testbrowser-remove-bad-test.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -41,7 +39,6 @@
Requires: python-beautifulsoup4
Requires: python-pytz > dev
Requires: python-setuptools
-Requires: python-six
Requires: python-soupsieve >= 1.9.0
Requires: python-zope.cachedescriptors
Requires: python-zope.interface
@@ -56,7 +53,6 @@
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module pytz > dev}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module six}
BuildRequires: %{python_module soupsieve >= 1.9.0}
BuildRequires: %{python_module zope.cachedescriptors}
BuildRequires: %{python_module zope.interface}
@@ -74,12 +70,10 @@
site.
%prep
-%setup -q -n zope.testbrowser-%{version}
-%patch0 -p1
+%autosetup -p1 -n zope.testbrowser-%{version}
%build
%if !%{with test}
-sed -i 's:import mock:import unittest.mock as mock:'
src/zope/testbrowser/tests/test_wsgi.py
%python_build
%endif
@@ -100,7 +94,7 @@
%if !%{with test}
%doc CHANGES.rst README.rst
%license LICENSE.rst
-%{python_sitelib}/*
+%{python_sitelib}/zope*
%endif
%changelog
++++++ zope.testbrowser-5.6.1.tar.gz -> zope.testbrowser-6.0.tar.gz ++++++
++++ 1868 lines of diff (skipped)