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_pal...@zoho.com>  Thu, 08 Feb 2024 22:16:41 
+0000
+ -- Rebecca N. Palmer <rebecca_pal...@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_pal...@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.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to