From 4d7c595c452e9130f20359f1dc05bb217a0d70c0 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 23 Apr 2023 12:29:20 +0000 Subject: automatic import of python-pyfastx --- .gitignore | 1 + python-pyfastx.spec | 8 ++++---- sources | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7240753..0c6409a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 `_'s project `pyfaidx `_ and `@brentp `_'s project `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 - 1.0.1-1 +* Sun Apr 23 2023 Python_Bot - 1.1.0-1 - Package Spec generated diff --git a/sources b/sources index cb8ee22..b1e2c7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e2ce9beacb895ebf6ff6d145f9354156 pyfastx-1.0.1.tar.gz +d9deaa1fb31b0611872445f07a136ea8 pyfastx-1.1.0.tar.gz -- cgit v1.2.3