Rebecca N. Palmer pushed to branch debian-v7 at Debian Med / snakemake


Commits:
26e21c8f by Rebecca N. Palmer at 2024-02-09T19:11:31+00:00
work around patch not adding empty files

- - - - -


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>  Fri, 09 Feb 2024 07:51:55 
+0000
+ -- Rebecca N. Palmer <rebecca_pal...@zoho.com>  Fri, 09 Feb 2024 19:11:23 
+0000
 
 snakemake (7.32.4-1) unstable; urgency=medium
 


=====================================
debian/patches/fstring.patch
=====================================
@@ -143,6 +143,10 @@ Author: Hocnonsense, Rebecca N. Palmer 
<rebecca_pal...@zoho.com>
 +        linemap[last + 1] = linemap[last]
 +    return join_compilation, linemap, snakefile.rulecount
 --- /dev/null
++++ b/tests/test_fstring/expected-results/SID23454678.txt
+@@ -0,0 +1,1 @@
++rrr
+--- /dev/null
 +++ b/tests/test_fstring/Snakefile
 @@ -0,0 +1,51 @@
 +shell.executable("bash")
@@ -154,7 +158,7 @@ Author: Hocnonsense, Rebecca N. Palmer 
<rebecca_pal...@zoho.com>
 +    output:
 +        f"{PREFIX}{mid}xt",
 +    shell:
-+        "echo '>'{output}'<'; touch {output}; sleep 1"
++        "echo '>'{output}'<'; echo 'rrr' > {output}; sleep 1"
 +
 +
 +rule unit2:



View it on GitLab: 
https://salsa.debian.org/med-team/snakemake/-/commit/26e21c8f0a0f420597689816e697159757defeff

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/snakemake/-/commit/26e21c8f0a0f420597689816e697159757defeff
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