Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-biopython for
openSUSE:Factory checked in at 2026-07-02 20:10:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-biopython (Old)
and /work/SRC/openSUSE:Factory/.python-biopython.new.1982 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-biopython"
Thu Jul 2 20:10:00 2026 rev:20 rq:1363045 version:1.87
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-biopython/python-biopython.changes
2026-06-22 17:36:42.001017638 +0200
+++
/work/SRC/openSUSE:Factory/.python-biopython.new.1982/python-biopython.changes
2026-07-02 20:13:18.121386023 +0200
@@ -1,0 +2,7 @@
+Wed Jul 1 09:58:01 UTC 2026 - Daniel Garcia <[email protected]>
+
+- Add a legal notice about examples not being distributed
+ As some files under Tests/* are under CC BY-NC 4.0
+ (bsc#1269823)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-biopython.spec ++++++
--- /var/tmp/diff_new_pack.wO6j1e/_old 2026-07-02 20:13:18.653404441 +0200
+++ /var/tmp/diff_new_pack.wO6j1e/_new 2026-07-02 20:13:18.653404441 +0200
@@ -25,6 +25,7 @@
Summary: Python Tools for Computational Molecular Biology
License: BSD-3-Clause AND MIT
URL: https://biopython.org/
+# Legal-Review-Notice: Tests containing files under CC BY-NC 4.0 are not
distributed
Source0:
https://files.pythonhosted.org/packages/source/b/biopython/biopython-%{version}.tar.gz
Source100: python-biopython-rpmlintrc
BuildRequires: %{python_module devel}
@@ -57,6 +58,11 @@
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
+# Make sure to do not distribute Test files bsc#1269823
+# it seems that the Tests/* contain some files that are non-commercial only
+%if %{without test}
+rm -rf Tests
+%endif
%build
export LANG=en_US.UTF-8