diff --git a/requirements.txt b/requirements.txt index dd8b0764..8d95e80c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ configargparse>=1.2.3 google-i18n-address>=3.0.0 intervaltree>=3.1.0 jinja2>=3.1.2 -lxml>=4.9.0 +lxml>=4.9.0,<5.0.0 pycountry>=22.3.5 pyyaml>=5.3.1 requests>=2.5.0 diff --git a/setup.cfg b/setup.cfg index b9dd57c4..5b7e1a82 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ install_requires = platformdirs>=3.6.0 google-i18n-address>=3.0.0 intervaltree>=3.1.0 jinja2>=3.1.2 - lxml>=4.9.0 + lxml>=4.9.0,<5.0.0 pycountry>=22.3.5 pyyaml>=5.3.1 requests>=2.5.0 diff --git a/tests/valid/docfile.html b/tests/valid/docfile.html index cfe9c953..d9630073 100644 --- a/tests/valid/docfile.html +++ b/tests/valid/docfile.html @@ -4,15 +4,15 @@ -Xml2rfc Vocabulary Version 3 Schema xml2rfc release 3.18.2 +Xml2rfc Vocabulary Version 3 Schema xml2rfc release 3.19.0 - - + + @@ -24,7 +24,7 @@ Xml2rfc Vocabulary V3 Schema -December 2023 +January 2024 xml2rfc(1) @@ -39,7 +39,7 @@
xml2rfc(1)
Published:
- +
Author:
@@ -49,7 +49,7 @@
-

Xml2rfc Vocabulary Version 3 Schema
xml2rfc release 3.18.2

+

Xml2rfc Vocabulary Version 3 Schema
xml2rfc release 3.19.0

Abstract

@@ -371,7 +371,7 @@

The latest version of this documentation is available in HTML form at https://ietf-tools.github.io/xml2rfc/.

- This documentation applies to xml2rfc version 3.18.2.

+ This documentation applies to xml2rfc version 3.19.0.

@@ -6366,7 +6366,7 @@

The following variables are available for use in an xml2rfc - manpage Jinja2 template, as of xml2rfc version 3.18.2:

+ manpage Jinja2 template, as of xml2rfc version 3.19.0:

{{ bare_latin_tags }}:
diff --git a/tests/valid/draft-miek-test.html b/tests/valid/draft-miek-test.html index acc8a4b9..bbf5ffac 100644 --- a/tests/valid/draft-miek-test.html +++ b/tests/valid/draft-miek-test.html @@ -16,7 +16,7 @@ This version is adapted to work with "xml2rfc" version 2.x. ' name="description"> - + @@ -26,20 +26,20 @@ diff --git a/tests/valid/draft-template.html b/tests/valid/draft-template.html index d4e245d6..668d1a70 100644 --- a/tests/valid/draft-template.html +++ b/tests/valid/draft-template.html @@ -11,24 +11,24 @@ Insert an abstract: MANDATORY. This template is for creating an Internet Draft. " name="description"> - + diff --git a/tests/valid/indexes.pages.text b/tests/valid/indexes.pages.text index 29d6bb19..ec36660c 100644 --- a/tests/valid/indexes.pages.text +++ b/tests/valid/indexes.pages.text @@ -3,9 +3,9 @@ Network Working Group H. Person, Ed. -Internet-Draft December 17, 2023 +Internet-Draft January 8, 2024 Intended status: Experimental -Expires: June 19, 2024 +Expires: July 11, 2024 xml2rfc index tests @@ -26,11 +26,11 @@ Status of This Memo time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." - This Internet-Draft will expire on June 19, 2024. + This Internet-Draft will expire on July 11, 2024. Copyright Notice - Copyright (c) 2023 IETF Trust and the persons identified as the + Copyright (c) 2024 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal @@ -53,9 +53,9 @@ Table of Contents -Person Expires June 19, 2024 [Page 1] +Person Expires July 11, 2024 [Page 1] -Internet-Draft xml2rfc index tests December 2023 +Internet-Draft xml2rfc index tests January 2024 This is another section! @@ -109,9 +109,9 @@ Index -Person Expires June 19, 2024 [Page 2] +Person Expires July 11, 2024 [Page 2] -Internet-Draft xml2rfc index tests December 2023 +Internet-Draft xml2rfc index tests January 2024 E @@ -165,4 +165,4 @@ Author's Address -Person Expires June 19, 2024 [Page 3] +Person Expires July 11, 2024 [Page 3] diff --git a/tests/valid/indexes.prepped.xml b/tests/valid/indexes.prepped.xml index b1d048b9..42b1b3d5 100644 --- a/tests/valid/indexes.prepped.xml +++ b/tests/valid/indexes.prepped.xml @@ -1,6 +1,6 @@ - - + + @@ -20,7 +20,7 @@ - +
Status of This Memo @@ -41,13 +41,13 @@ material or to cite them other than as "work in progress." - This Internet-Draft will expire on 19 June 2024. + This Internet-Draft will expire on 11 July 2024.
Copyright Notice - Copyright (c) 2023 IETF Trust and the persons identified as the + Copyright (c) 2024 IETF Trust and the persons identified as the document authors. All rights reserved. diff --git a/tests/valid/indexes.text b/tests/valid/indexes.text index a9bc3bdf..86c065c4 100644 --- a/tests/valid/indexes.text +++ b/tests/valid/indexes.text @@ -3,9 +3,9 @@ Network Working Group H. Person, Ed. -Internet-Draft December 17, 2023 +Internet-Draft January 8, 2024 Intended status: Experimental -Expires: June 19, 2024 +Expires: July 11, 2024 xml2rfc index tests @@ -26,11 +26,11 @@ Status of This Memo time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." - This Internet-Draft will expire on June 19, 2024. + This Internet-Draft will expire on July 11, 2024. Copyright Notice - Copyright (c) 2023 IETF Trust and the persons identified as the + Copyright (c) 2024 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal diff --git a/tests/valid/indexes.v3.html b/tests/valid/indexes.v3.html index 76c7d8ae..6d5f71c6 100644 --- a/tests/valid/indexes.v3.html +++ b/tests/valid/indexes.v3.html @@ -6,7 +6,7 @@ xml2rfc index tests - + @@ -19,11 +19,11 @@ Internet-Draft xml2rfc index tests -December 2023 +January 2024 Person -Expires June 19, 2024 +Expires July 11, 2024 [Page] @@ -36,12 +36,12 @@
indexes-00
Published:
- +
Intended Status:
Experimental
Expires:
-
+
Author:
@@ -71,7 +71,7 @@

time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."

- This Internet-Draft will expire on June 19, 2024.

+ This Internet-Draft will expire on July 11, 2024.