Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] biber: update to 2.16
@ 2021-06-13 11:19 dkwo
  2021-06-14  3:00 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dkwo @ 2021-06-13 11:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

There is a new pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages biber
https://github.com/void-linux/void-packages/pull/31449

biber: update to 2.16
builds on x86_64-musl
disabled tests, as they require more recent perl

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me


A patch file from https://github.com/void-linux/void-packages/pull/31449.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-biber-31449.patch --]
[-- Type: text/x-diff, Size: 2198 bytes --]

From 4541f84e95b84fcbb0fa4b26687d4d458bf685d3 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Mon, 24 May 2021 14:15:56 +0200
Subject: [PATCH] biber: update to 2.16

---
 srcpkgs/biber/template | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/biber/template b/srcpkgs/biber/template
index 90a10494d2cb..d0d43ce09cc7 100644
--- a/srcpkgs/biber/template
+++ b/srcpkgs/biber/template
@@ -1,11 +1,12 @@
 # Template file for 'biber'
 pkgname=biber
-version=2.14
-revision=3
+version=2.16
+revision=1
 wrksrc="${pkgname}-${version}"
 build_style=perl-ModuleBuild
 hostmakedepends="perl-Module-Build"
-makedepends="
+makedepends="perl-ExtUtils-LibBuilder"
+depends="
 	perl-autovivification
 	perl-Business-ISBN
 	perl-Business-ISMN
@@ -14,17 +15,20 @@ makedepends="
 	perl-Data-Compare
 	perl-Data-Dump
 	perl-Data-Uniqid
+	perl-Date-Simple
 	perl-DateTime-Calendar-Julian
 	perl-DateTime-Format-Builder
 	perl-Encode-EUCJPASCII
 	perl-Encode-HanExtra
 	perl-Encode-JIS2K
+	perl-ExtUtils-LibBuilder
 	perl-File-Slurper
 	perl-IO-String
 	perl-IPC-Run3
 	perl-Lingua-Translit
 	perl-List-AllUtils
 	perl-List-MoreUtils-XS
+	perl-List-MoreUtils
 	perl-Log-Log4perl
 	perl-LWP-Protocol-https
 	perl-MIME-Charset
@@ -39,15 +43,17 @@ makedepends="
 	perl-Text-CSV_XS
 	perl-Text-Roman
 	perl-Unicode-LineBreak
+	perl-URI
+	perl-XML-LibXML
 	perl-XML-LibXML-Simple
 	perl-XML-LibXSLT
 	perl-XML-Writer"
-depends="${makedepends}"
-checkdepends="${makedepends} perl-File-Which perl-Test-Differences"
+checkdepends="$depends perl-File-Which perl-Test-Most"
 short_desc="BibTeX replacement for users of biblatex, with full Unicode support"
 maintainer="svenper <svenper@tuta.io>"
 license="Artistic-2.0"
-homepage="http://biblatex-biber.sourceforge.net/"
+homepage="http://biblatex-biber.sourceforge.net"
 changelog="https://raw.githubusercontent.com/plk/biber/dev/Changes"
 distfiles="https://github.com/plk/biber/archive/v${version}.tar.gz"
-checksum=8f6b6aa7762a18190ae0acde6d315e3a3bb1fbdf791bece798d99ff3d4f4a71c
+checksum=57111ebc6d0d1933e55d3fe1a92f8ef57c602388ae83598a8073c8a77fd811e2
+make_check=no # test failures with perl < 5.34

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: biber: update to 2.16
  2021-06-13 11:19 [PR PATCH] biber: update to 2.16 dkwo
@ 2021-06-14  3:00 ` ericonr
  2021-06-14  3:00 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-06-14  3:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 247 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31449#issuecomment-860332338

Comment:
Does this bring important new stuff? Might be interesting to wait a bit so we can merge perl 5.34 as wel..

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: biber: update to 2.16
  2021-06-13 11:19 [PR PATCH] biber: update to 2.16 dkwo
  2021-06-14  3:00 ` ericonr
@ 2021-06-14  3:00 ` ericonr
  2021-06-14  6:15 ` dkwo
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-06-14  3:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31449#issuecomment-860332338

Comment:
Does this bring important new stuff? Might be interesting to wait a bit so we can merge perl 5.34 as well.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: biber: update to 2.16
  2021-06-13 11:19 [PR PATCH] biber: update to 2.16 dkwo
  2021-06-14  3:00 ` ericonr
  2021-06-14  3:00 ` ericonr
@ 2021-06-14  6:15 ` dkwo
  2021-06-28 12:07 ` [pending perl 5.34] " dkwo
  2021-06-28 12:07 ` [PR PATCH] [Closed]: " dkwo
  4 siblings, 0 replies; 6+ messages in thread
From: dkwo @ 2021-06-14  6:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1263 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/31449#issuecomment-860404102

Comment:
Nothing important, let's wait.

```
Revision history for Biber

2.16   (2020-12)
       * Better support for Unicode on Windows (10 1803+) with the
         --winunicode option
       * Option "output_macro_fields" no longer does anything as macro
         fields are auto-detected.
       * New options "output_no_macrodefs" and "output_all_macrodefs" control
         BibTeX macros (@STRING) output for bibtex format output.
2.15   (2020-08)
       * Added --output-legacy-dates and --output-field-replace options to
         aid in outputting legacy bibtex format in tool and non-tool mode
       * UTF-8 filenames supported on Windows
       * INCOMPATIBLE CHANGE - datasource globbing now has to be turned on
         explicitly with the --glob-datasources option. Globbing causes
         some issues with UTF8 encoding detection on some OSes and since it
         is a niche requirement, it is turned off by default.
       * DEPRECATION WARNING - The BBLXML output format will be removed in
         version 4. It is rarely used and complicates test suite maintenance
         considerably.
```

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [pending perl 5.34] biber: update to 2.16
  2021-06-13 11:19 [PR PATCH] biber: update to 2.16 dkwo
                   ` (2 preceding siblings ...)
  2021-06-14  6:15 ` dkwo
@ 2021-06-28 12:07 ` dkwo
  2021-06-28 12:07 ` [PR PATCH] [Closed]: " dkwo
  4 siblings, 0 replies; 6+ messages in thread
From: dkwo @ 2021-06-28 12:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/31449#issuecomment-869628440

Comment:
included in #31635 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Closed]: [pending perl 5.34] biber: update to 2.16
  2021-06-13 11:19 [PR PATCH] biber: update to 2.16 dkwo
                   ` (3 preceding siblings ...)
  2021-06-28 12:07 ` [pending perl 5.34] " dkwo
@ 2021-06-28 12:07 ` dkwo
  4 siblings, 0 replies; 6+ messages in thread
From: dkwo @ 2021-06-28 12:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

There's a closed pull request on the void-packages repository

[pending perl 5.34] biber: update to 2.16
https://github.com/void-linux/void-packages/pull/31449

Description:
builds on x86_64-musl
disabled tests, as they require more recent perl

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-28 12:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13 11:19 [PR PATCH] biber: update to 2.16 dkwo
2021-06-14  3:00 ` ericonr
2021-06-14  3:00 ` ericonr
2021-06-14  6:15 ` dkwo
2021-06-28 12:07 ` [pending perl 5.34] " dkwo
2021-06-28 12:07 ` [PR PATCH] [Closed]: " dkwo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).