summaryrefslogtreecommitdiff
path: root/python-pyfastx.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-23 12:29:20 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-23 12:29:20 +0000
commit4d7c595c452e9130f20359f1dc05bb217a0d70c0 (patch)
tree90d94eaeec5eaed0ead3893e253f16149dcc14ae /python-pyfastx.spec
parent17bf5072f12fde73055011db89cb4ed67dfa0cd0 (diff)
automatic import of python-pyfastxopeneuler20.03
Diffstat (limited to 'python-pyfastx.spec')
-rw-r--r--python-pyfastx.spec8
1 files changed, 4 insertions, 4 deletions
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