Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-fixtures for openSUSE:Factory
checked in at 2021-03-21 23:20:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
and /work/SRC/openSUSE:Factory/.python-fixtures.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fixtures"
Sun Mar 21 23:20:16 2021 rev:20 rq:880263 version:3.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes
2019-11-04 17:10:33.800527586 +0100
+++
/work/SRC/openSUSE:Factory/.python-fixtures.new.2401/python-fixtures.changes
2021-03-21 23:20:26.236740631 +0100
@@ -1,0 +2,7 @@
+Fri Mar 19 21:29:47 UTC 2021 - Ben Greiner <[email protected]>
+
+- Add fixtures-pr36-py39.patch -- gh#testing-cabal/fixtures#46
+ * Drops Python 2 compatibility in favor of Python 3.9
+ * Also removes six (but wants to keep mock)
+
+-------------------------------------------------------------------
New:
----
fixtures-pr36-py39.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fixtures.spec ++++++
--- /var/tmp/diff_new_pack.XYPTcT/_old 2021-03-21 23:20:26.760740811 +0100
+++ /var/tmp/diff_new_pack.XYPTcT/_new 2021-03-21 23:20:26.764740813 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-fixtures
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,26 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
+%define skip_python2 1
Name: python-fixtures
Version: 3.0.0
Release: 0
Summary: Fixtures, reusable state for writing clean tests and more
License: Apache-2.0 OR BSD-3-Clause
-URL: https://launchpad.net/python-fixtures
+URL: https://github.com/testing-cabal
Source:
https://files.pythonhosted.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM fixtures-pr36-py39.patch -- gh#testing-cabal/fixtures#46
+Patch0: fixtures-pr36-py39.patch
BuildRequires: %{python_module extras}
+# explicitly wants to test the backport mock
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pbr >= 0.11}
-BuildRequires: %{python_module six}
BuildRequires: %{python_module testtools >= 0.9.22}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-extras
Requires: python-pbr >= 0.11
-Requires: python-six
Requires: python-testtools >= 0.9.22
BuildArch: noarch
%python_subpackages
@@ -46,7 +48,7 @@
compatible test cases easy and straight forward.
%prep
-%setup -q -n fixtures-%{version}
+%autosetup -p1 -n fixtures-%{version}
%build
%python_build
++++++ fixtures-pr36-py39.patch ++++++
++++ 720 lines (skipped)