[med-svn] [Git][med-team/snakemake][debian-v7] work around patch not adding empty files

Rebecca N. Palmer (@rnpalmer-guest) gitlab at salsa.debian.org
Fri Feb 9 19:12:13 GMT 2024



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_palmer at zoho.com>  Fri, 09 Feb 2024 07:51:55 +0000
+ -- Rebecca N. Palmer <rebecca_palmer at 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_palmer at 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_palmer at 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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240209/a88a7aab/attachment-0001.htm>


More information about the debian-med-commit mailing list