Andreas Tille pushed to branch master at Debian Med / lamassemble
Commits: da2a4460 by Andreas Tille at 2024-02-26T16:22:07+01:00 New upstream version 1.7.1 - - - - - 91f5b3ce by Andreas Tille at 2024-02-26T16:22:07+01:00 routine-update: New upstream version - - - - - b1038436 by Andreas Tille at 2024-02-26T16:22:08+01:00 Update upstream source from tag 'upstream/1.7.1' Update to upstream version '1.7.1' with Debian dir 222a42a7424f1fc5f7af8ce75ee120fdd9865f7e - - - - - a8b6027e by Andreas Tille at 2024-02-26T16:25:20+01:00 Refresh patch - - - - - 9cdf3c20 by Andreas Tille at 2024-02-26T16:30:08+01:00 Close bug and upload to unstable - - - - - 4 changed files: - README.md - debian/changelog - debian/patches/set_package_field.patch - setup.py Changes: ===================================== README.md ===================================== @@ -137,8 +137,8 @@ similarities by increasing option `-m` (and/or decreasing `-u` or `-W`). - `-P P`: number of parallel threads. - `-u U`: go faster by getting `U`-fold fewer initial matches between - 2 sequences. `U` must be 4, 8, 16, 32, or 64 (values allowed by - `lastdb -uRY`). + 2 sequences. `U` must be 4, 8, 16, 32, 64, or 128 (values allowed + by `lastdb -uRY`). - `-W W`: get initial matches between 2 sequences starting at any base that is the "minimum" in any window of `W` consecutive bases. ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +lamassemble (1.7.1-1) unstable; urgency=medium + + * Team upload. + * New upstream version + Closes: #1061806 + + -- Andreas Tille <[email protected]> Mon, 26 Feb 2024 16:25:27 +0100 + lamassemble (1.7.0-2) unstable; urgency=medium * Team upload. ===================================== debian/patches/set_package_field.patch ===================================== @@ -1,15 +1,15 @@ Description: Explicitly set packages field for right file Author: Nilesh Patra <[email protected]> Last-Update: 2022-10-23 ---- lamassemble.orig/setup.py -+++ lamassemble/setup.py +--- a/setup.py ++++ b/setup.py @@ -1,4 +1,5 @@ import setuptools +from setuptools import find_packages - commitInfo = " (HEAD -> master, tag: 1.7.0)".strip("( )").split() + commitInfo = " (HEAD -> master, tag: 1.7.1)".strip("( )").split() version = commitInfo[commitInfo.index("tag:") + 1].rstrip(",") -@@ -6,6 +7,7 @@ +@@ -6,6 +7,7 @@ version = commitInfo[commitInfo.index("t setuptools.setup( name="lamassemble", version=version, ===================================== setup.py ===================================== @@ -1,6 +1,6 @@ import setuptools -commitInfo = " (HEAD -> master, tag: 1.7.0)".strip("( )").split() +commitInfo = " (HEAD -> master, tag: 1.7.1)".strip("( )").split() version = commitInfo[commitInfo.index("tag:") + 1].rstrip(",") setuptools.setup( View it on GitLab: https://salsa.debian.org/med-team/lamassemble/-/compare/0b1cb9e0948ed450b292631a1d7e139d4bda19e6...9cdf3c2033c4de7080efdac44fcad5d6fd61f863 -- View it on GitLab: https://salsa.debian.org/med-team/lamassemble/-/compare/0b1cb9e0948ed450b292631a1d7e139d4bda19e6...9cdf3c2033c4de7080efdac44fcad5d6fd61f863 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
