diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-psutil.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /psutil-5.9.4.tar.gz +/psutil-5.9.5.tar.gz diff --git a/python-psutil.spec b/python-psutil.spec index 686a6ed..718eb62 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-psutil -Version: 5.9.4 +Version: 5.9.5 Release: 1 Summary: Cross-platform lib for process and system monitoring in Python. License: BSD-3-Clause URL: https://github.com/giampaolo/psutil -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3d/7d/d05864a69e452f003c0d77e728e155a89a2a26b09e64860ddd70ad64fb26/psutil-5.9.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d6/0f/96b7309212a926c1448366e9ce69b081ea79d63265bde33f11cc9cfc2c07/psutil-5.9.5.tar.gz Requires: python3-ipaddress Requires: python3-mock @@ -35,7 +35,7 @@ Provides: python3-psutil-doc %prep -%autosetup -n psutil-5.9.4 +%autosetup -n psutil-5.9.5 %build %py3_build @@ -75,5 +75,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 5.9.4-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 5.9.5-1 - Package Spec generated @@ -1 +1 @@ -f72751d05b781757b7cd9bc375d2e351 psutil-5.9.4.tar.gz +864717cda1e2577b65da1f30cd37b537 psutil-5.9.5.tar.gz |
