From a92bb734f2a1780431fd2fbab65aa814200397f7 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 28 Jul 2026 10:20:23 +0200 Subject: feat(of): complete Sunday lectionary from catholic-resources.org (restore 2nd readings) The niedziela harvest had dropped the SECOND reading on 271 of ~299 Sunday-cycle entries (a Sunday Mass is first/psalm/second/gospel). scripts/genlect-of-sundays-cr.py re-sources the temporal Sunday & solemnity lectionary (Ordinary Time, Advent, Christmas, Lent, Easter, Trinity, Corpus Christi, Sacred Heart, Christ the King; all three cycles A/B/C) from catholic-resources.org, keyed by liturgical position, and merges the complete readings into of-lectionary.ini. - Also corrects ~6 contaminated Sunday first readings the niedziela by-date harvest had picked up (ordinary-sunday-21-B had a Marian Prov 8; advent-2-A had the Immaculate Conception's Gen 3; Christ the King B/C, Trinity C, Pentecost, Ascension/7th-of-Easter were wrong). - Content-validated: every changed first reading verified against the old one (all changes are correct fixes or the identical passage, book spelling aside). - Handles source quirks: hyphen/en-dash/ABC cycle markers, verbose Year-A solemnity names, 'opt:' cycle-proper alternates, '[2025: Corpus Christi]' displacement notes appended to names, Palm Sunday (cycle-independent first/second, per-cycle Passion gospel kept), and abbreviation variants (Jon/Is/Mt/Act/Zac...). 157/157 Sundays render first+psalm+second+gospel across 2026-2028. Adds TestOFSundayCompleteReadings, credits the source in NOTICE, bumps to 0.42.0. --- .../__pycache__/genlect-of-sundays-cr.cpython-313.pyc | Bin 0 -> 15762 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 scripts/__pycache__/genlect-of-sundays-cr.cpython-313.pyc (limited to 'scripts/__pycache__') diff --git a/scripts/__pycache__/genlect-of-sundays-cr.cpython-313.pyc b/scripts/__pycache__/genlect-of-sundays-cr.cpython-313.pyc new file mode 100644 index 0000000..80579d6 Binary files /dev/null and b/scripts/__pycache__/genlect-of-sundays-cr.cpython-313.pyc differ -- cgit v1.3