diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 03:49:09 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 03:49:09 +0000 |
commit | 9f2b0516adcc20fc9ba196a3568248f4dabf7266 (patch) | |
tree | 6a4cad710ba8a800a0f4a819f711d97d72528758 | |
parent | b02792fb95dc4a7f80a6697526a3c08221280e52 (diff) |
automatic import of python-eptools
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-eptools.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /eptools-8.5.8.tar.gz +/eptools-8.6.3.tar.gz diff --git a/python-eptools.spec b/python-eptools.spec index 3a801f2..c7ae838 100644 --- a/python-eptools.spec +++ b/python-eptools.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-eptools -Version: 8.5.8 +Version: 8.6.3 Release: 1 Summary: EasyPost Tools License: MIT License URL: https://pypi.org/project/eptools/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ff/0b/715867fe1fe0146fffe79b53a746887f5ac82e666f7daad176d68858eab0/eptools-8.5.8.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2c/5c/ae85b1e7c7de37580cbeb4428c9af4bef3419444cbf984fc7645a4e4df09/eptools-8.6.3.tar.gz BuildArch: noarch Requires: python3-slack-sdk @@ -33,7 +33,7 @@ Upload to PyPi python -m build python -m twine upload dist/* -Afterwards install it globaly on 10.10.10.12: +Afterwards install it globaly: > pip install eptools==<version> E.g. "pip install -U eptools" @@ -65,7 +65,7 @@ Upload to PyPi python -m build python -m twine upload dist/* -Afterwards install it globaly on 10.10.10.12: +Afterwards install it globaly: > pip install eptools==<version> E.g. "pip install -U eptools" @@ -94,7 +94,7 @@ Upload to PyPi python -m build python -m twine upload dist/* -Afterwards install it globaly on 10.10.10.12: +Afterwards install it globaly: > pip install eptools==<version> E.g. "pip install -U eptools" @@ -106,7 +106,7 @@ add config.py of with following methods! %prep -%autosetup -n eptools-8.5.8 +%autosetup -n eptools-8.6.3 %build %py3_build @@ -146,5 +146,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 8.5.8-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 8.6.3-1 - Package Spec generated @@ -1 +1 @@ -a8327ffbb5b7912c156de413632d08e9 eptools-8.5.8.tar.gz +435a87385383c6ff03a618ff1bb39cbf eptools-8.6.3.tar.gz |