[med-svn] [Git][med-team/snakemake][debian-v7] revert accidental interface change
Rebecca N. Palmer (@rnpalmer-guest)
gitlab at salsa.debian.org
Fri Feb 9 07:53:20 GMT 2024
Rebecca N. Palmer pushed to branch debian-v7 at Debian Med / snakemake
Commits:
a0c4af75 by Rebecca N. Palmer at 2024-02-09T07:52:23+00:00
revert accidental interface change
- - - - -
2 changed files:
- debian/changelog
- debian/patches/fstring.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -4,7 +4,7 @@ snakemake (7.32.4-2) unstable; urgency=medium
* Adapt to f-strings being tokenized in Python 3.12.
(together, Closes: #1061761)
- -- Rebecca N. Palmer <rebecca_palmer at zoho.com> Thu, 08 Feb 2024 22:16:41 +0000
+ -- Rebecca N. Palmer <rebecca_palmer at zoho.com> Fri, 09 Feb 2024 07:51:55 +0000
snakemake (7.32.4-1) unstable; urgency=medium
=====================================
debian/patches/fstring.patch
=====================================
@@ -141,7 +141,7 @@ Author: Hocnonsense, Rebecca N. Palmer <rebecca_palmer at zoho.com>
+ if linemap:
+ last = max(linemap)
+ linemap[last + 1] = linemap[last]
-+ return join_compilation, snakefile.rulecount
++ return join_compilation, linemap, snakefile.rulecount
--- /dev/null
+++ b/tests/test_fstring/Snakefile
@@ -0,0 +1,51 @@
View it on GitLab: https://salsa.debian.org/med-team/snakemake/-/commit/a0c4af759db2ee0e0a3ec6672b966ba8ad6b7cfb
--
View it on GitLab: https://salsa.debian.org/med-team/snakemake/-/commit/a0c4af759db2ee0e0a3ec6672b966ba8ad6b7cfb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240209/b60d9840/attachment-0001.htm>
More information about the debian-med-commit
mailing list