Karsten Schöke pushed to branch master at Debian Med / python-biopython


Commits:
b2480d7b by Karsten Schöke at 2026-05-13T06:43:30+02:00
New upstream version

- - - - -
b51fc0d6 by Karsten Schöke at 2026-05-13T06:43:31+02:00
New upstream version 1.87+dfsg
- - - - -
7f85f611 by Karsten Schöke at 2026-05-13T06:43:43+02:00
Update upstream source from tag 'upstream/1.87+dfsg'

Update to upstream version '1.87+dfsg'
with Debian dir df313f34fd78f352ff53f94860d6894fe55f408b
- - - - -
8f54155a by Karsten Schöke at 2026-05-13T06:43:44+02:00
Standards-Version: 4.7.4 (routine-update)

- - - - -
22fb417d by Karsten Schöke at 2026-05-13T09:35:59+02:00
d/rules: Sphinx no longer aborts the build on warnings.

- - - - -
8e8fadf4 by Karsten Schöke at 2026-05-13T10:51:30+02:00
d/t/control: Remove obsolete skip-not-installable option

- - - - -
701ded83 by Karsten Schöke at 2026-05-13T11:23:57+02:00
d/rules: Updated the link to the Debian mathjax jslib after upstream change.

- - - - -
a56ba172 by Karsten Schöke at 2026-05-13T12:03:11+02:00
d/control: wrap-and-sort and change B-D

- - - - -
d25b1390 by Karsten Schöke at 2026-05-13T12:04:50+02:00
prepare release.

- - - - -


151 changed files:

- .circleci/config.yml
- .flake8
- .github/workflows/ci.yml
- .gitignore
- .pre-commit-config.yaml
- Bio/Align/AlignInfo.py
- Bio/Align/__init__.py
- Bio/Align/chain.py
- Bio/AlignIO/MauveIO.py
- Bio/AlignIO/__init__.py
- Bio/Blast/NCBIXML.py
- Bio/Blast/_parser.py
- Bio/Blast/_writers.py
- Bio/Cluster/__init__.py
- Bio/Entrez/DTDs/einfo.dtd
- + Bio/Entrez/DTDs/pubmed_230101.dtd
- + Bio/Entrez/DTDs/pubmed_240101.dtd
- + Bio/Entrez/DTDs/pubmed_250101.dtd
- Bio/Entrez/Parser.py
- Bio/Entrez/__init__.py
- Bio/ExPASy/ScanProsite.py
- Bio/Nexus/Trees.py
- Bio/PDB/MMCIFParser.py
- Bio/PDB/PDBIO.py
- Bio/PDB/PDBList.py
- Bio/PDB/PSEA.py
- Bio/PDB/StructureAlignment.py
- Bio/PDB/internal_coords.py
- Bio/PDB/vectors.py
- Bio/Phylo/BaseTree.py
- Bio/Phylo/NeXMLIO.py
- Bio/SCOP/__init__.py
- Bio/SearchIO/HmmerIO/hmmer3_text.py
- Bio/SearchIO/InfernalIO/__init__.py
- Bio/SearchIO/InfernalIO/_base.py
- Bio/SearchIO/_utils.py
- Bio/Seq.py
- Bio/SeqIO/FastaIO.py
- Bio/SeqIO/InsdcIO.py
- Bio/SeqIO/Interfaces.py
- Bio/SeqIO/PhdIO.py
- Bio/SeqIO/SnapGeneIO.py
- Bio/SeqIO/UniprotIO.py
- Bio/SeqIO/__init__.py
- Bio/SeqRecord.py
- Bio/SeqUtils/ProtParam.py
- Bio/__init__.py
- Bio/codonalign/__init__.py
- Bio/codonalign/codonalignment.py
- Bio/motifs/__init__.py
- Bio/motifs/meme.py
- BioSQL/BioSeq.py
- CONTRIB.rst
- CONTRIBUTING.rst
- DEPRECATED.rst
- Doc/Tutorial/chapter_contributing.rst
- Doc/Tutorial/chapter_entrez.rst
- Doc/Tutorial/chapter_introduction.rst
- Doc/Tutorial/chapter_testing.rst
- Doc/biopdb_faq.tex
- LICENSE.rst
- MANIFEST.in
- NEWS.rst
- README.rst
- − Tests/Entrez/egquery1.xml
- − Tests/Entrez/egquery2.xml
- Tests/Entrez/einfo1.xml
- Tests/Entrez/einfo2.xml
- − Tests/Entrez/einfo3.xml
- Tests/Entrez/einfo4.xml
- Tests/Entrez/elink1.xml
- Tests/Entrez/elink2.xml
- Tests/Entrez/elink3.xml
- Tests/Entrez/elink4.xml
- Tests/Entrez/elink5.xml
- Tests/Entrez/elink6.xml
- Tests/Entrez/elink7.xml
- Tests/Entrez/elink8.xml
- Tests/Entrez/epost1.xml
- Tests/Entrez/epost2.xml
- Tests/Entrez/epost3.xml
- Tests/Entrez/esearch1.xml
- Tests/Entrez/esearch2.xml
- Tests/Entrez/esearch3.xml
- − Tests/Entrez/esearch4.xml
- Tests/Entrez/esearch5.xml
- Tests/Entrez/esearch6.xml
- Tests/Entrez/esearch7.xml
- Tests/Entrez/esearch8.xml
- Tests/Entrez/espell.xml
- Tests/Entrez/esummary1.xml
- − Tests/Entrez/esummary2.xml
- Tests/Entrez/esummary3.xml
- Tests/Entrez/esummary4.xml
- Tests/Entrez/esummary5.xml
- Tests/Entrez/esummary6.xml
- − Tests/Entrez/esummary7.xml
- Tests/Entrez/esummary8.xml
- − Tests/Entrez/ncbi_mim.xml
- Tests/Entrez/nucleotide1.xml
- Tests/Entrez/nucleotide2.xml
- Tests/Entrez/protein.xml
- Tests/Entrez/pubmed1.xml
- Tests/Entrez/pubmed2.xml
- Tests/Entrez/taxonomy.xml
- + Tests/ExPASy/scanprosite_response.xml
- + Tests/SnapGene/linebreak_in_qualifier_text.dna
- + Tests/SnapGene/looped_feature.dna
- + Tests/SnapGene/looped_feature_origin.dna
- Tests/pairwise2_testCases.py
- Tests/test_AlignIO.py
- Tests/test_AlignIO_ClustalIO.py
- Tests/test_AlignIO_EmbossIO.py
- Tests/test_AlignIO_FastaIO.py
- Tests/test_AlignIO_MauveIO.py
- Tests/test_AlignIO_PhylipIO.py
- Tests/test_AlignIO_convert.py
- Tests/test_Align_format_matrix.py
- Tests/test_Align_msf.py
- Tests/test_Entrez.py
- Tests/test_Entrez_parser.py
- Tests/test_ExPASy.py
- + Tests/test_ExPASy_offline.py
- Tests/test_File.py
- Tests/test_NCBIXML.py
- Tests/test_PDB_PDBIO.py
- Tests/test_PDB_PSEA.py
- Tests/test_PDB_SMCRA.py
- Tests/test_PDB_StructureAlignment.py
- Tests/test_PDB_vectors.py
- Tests/test_Phylo.py
- Tests/test_PhyloXML.py
- Tests/test_Phylo_matplotlib.py
- Tests/test_ProtParam.py
- Tests/test_SearchIO_blast_xml.py
- Tests/test_SearchIO_infernal_text_index.py
- Tests/test_SeqIO.py
- Tests/test_SeqIO_FastaIO.py
- Tests/test_SeqIO_QualityIO.py
- Tests/test_SeqIO_SnapGene.py
- Tests/test_SeqIO_UniprotIO.py
- Tests/test_SeqIO_features.py
- Tests/test_Tutorial.py
- Tests/test_UniGene.py
- Tests/test_UniProt_GOA.py
- debian/changelog
- debian/control
- debian/rules
- debian/tests/control
- + pyproject.toml
- setup.py


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/med-team/python-biopython/-/compare/dcc31892c0aa54f1092d2201e56bfdd00be69af0...d25b139064d72c269c70bb8f34dda06fa6a3e642

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/python-biopython/-/compare/dcc31892c0aa54f1092d2201e56bfdd00be69af0...d25b139064d72c269c70bb8f34dda06fa6a3e642
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to