15
0

Accepting request 963712 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/963712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-IMAPClient?expand=0&rev=4
This commit is contained in:
2022-03-21 19:13:07 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 21 11:09:15 UTC 2022 - pgajdos@suse.com
- python-mock is actually not required for build
-------------------------------------------------------------------
Thu Aug 26 11:12:06 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-IMAPClient
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2016-2019 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -26,7 +26,6 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/mjs/imapclient/
Source0: https://github.com/mjs/imapclient/archive/%{version}.tar.gz
BuildRequires: %{python_module mock >= 1.3.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 20.5}
BuildRequires: %{python_module six}