diff --git a/1.1.0.tar.gz b/1.1.0.tar.gz deleted file mode 100644 index 5f7779d..0000000 --- a/1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0bd28351cc8a7437b8680a9d716d920f35cd5be307240d27644d5f15bc9a7dc -size 307795 diff --git a/1.2.1.tar.gz b/1.2.1.tar.gz new file mode 100644 index 0000000..2be9683 --- /dev/null +++ b/1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e3ad2d70bda170662736efab8cf26dfa1139713a3dda9c6d7dfe7f68063feaf +size 298155 diff --git a/python-pika.changes b/python-pika.changes index b491736..303c8ed 100644 --- a/python-pika.changes +++ b/python-pika.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 28 15:23:41 UTC 2022 - pgajdos@suse.com + +- version update to 1.2.1 + 1.2.1 2022-04-27 + `GitHub milestone `_ + 1.2.0 2021-02-04 + `GitHub milestone `_ +- python-mock is not required for build + ------------------------------------------------------------------- Fri Apr 17 08:48:25 UTC 2020 - Matej Cepl diff --git a/python-pika.spec b/python-pika.spec index b4e77d6..9380f87 100644 --- a/python-pika.spec +++ b/python-pika.spec @@ -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 @@ Group: Development/Languages/Python 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 @@ sed -i -e 's:,tests/acceptance::' setup.cfg %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