commit ghc-doctemplates for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-doctemplates for openSUSE:Factory checked in at 2024-10-28 15:18:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-doctemplates (Old) and /work/SRC/openSUSE:Factory/.ghc-doctemplates.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-doctemplates" Mon Oct 28 15:18:29 2024 rev:17 rq:1218551 version:0.11.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-doctemplates/ghc-doctemplates.changes 2023-04-04 21:19:57.401013008 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-doctemplates.new.2020/ghc-doctemplates.changes 2024-10-28 15:20:22.067569736 +0100 @@ -1,0 +2,16 @@ +Mon Sep 9 06:25:57 UTC 2024 - Peter Simons <psimons@suse.com> + +- Update doctemplates to version 0.11.0.1. + # 0.11.0.1 + + * Bump version bounds for doclayout. + + * Fix typos. + + # 0.11 + + * Remove HsYAML depenedency. + + * Remove upper bound for criterion. + +------------------------------------------------------------------- Old: ---- doctemplates-0.11.tar.gz New: ---- doctemplates-0.11.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-doctemplates.spec ++++++ --- /var/tmp/diff_new_pack.jFsBta/_old 2024-10-28 15:20:22.879603554 +0100 +++ /var/tmp/diff_new_pack.jFsBta/_new 2024-10-28 15:20:22.879603554 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-doctemplates # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.11 +Version: 0.11.0.1 Release: 0 Summary: Pandoc-style document templates License: BSD-3-Clause ++++++ doctemplates-0.11.tar.gz -> doctemplates-0.11.0.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/doctemplates-0.11/README.md new/doctemplates-0.11.0.1/README.md --- old/doctemplates-0.11/README.md 2001-09-09 03:46:40.000000000 +0200 +++ new/doctemplates-0.11.0.1/README.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,4 +1,4 @@ -#( doctemplates +# doctemplates [![CI tests](https://github.com/jgm/doctemplates/workflows/CI%20tests/badge.svg)](https://github.com/jgm/doctemplates/actions) @@ -194,7 +194,7 @@ A for loop begins with `for(variable)` (enclosed in matched delimiters) and ends with `endfor` (enclosed in matched -delimiters. +delimiters). - If `variable` is an array, the material inside the loop will be evaluated repeatedly, with `variable` being set to each diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/doctemplates-0.11/changelog.md new/doctemplates-0.11.0.1/changelog.md --- old/doctemplates-0.11/changelog.md 2001-09-09 03:46:40.000000000 +0200 +++ new/doctemplates-0.11.0.1/changelog.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,17 @@ # doctemplates +# 0.11.0.1 + + * Bump version bounds for doclayout. + + * Fix typos. + +# 0.11 + + * Remove HsYAML depenedency. + + * Remove upper bound for criterion. + ## 0.10.0.2 * Use doclayout 0.4. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/doctemplates-0.11/doctemplates.cabal new/doctemplates-0.11.0.1/doctemplates.cabal --- old/doctemplates-0.11/doctemplates.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/doctemplates-0.11.0.1/doctemplates.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ name: doctemplates -version: 0.11 +version: 0.11.0.1 synopsis: Pandoc-style document templates description: This is the text templating system used by pandoc. It supports variable interpolation, iteration, @@ -33,7 +33,7 @@ text-conversions, aeson, text, - doclayout >= 0.4 && < 0.5, + doclayout >= 0.4 && < 0.6, containers, vector, filepath, @@ -51,7 +51,7 @@ main-is: test.hs build-depends: base, doctemplates, - doclayout >= 0.4 && < 0.5, + doclayout >= 0.4 && < 0.6, containers, aeson, Glob, @@ -70,7 +70,7 @@ Main-Is: bench.hs Hs-Source-Dirs: bench Build-Depends: doctemplates, - doclayout >= 0.4 && < 0.5, + doclayout >= 0.4 && < 0.6, base >= 4.8 && < 5, criterion >= 1.0, filepath,
participants (1)
-
Source-Sync