texlive[75042] trunk: bibcop (28apr25)
commits+karl at tug.org
commits+karl at tug.org
Mon Apr 28 21:47:30 CEST 2025
Revision: 75042
https://tug.org/svn/texlive?view=revision&revision=75042
Author: karl
Date: 2025-04-28 21:47:30 +0200 (Mon, 28 Apr 2025)
Log Message:
-----------
bibcop (28apr25)
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/bibcop/bibcop.pl
trunk/Master/texmf-dist/doc/bibtex/bibcop/README.md
trunk/Master/texmf-dist/doc/bibtex/bibcop/bibcop.pdf
trunk/Master/texmf-dist/doc/man/man1/bibcop.1
trunk/Master/texmf-dist/doc/man/man1/bibcop.man1.pdf
trunk/Master/texmf-dist/scripts/bibcop/bibcop.pl
trunk/Master/texmf-dist/source/bibtex/bibcop/bibcop.dtx
trunk/Master/texmf-dist/tex/latex/bibcop/bibcop.sty
Modified: trunk/Build/source/texk/texlive/linked_scripts/bibcop/bibcop.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/bibcop/bibcop.pl 2025-04-28 16:42:40 UTC (rev 75041)
+++ trunk/Build/source/texk/texlive/linked_scripts/bibcop/bibcop.pl 2025-04-28 19:47:30 UTC (rev 75042)
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: Copyright (c) 2022-2025 Yegor Bugayenko
# SPDX-License-Identifier: MIT
-# 2025/03/12 0.0.31
+# 2025/04/28 0.0.32
package bibcop;
use warnings;
@@ -150,7 +150,7 @@
if ($name =~ /^[A-Z][^.]+$/) {
next
}
- if ($name =~ /^(van|de|der|dos|von)$/) {
+ if ($name =~ /^(van|de|der|dos|von|e)$/) {
next
}
if ($name =~ /^[A-Z]$/) {
@@ -1083,7 +1083,7 @@
" --latex Report errors in LaTeX format using the \\PackageWarningNoLine command\n\n" .
"If any issues, please, report to GitHub: https://github.com/yegor256/bibcop");
} elsif (exists $args{'--version'} or exists $args{'-v'}) {
- info('0.0.31 2025/03/12');
+ info('0.0.32 2025/04/28');
} else {
my ($file) = grep { not($_ =~ /^-.*$/) } @ARGV;
if (not $file) {
Modified: trunk/Master/texmf-dist/doc/bibtex/bibcop/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/bibtex/bibcop/README.md 2025-04-28 16:42:40 UTC (rev 75041)
+++ trunk/Master/texmf-dist/doc/bibtex/bibcop/README.md 2025-04-28 19:47:30 UTC (rev 75042)
@@ -74,7 +74,7 @@
```yaml
- repo: https://github.com/yegor256/bibcop
- rev: 0.0.29
+ rev: 0.0.31
hooks:
- id: bibcop
args: []
Modified: trunk/Master/texmf-dist/doc/bibtex/bibcop/bibcop.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/man/man1/bibcop.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/bibcop.1 2025-04-28 16:42:40 UTC (rev 75041)
+++ trunk/Master/texmf-dist/doc/man/man1/bibcop.1 2025-04-28 19:47:30 UTC (rev 75042)
@@ -1,4 +1,4 @@
-.TH bibcop 1 "2025/03/12"
+.TH bibcop 1 "2025/04/28"
.SH NAME
bibcop \- Style Checker and Fixer of BibTeX Files (.bib)
.SH SYNOPSIS
Modified: trunk/Master/texmf-dist/doc/man/man1/bibcop.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/scripts/bibcop/bibcop.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/bibcop/bibcop.pl 2025-04-28 16:42:40 UTC (rev 75041)
+++ trunk/Master/texmf-dist/scripts/bibcop/bibcop.pl 2025-04-28 19:47:30 UTC (rev 75042)
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: Copyright (c) 2022-2025 Yegor Bugayenko
# SPDX-License-Identifier: MIT
-# 2025/03/12 0.0.31
+# 2025/04/28 0.0.32
package bibcop;
use warnings;
@@ -150,7 +150,7 @@
if ($name =~ /^[A-Z][^.]+$/) {
next
}
- if ($name =~ /^(van|de|der|dos|von)$/) {
+ if ($name =~ /^(van|de|der|dos|von|e)$/) {
next
}
if ($name =~ /^[A-Z]$/) {
@@ -1083,7 +1083,7 @@
" --latex Report errors in LaTeX format using the \\PackageWarningNoLine command\n\n" .
"If any issues, please, report to GitHub: https://github.com/yegor256/bibcop");
} elsif (exists $args{'--version'} or exists $args{'-v'}) {
- info('0.0.31 2025/03/12');
+ info('0.0.32 2025/04/28');
} else {
my ($file) = grep { not($_ =~ /^-.*$/) } @ARGV;
if (not $file) {
Modified: trunk/Master/texmf-dist/source/bibtex/bibcop/bibcop.dtx
===================================================================
--- trunk/Master/texmf-dist/source/bibtex/bibcop/bibcop.dtx 2025-04-28 16:42:40 UTC (rev 75041)
+++ trunk/Master/texmf-dist/source/bibtex/bibcop/bibcop.dtx 2025-04-28 19:47:30 UTC (rev 75042)
@@ -31,7 +31,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{bibcop}
%<*package>
-[2025/03/12 0.0.31 Style Checker of Bibliography Files]
+[2025/04/28 0.0.32 Style Checker of Bibliography Files]
%</package>
%<*driver>
\documentclass{ltxdoc}
Modified: trunk/Master/texmf-dist/tex/latex/bibcop/bibcop.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bibcop/bibcop.sty 2025-04-28 16:42:40 UTC (rev 75041)
+++ trunk/Master/texmf-dist/tex/latex/bibcop/bibcop.sty 2025-04-28 19:47:30 UTC (rev 75042)
@@ -31,7 +31,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{bibcop}
-[2025/03/12 0.0.31 Style Checker of Bibliography Files]
+[2025/04/28 0.0.32 Style Checker of Bibliography Files]
More information about the tex-live-commits
mailing list.