From eae1fea753aaf646128cdc7c117542c9b637c6b7 Mon Sep 17 00:00:00 2001 From: gordonwwang Date: Sat, 7 Oct 2023 16:38:31 +0800 Subject: [PATCH] Upgrade to 5.2.4 --- python-pyfakefs.spec | 9 ++++++--- sources | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index 73b4d3c..da2e293 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -2,8 +2,8 @@ Summary: pyfakefs implements a fake file system that mocks the Python file system modules. Name: python-%{package_name} -Version: 5.2.2 -Release: 4%{?dist} +Version: 5.2.4 +Release: 1%{?dist} License: Apache-2.0 URL: https://pypi.org/project/pyfakefs/ Source0: https://pypi.io/packages/source/p/%{package_name}/%{package_name}-%{version}.tar.gz @@ -46,6 +46,9 @@ rm -f {,test-}requirements.txt %{python3_sitelib}/*.egg-info %changelog +* Sat Oct 07 2023 Wang Guodong - 5.2.4-1 +- Upgrade to version 5.2.4 + * Tue Sep 19 2023 OpenCloudOS Release Engineering - 5.2.2-4 - Rebuilt for python 3.11 @@ -56,4 +59,4 @@ rm -f {,test-}requirements.txt - Rebuilt for OpenCloudOS Stream 23.05 * Wed Apr 19 2023 Feng Weiyao - 5.2.2-1 -- initial build \ No newline at end of file +- initial build diff --git a/sources b/sources index fd6201f..ad2be0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pyfakefs-5.2.2.tar.gz) = 08e7f91ae618ed29481a1df7420d26cfe7630ea51d5653ff887d304b6841b2301aa98d13ff1312791cd658400bbdcaec54035dd2e95e4504509eb74188b5c2d3 +SHA512 (pyfakefs-5.2.4.tar.gz) = 80c785badf29078379ec568871d8591f768f5a27c9f233426f578a3128251a9ff071794fbca680defaa90e82348f560025d3aab3ae7bbd38f80e50bd4cf868cc -- Gitee