diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-web3.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /web3-6.1.0.tar.gz +/web3-6.2.0.tar.gz diff --git a/python-web3.spec b/python-web3.spec index 9860df2..e8cfb8c 100644 --- a/python-web3.spec +++ b/python-web3.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-web3 -Version: 6.1.0 +Version: 6.2.0 Release: 1 Summary: web3.py License: MIT URL: https://github.com/ethereum/web3.py -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a2/07/916bb3a83f8971793448ca8bce36000cd68b89fb1b48071ae3ff0aa32817/web3-6.1.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bd/81/a7df63024ade35ba9881a0511dad4adcb57005e4301d7df9fbeab491a805/web3-6.2.0.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -108,7 +108,7 @@ guidelines for [contributing](https://web3py.readthedocs.io/en/latest/contributi then check out issues that are labeled %prep -%autosetup -n web3-6.1.0 +%autosetup -n web3-6.2.0 %build %py3_build @@ -148,5 +148,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 6.1.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 6.2.0-1 - Package Spec generated @@ -1 +1 @@ -45c3103375b8b31f67ffde1f52364343 web3-6.1.0.tar.gz +c6fcc47e6c7610c2adddbbe2acd67b54 web3-6.2.0.tar.gz |
