From 80f2108eb9e9db5993468106b235e0e2c96ee9ed Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Wed, 3 Mar 2021 22:44:50 +0100 Subject: [PATCH] Update changelog --- python-httplib2.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-httplib2.spec b/python-httplib2.spec index 0f73af2..d09d9c9 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -74,6 +74,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest -k "not test_unknown_server \ %changelog * Wed Mar 3 2021 Pavel Cahyna - 0.19.0-2 - Remove unused python3-pytest-cov build dependency +- Use mock from the standard library, remove build dependency + on the deprecated python-mock package * Sun Feb 07 2021 Kevin Fenzi - 0.19.0-1 - Update t0 0.19.0. Fixes rhbz#1925988