diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-31 02:34:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-31 02:34:27 +0000 |
commit | 70615de9032f0c2ca9178bdb4f2588b85a5a0525 (patch) | |
tree | 049fbbbdc6024cd9779bfa5da0fb563820a1d08f | |
parent | 1e3459627702eb742ea6e0aeb862e5f9fa5241f5 (diff) |
automatic import of python-damo
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-damo.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /damo-1.8.2.tar.gz +/damo-1.8.3.tar.gz diff --git a/python-damo.spec b/python-damo.spec index cfe2525..416b7bb 100644 --- a/python-damo.spec +++ b/python-damo.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-damo -Version: 1.8.2 +Version: 1.8.3 Release: 1 Summary: DAMON user-space tool License: GNU General Public License v2 (GPLv2) URL: https://github.com/awslabs/damo -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/21/20/9c85c79163de5fde6bf939911800f0781f04fba37a273004ae46640a5ce0/damo-1.8.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/41/0f/27ec7aa59d3e957afaee37a0693bc3c0a91fe945f13fa684a58196344aa5/damo-1.8.3.tar.gz BuildArch: noarch @@ -34,7 +34,7 @@ this, you can monitor the data access patterns of your system or workloads and make data access-aware memory management optimizations. %prep -%autosetup -n damo-1.8.2 +%autosetup -n damo-1.8.3 %build %py3_build @@ -74,5 +74,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.2-1 +* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.3-1 - Package Spec generated @@ -1 +1 @@ -543876a81f4f63974269981ad04614ec damo-1.8.2.tar.gz +8a9f1adc9ee5e02acd524a14ee56597e damo-1.8.3.tar.gz |