diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-mock.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /mock-5.0.1.tar.gz +/mock-5.0.2.tar.gz diff --git a/python-mock.spec b/python-mock.spec index 9f0208b..cb938ec 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mock -Version: 5.0.1 +Version: 5.0.2 Release: 1 Summary: Rolling backport of unittest.mock for all Pythons License: BSD License URL: http://mock.readthedocs.org/en/latest/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a9/c8/7f5fc5ee6a666d7e4ee7a3222bcb37ebebaea3697d7bf54517728f56bb28/mock-5.0.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/71/c8/84310fa618bebe51a533d8fd3a71e8ab406a10d8a388061a9e8e628da65a/mock-5.0.2.tar.gz BuildArch: noarch Requires: python3-twine @@ -148,7 +148,7 @@ Please see the standard library documentation for more details. %prep -%autosetup -n mock-5.0.1 +%autosetup -n mock-5.0.2 %build %py3_build @@ -188,5 +188,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.2-1 - Package Spec generated @@ -1 +1 @@ -1d784d53f9a2ecd8c8284fe93349beaa mock-5.0.1.tar.gz +bf32d9161425142680baa08965f56b81 mock-5.0.2.tar.gz |
