diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 02:31:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 02:31:18 +0000 |
commit | e28cde50556cc15832d92856c31ed88db4423236 (patch) | |
tree | 0846c0f998070fba8bf00e0c6752e9e69110b547 | |
parent | 35ce23318d57a0d55e745ee0f7373d5a3250a3cc (diff) |
automatic import of python-archinfoopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-archinfo.spec | 42 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 37 insertions, 8 deletions
@@ -1 +1,2 @@ /archinfo-9.2.40.tar.gz +/archinfo-9.2.47.tar.gz diff --git a/python-archinfo.spec b/python-archinfo.spec index d7eeb94..3da7211 100644 --- a/python-archinfo.spec +++ b/python-archinfo.spec @@ -1,22 +1,34 @@ %global _empty_manifest_terminate_build 0 Name: python-archinfo -Version: 9.2.40 +Version: 9.2.47 Release: 1 Summary: Classes with architecture-specific information useful to other projects. License: BSD-2-Clause URL: https://github.com/angr/archinfo -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b2/0c/5c1424fe3a32fca679949f1401d615ee95684508160692b44fdf71f01e08/archinfo-9.2.40.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8b/db/5f5932316a6395433ae6a1dc49598471f55c75631545a41c2254efaaebf3/archinfo-9.2.47.tar.gz BuildArch: noarch +Requires: python3-furo +Requires: python3-myst-parser +Requires: python3-sphinx +Requires: python3-sphinx-autodoc-typehints Requires: python3-pypcode %description # archinfo -[](https://github.com/psf/black) +[](https://pypi.python.org/pypi/archinfo/) +[](https://pypi.python.org/pypi/archinfo/) +[](https://pypistats.org/packages/archinfo) +[](https://github.com/angr/archinfo/blob/master/LICENSE) archinfo is a collection of classes that contain architecture-specific information. It is useful for cross-architecture tools (such as pyvex). +## Project links +Project repository: https://github.com/angr/archinfo + +Documentation: https://api.angr.io/projects/archinfo/en/latest/ + %package -n python3-archinfo Summary: Classes with architecture-specific information useful to other projects. @@ -26,25 +38,41 @@ BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-archinfo # archinfo -[](https://github.com/psf/black) +[](https://pypi.python.org/pypi/archinfo/) +[](https://pypi.python.org/pypi/archinfo/) +[](https://pypistats.org/packages/archinfo) +[](https://github.com/angr/archinfo/blob/master/LICENSE) archinfo is a collection of classes that contain architecture-specific information. It is useful for cross-architecture tools (such as pyvex). +## Project links +Project repository: https://github.com/angr/archinfo + +Documentation: https://api.angr.io/projects/archinfo/en/latest/ + %package help Summary: Development documents and examples for archinfo Provides: python3-archinfo-doc %description help # archinfo -[](https://github.com/psf/black) +[](https://pypi.python.org/pypi/archinfo/) +[](https://pypi.python.org/pypi/archinfo/) +[](https://pypistats.org/packages/archinfo) +[](https://github.com/angr/archinfo/blob/master/LICENSE) archinfo is a collection of classes that contain architecture-specific information. It is useful for cross-architecture tools (such as pyvex). +## Project links +Project repository: https://github.com/angr/archinfo + +Documentation: https://api.angr.io/projects/archinfo/en/latest/ + %prep -%autosetup -n archinfo-9.2.40 +%autosetup -n archinfo-9.2.47 %build %py3_build @@ -84,5 +112,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Mar 07 2023 Python_Bot <Python_Bot@openeuler.org> - 9.2.40-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 9.2.47-1 - Package Spec generated @@ -1 +1 @@ -14c2a1b18576c3ee14a28c684625de25 archinfo-9.2.40.tar.gz +6e9ea4ce9c137b3934c5672de6e8eff4 archinfo-9.2.47.tar.gz |