Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pika for openSUSE:Factory checked in at 2022-04-30 00:45:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pika (Old) and /work/SRC/openSUSE:Factory/.python-pika.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pika" Sat Apr 30 00:45:21 2022 rev:17 rq:973774 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pika/python-pika.changes 2020-04-18 00:32:45.398341328 +0200 +++ /work/SRC/openSUSE:Factory/.python-pika.new.1538/python-pika.changes 2022-04-30 00:46:06.770981320 +0200 @@ -1,0 +2,10 @@ +Thu Apr 28 15:23:41 UTC 2022 - pgaj...@suse.com + +- version update to 1.2.1 + 1.2.1 2022-04-27 + `GitHub milestone <https://github.com/pika/pika/milestone/18?closed=1>`_ + 1.2.0 2021-02-04 + `GitHub milestone <https://github.com/pika/pika/milestone/17?closed=1>`_ +- python-mock is not required for build + +------------------------------------------------------------------- Old: ---- 1.1.0.tar.gz New: ---- 1.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pika.spec ++++++ --- /var/tmp/diff_new_pack.z4kTHd/_old 2022-04-30 00:46:07.202981694 +0200 +++ /var/tmp/diff_new_pack.z4kTHd/_new 2022-04-30 00:46:07.206981698 +0200 @@ -1,7 +1,7 @@ # -# spec file for package python-pika +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define mod_name pika %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-%{mod_name} -Version: 1.1.0 +Version: 1.2.1 Release: 0 Summary: Pika Python AMQP Client Library License: BSD-3-Clause @@ -27,7 +27,6 @@ URL: https://github.com/pika/pika Source: https://github.com/pika/pika/archive/%{version}.tar.gz BuildRequires: %{python_module Twisted} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tornado} @@ -60,7 +59,9 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib}/*.egg-info %check -%pytest tests/ +# E ModuleNotFoundError: No module named 'tests' +export PYTHONPATH='.' +%pytest %files %{python_files} %doc README.rst CHANGELOG.rst ++++++ 1.1.0.tar.gz -> 1.2.1.tar.gz ++++++ ++++ 6864 lines of diff (skipped)