Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-twitter for
openSUSE:Factory checked in at 2021-12-08 22:09:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-twitter (Old)
and /work/SRC/openSUSE:Factory/.python-python-twitter.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-twitter"
Wed Dec 8 22:09:25 2021 rev:5 rq:936460 version:3.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-twitter/python-python-twitter.changes
2019-05-12 11:36:48.318468273 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-twitter.new.31177/python-python-twitter.changes
2021-12-08 22:10:37.890909755 +0100
@@ -1,0 +2,5 @@
+Wed Dec 8 09:48:55 UTC 2021 - [email protected]
+
+- do not require unnecessary pytest-runner for build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-twitter.spec ++++++
--- /var/tmp/diff_new_pack.b1nZq6/_old 2021-12-08 22:10:38.338909965 +0100
+++ /var/tmp/diff_new_pack.b1nZq6/_new 2021-12-08 22:10:38.342909967 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-python-twitter
#
-# 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
@@ -28,12 +28,11 @@
Summary: A Python wrapper around the Twitter API
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://github.com/bear/python-twitter
+URL: https://github.com/bear/python-twitter
Source:
https://github.com/bear/python-twitter/archive/v%{version}.tar.gz
#
https://github.com/bear/python-twitter/commit/f7eb83d9dca3ba0ee93e629ba5322732f99a3a30
# fix test for PostDirectMessage endpoint with new data
Patch0: python-python-twitter-fix-test.patch
-BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
@@ -67,6 +66,8 @@
%patch0 -p1
sed -i -e '/^#!\/usr\/bin\/env/d' twitter/*.py
echo %skip
+# https://github.com/bear/python-twitter/issues/703
+sed -i 's:.pytest-runner.::' setup.py
%build
%python_build