diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:04:37 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:04:37 +0000 |
| commit | eb0b74808b5bb2ce70766c5aa0909aa5fe07f3a8 (patch) | |
| tree | 94a48a0efbf85439dfadc8b09fbbea54f6de83b4 | |
| parent | f5537813025e428b257f32e3bbffbd4318cf9d5b (diff) | |
automatic import of python-eth-apeopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-eth-ape.spec | 75 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 37 insertions, 41 deletions
@@ -1 +1,2 @@ /eth-ape-0.6.8.tar.gz +/eth-ape-0.6.10.tar.gz diff --git a/python-eth-ape.spec b/python-eth-ape.spec index 4536d5b..fc0a85e 100644 --- a/python-eth-ape.spec +++ b/python-eth-ape.spec @@ -1,17 +1,18 @@ %global _empty_manifest_terminate_build 0 Name: python-eth-ape -Version: 0.6.8 +Version: 0.6.10 Release: 1 Summary: Ape Ethereum Framework License: Apache-2.0 URL: https://apeworx.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8a/fb/c42cce1e99bd4c22fded116f2268b3940af53d404e2f8381c1fb3731533d/eth-ape-0.6.8.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/22/53/e7d8ca9dd1d1c1f24c7f96818d7e4b47b359164d3e4356d81ac7107777a9/eth-ape-0.6.10.tar.gz BuildArch: noarch Requires: python3-click Requires: python3-ijson Requires: python3-importlib-metadata Requires: python3-ipython +Requires: python3-lazyasd Requires: python3-packaging Requires: python3-pandas Requires: python3-pluggy @@ -19,7 +20,7 @@ Requires: python3-pydantic Requires: python3-PyGithub Requires: python3-pytest Requires: python3-dateutil -Requires: python3-pyyaml +Requires: python3-PyYAML Requires: python3-requests Requires: python3-rich Requires: python3-SQLAlchemy @@ -118,7 +119,7 @@ Ape is built by [ApeWorX LTD](https://www.apeworx.io/). Join our [ApeWorX Discord server](https://discord.gg/apeworx) to stay up to date on new releases, plugins and tutorials. -If you want to just get started, jump down to the [Playing with Ape](#playing-with-ape) +If you want to just get started, jump down to the [Playing with Ape](#playing-with-ape). ## Documentation @@ -131,10 +132,10 @@ Read our [academic platform](https://academy.apeworx.io/) will help you master A In the latest release, Ape requires: - Linux or macOS -- Python 3.8 or later -- **Windows**: Install Windows Subsystem Linux [(WSL)](https://docs.microsoft.com/en-us/windows/wsl/install) with Python 3.8 or later +- Python 3.8 up to 3.11 +- **Windows**: Install Windows Subsystem Linux [(WSL)](https://docs.microsoft.com/en-us/windows/wsl/install) -Check your python version in a terminal with `python3 --version` +Check your python version in a terminal with `python3 --version`. ## Installation @@ -144,15 +145,15 @@ There are three ways to install ape: `pipx`, `pip`, or `Docker`. - We advise installing in a [virtualenv](https://pypi.org/project/virtualenv/) or [venv](https://docs.python.org/3/library/venv.html) to avoid interfering with *OS-level site packages*. -- We advise installing **`ape`** with recommended plugins `pip install eth-ape'[recommended-plugins]'` +- We advise installing **`ape`** with recommended plugins `pip install eth-ape'[recommended-plugins]'`. -- We advise for **macOS** users to install virtual env via [homebrew](https://formulae.brew.sh/formula/virtualenv) +- We advise for **macOS** users to install virtual env via [homebrew](https://formulae.brew.sh/formula/virtualenv). ### via `pipx` or `pip` -1. Install `pipx` via their [installation instructions](https://pypa.github.io/pipx/) or `pip` via their [installation instructions](https://pip.pypa.io/en/stable/cli/pip_install/) +1. Install `pipx` via their [installation instructions](https://pypa.github.io/pipx/) or `pip` via their [installation instructions](https://pip.pypa.io/en/stable/cli/pip_install/). -2. Install **`ape`** via `pipx install eth-ape` or `pip install eth-ape` +2. Install **`ape`** via `pipx install eth-ape` or `pip install eth-ape`. ### via `docker` @@ -299,8 +300,6 @@ with networks.ethereum.mainnet.use_provider("infura"): To learn more about networks in Ape, see [this guide](https://docs.apeworx.io/ape/stable/commands/networks.html). - - %package -n python3-eth-ape Summary: Ape Ethereum Framework Provides: python-eth-ape @@ -318,7 +317,7 @@ Ape is built by [ApeWorX LTD](https://www.apeworx.io/). Join our [ApeWorX Discord server](https://discord.gg/apeworx) to stay up to date on new releases, plugins and tutorials. -If you want to just get started, jump down to the [Playing with Ape](#playing-with-ape) +If you want to just get started, jump down to the [Playing with Ape](#playing-with-ape). ## Documentation @@ -331,10 +330,10 @@ Read our [academic platform](https://academy.apeworx.io/) will help you master A In the latest release, Ape requires: - Linux or macOS -- Python 3.8 or later -- **Windows**: Install Windows Subsystem Linux [(WSL)](https://docs.microsoft.com/en-us/windows/wsl/install) with Python 3.8 or later +- Python 3.8 up to 3.11 +- **Windows**: Install Windows Subsystem Linux [(WSL)](https://docs.microsoft.com/en-us/windows/wsl/install) -Check your python version in a terminal with `python3 --version` +Check your python version in a terminal with `python3 --version`. ## Installation @@ -344,15 +343,15 @@ There are three ways to install ape: `pipx`, `pip`, or `Docker`. - We advise installing in a [virtualenv](https://pypi.org/project/virtualenv/) or [venv](https://docs.python.org/3/library/venv.html) to avoid interfering with *OS-level site packages*. -- We advise installing **`ape`** with recommended plugins `pip install eth-ape'[recommended-plugins]'` +- We advise installing **`ape`** with recommended plugins `pip install eth-ape'[recommended-plugins]'`. -- We advise for **macOS** users to install virtual env via [homebrew](https://formulae.brew.sh/formula/virtualenv) +- We advise for **macOS** users to install virtual env via [homebrew](https://formulae.brew.sh/formula/virtualenv). ### via `pipx` or `pip` -1. Install `pipx` via their [installation instructions](https://pypa.github.io/pipx/) or `pip` via their [installation instructions](https://pip.pypa.io/en/stable/cli/pip_install/) +1. Install `pipx` via their [installation instructions](https://pypa.github.io/pipx/) or `pip` via their [installation instructions](https://pip.pypa.io/en/stable/cli/pip_install/). -2. Install **`ape`** via `pipx install eth-ape` or `pip install eth-ape` +2. Install **`ape`** via `pipx install eth-ape` or `pip install eth-ape`. ### via `docker` @@ -499,8 +498,6 @@ with networks.ethereum.mainnet.use_provider("infura"): To learn more about networks in Ape, see [this guide](https://docs.apeworx.io/ape/stable/commands/networks.html). - - %package help Summary: Development documents and examples for eth-ape Provides: python3-eth-ape-doc @@ -515,7 +512,7 @@ Ape is built by [ApeWorX LTD](https://www.apeworx.io/). Join our [ApeWorX Discord server](https://discord.gg/apeworx) to stay up to date on new releases, plugins and tutorials. -If you want to just get started, jump down to the [Playing with Ape](#playing-with-ape) +If you want to just get started, jump down to the [Playing with Ape](#playing-with-ape). ## Documentation @@ -528,10 +525,10 @@ Read our [academic platform](https://academy.apeworx.io/) will help you master A In the latest release, Ape requires: - Linux or macOS -- Python 3.8 or later -- **Windows**: Install Windows Subsystem Linux [(WSL)](https://docs.microsoft.com/en-us/windows/wsl/install) with Python 3.8 or later +- Python 3.8 up to 3.11 +- **Windows**: Install Windows Subsystem Linux [(WSL)](https://docs.microsoft.com/en-us/windows/wsl/install) -Check your python version in a terminal with `python3 --version` +Check your python version in a terminal with `python3 --version`. ## Installation @@ -541,15 +538,15 @@ There are three ways to install ape: `pipx`, `pip`, or `Docker`. - We advise installing in a [virtualenv](https://pypi.org/project/virtualenv/) or [venv](https://docs.python.org/3/library/venv.html) to avoid interfering with *OS-level site packages*. -- We advise installing **`ape`** with recommended plugins `pip install eth-ape'[recommended-plugins]'` +- We advise installing **`ape`** with recommended plugins `pip install eth-ape'[recommended-plugins]'`. -- We advise for **macOS** users to install virtual env via [homebrew](https://formulae.brew.sh/formula/virtualenv) +- We advise for **macOS** users to install virtual env via [homebrew](https://formulae.brew.sh/formula/virtualenv). ### via `pipx` or `pip` -1. Install `pipx` via their [installation instructions](https://pypa.github.io/pipx/) or `pip` via their [installation instructions](https://pip.pypa.io/en/stable/cli/pip_install/) +1. Install `pipx` via their [installation instructions](https://pypa.github.io/pipx/) or `pip` via their [installation instructions](https://pip.pypa.io/en/stable/cli/pip_install/). -2. Install **`ape`** via `pipx install eth-ape` or `pip install eth-ape` +2. Install **`ape`** via `pipx install eth-ape` or `pip install eth-ape`. ### via `docker` @@ -696,10 +693,8 @@ with networks.ethereum.mainnet.use_provider("infura"): To learn more about networks in Ape, see [this guide](https://docs.apeworx.io/ape/stable/commands/networks.html). - - %prep -%autosetup -n eth-ape-0.6.8 +%autosetup -n eth-ape-0.6.10 %build %py3_build @@ -713,20 +708,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -739,5 +734,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.8-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.10-1 - Package Spec generated @@ -1 +1 @@ -2951a30ddf82b61d31b3aa4f0775661c eth-ape-0.6.8.tar.gz +d89e865f69fe43e1174c80ced5f769ae eth-ape-0.6.10.tar.gz |
