diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-23 12:29:20 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 12:29:20 +0000 |
| commit | 4d7c595c452e9130f20359f1dc05bb217a0d70c0 (patch) | |
| tree | 90d94eaeec5eaed0ead3893e253f16149dcc14ae | |
| parent | 17bf5072f12fde73055011db89cb4ed67dfa0cd0 (diff) | |
automatic import of python-pyfastxopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pyfastx.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /pyfastx-1.0.1.tar.gz +/pyfastx-1.1.0.tar.gz diff --git a/python-pyfastx.spec b/python-pyfastx.spec index 93f896e..6277c45 100644 --- a/python-pyfastx.spec +++ b/python-pyfastx.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyfastx -Version: 1.0.1 +Version: 1.1.0 Release: 1 Summary: pyfastx is a python module for fast random access to sequences from plain and gzipped FASTA/Q file License: MIT URL: https://github.com/lmdu/pyfastx -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e5/06/6496b396dc38015fd76d253ac2b41a813950483035e4b24e048f7c3e041c/pyfastx-1.0.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d2/42/116eedc4a40d96c14c6b0fb4ba0c2841b2a5a2bc65341b227521d2b27818/pyfastx-1.1.0.tar.gz %description @@ -33,7 +33,7 @@ The ``pyfastx`` is a lightweight Python C extension that enables users to random This project was heavily inspired by `@mdshw5 <https://github.com/mdshw5>`_'s project `pyfaidx <https://github.com/mdshw5/pyfaidx>`_ and `@brentp <https://github.com/brentp>`_'s project `pyfasta <https://github.com/brentp/pyfasta>`_. %prep -%autosetup -n pyfastx-1.0.1 +%autosetup -n pyfastx-1.1.0 %build %py3_build @@ -73,5 +73,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1 - Package Spec generated @@ -1 +1 @@ -e2ce9beacb895ebf6ff6d145f9354156 pyfastx-1.0.1.tar.gz +d9deaa1fb31b0611872445f07a136ea8 pyfastx-1.1.0.tar.gz |
