From 0189dc61961268fac9d477fb60fe9978897df664f897268f516f9a6e6e625b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 2 Dec 2020 15:03:31 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-doctemplates revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-doctemplates?expand=0&rev=40 --- doctemplates-0.8.2.tar.gz | 3 --- doctemplates-0.8.3.tar.gz | 3 +++ ghc-doctemplates.changes | 24 ++++++++++++++++++++++++ ghc-doctemplates.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 doctemplates-0.8.2.tar.gz create mode 100644 doctemplates-0.8.3.tar.gz diff --git a/doctemplates-0.8.2.tar.gz b/doctemplates-0.8.2.tar.gz deleted file mode 100644 index 33515ad..0000000 --- a/doctemplates-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f463b2309e19918a58b1e53740bee4b98ab274549e49e4455dce824b49adbe93 -size 26780 diff --git a/doctemplates-0.8.3.tar.gz b/doctemplates-0.8.3.tar.gz new file mode 100644 index 0000000..58803dc --- /dev/null +++ b/doctemplates-0.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbafd7e94da3cba39e79ba1596c2e8efb745bea0792b0e7c756fbe08467ff5f +size 27191 diff --git a/ghc-doctemplates.changes b/ghc-doctemplates.changes index d982389..462cbc0 100644 --- a/ghc-doctemplates.changes +++ b/ghc-doctemplates.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Dec 1 08:09:40 UTC 2020 - psimons@suse.com + +- Update doctemplates to version 0.8.3. + ## 0.8.3 + + * Properly handle nested loops (#15). Previously "it" was + always used for the variable in a loop, and in a nested loop + there was no way to distinguish the value of the inner + iteration from the value of the outer one. Now we assign + the iterated value to both "it" and to the original variable + name (e.g. "foo.bar"). This probably has a small negative + performance impact. Note that this change also affects + the output of the template parser: original variable + names are now retained instead of being replaced by "it". + + * Remove duplicate IsString constraint (#14, Mario Lang). + + * Update haddocks from README (#10). + + * Minor code clean-ups (#7, favonia). + + * Add hsyaml >= 0.2 constraint (#6). + ------------------------------------------------------------------- Tue Aug 18 10:44:41 UTC 2020 - Peter Simons diff --git a/ghc-doctemplates.spec b/ghc-doctemplates.spec index 981d755..5651942 100644 --- a/ghc-doctemplates.spec +++ b/ghc-doctemplates.spec @@ -19,7 +19,7 @@ %global pkg_name doctemplates %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.8.2 +Version: 0.8.3 Release: 0 Summary: Pandoc-style document templates License: BSD-3-Clause