From 063426a89a0ccc96247e270eb182c5438d7f136474dfee6ad4b4bfc2b6dc59fd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 27 Mar 2022 14:09:13 +0000 Subject: [PATCH] - update to 1.79: * This is intended to be our final release supporting Python 3.6. It also supports Python 3.7, 3.8 and 3.9, and has also been tested on PyPy3.6.1 v7.1.1. * Detailed list of changes see https://github.com/biopython/biopython/blob/biopython-179/NEWS.rst#1-june-2021-biopython-179 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-biopython?expand=0&rev=15 --- biopython-1.78.tar.gz | 3 --- biopython-1.79.tar.gz | 3 +++ python-biopython.changes | 9 +++++++++ python-biopython.spec | 10 +++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 biopython-1.78.tar.gz create mode 100644 biopython-1.79.tar.gz diff --git a/biopython-1.78.tar.gz b/biopython-1.78.tar.gz deleted file mode 100644 index e358ea7..0000000 --- a/biopython-1.78.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ee0a0b6c2376680fea6642d5080baa419fd73df104a62d58a8baf7a8bbe4564 -size 16895184 diff --git a/biopython-1.79.tar.gz b/biopython-1.79.tar.gz new file mode 100644 index 0000000..7fc9703 --- /dev/null +++ b/biopython-1.79.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb07eac99d3b8abd7ba56ff4bedec9263f76dfc3c3f450e7d2e2bcdecf8559b +size 16738730 diff --git a/python-biopython.changes b/python-biopython.changes index 08d1e66..07f0279 100644 --- a/python-biopython.changes +++ b/python-biopython.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Mar 27 13:57:19 UTC 2022 - Dirk Müller + +- update to 1.79: + * This is intended to be our final release supporting Python 3.6. It also + supports Python 3.7, 3.8 and 3.9, and has also been tested on PyPy3.6.1 v7.1.1. + * Detailed list of changes see + https://github.com/biopython/biopython/blob/biopython-179/NEWS.rst#1-june-2021-biopython-179 + ------------------------------------------------------------------- Sat Feb 20 19:29:23 UTC 2021 - andy great diff --git a/python-biopython.spec b/python-biopython.spec index 59f89a4..e14f509 100644 --- a/python-biopython.spec +++ b/python-biopython.spec @@ -1,7 +1,7 @@ # # spec file for package python-biopython # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,11 +22,11 @@ %define skip_python2 1 %define skip_python36 1 Name: python-biopython -Version: 1.78 +Version: 1.79 Release: 0 Summary: Python Tools for Computational Molecular Biology -License: MIT AND BSD-3-Clause -URL: http://www.biopython.org +License: BSD-3-Clause AND MIT +URL: https://biopython.org/ Source0: https://files.pythonhosted.org/packages/source/b/biopython/biopython-%{version}.tar.gz Source100: python-biopython-rpmlintrc BuildRequires: %{python_module devel} @@ -56,7 +56,7 @@ available Python tools for computational molecular biology. %setup -q -n biopython-%{version} find -type f -name "*.py" -exec sed -i '/^#![ ]*\/usr\/bin\/.*$/ d' {} 2>/dev/null ';' # Example scripts cannot be in a subdirectory -mv -v Doc/examples examples +mv -v Doc/examples examples %build export LANG=en_US.UTF-8