diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 05:20:52 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 05:20:52 +0000 |
commit | 75f1804ee23fda2a71afcdc2de6a072b706138c7 (patch) | |
tree | d0e7b43d9a7e11b462594e0576e16c8de75e1ee2 | |
parent | b7c84a753bc2faaeda16a8f316c8936cad02a92a (diff) |
automatic import of python-ypricemagicopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-ypricemagic.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /ypricemagic-2.1.1.tar.gz +/ypricemagic-2.2.0.tar.gz diff --git a/python-ypricemagic.spec b/python-ypricemagic.spec index 9202d9f..63e4482 100644 --- a/python-ypricemagic.spec +++ b/python-ypricemagic.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ypricemagic -Version: 2.1.1 +Version: 2.2.0 Release: 1 Summary: Use this tool to extract historical on-chain price data from an archive node. Shoutout to @bantg and @nymmrx for their awesome work on yearn-exporter that made this library possible. License: MIT URL: https://github.com/BobTheBuidler/ypricemagic -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e4/b7/c73a8e1a9c1a9fb2c02d84edd8e49e42972977f45af7089b8e0aead956f5/ypricemagic-2.1.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bf/0f/bfe7f5f20ae5c9f5c87cb7af772bf873e193753c7bbf202400f933f44f51/ypricemagic-2.2.0.tar.gz BuildArch: noarch Requires: python3-bobs-lazy-logging @@ -36,7 +36,7 @@ Provides: python3-ypricemagic-doc %prep -%autosetup -n ypricemagic-2.1.1 +%autosetup -n ypricemagic-2.2.0 %build %py3_build @@ -76,5 +76,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.1-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.0-1 - Package Spec generated @@ -1 +1 @@ -eb975f390a803a83d0d215b82167fbc8 ypricemagic-2.1.1.tar.gz +262b1737a705f42ddb80d29e52bec5bc ypricemagic-2.2.0.tar.gz |