Changeset 456fd2a


Ignore:
Timestamp:
04/24/2017 04:29:25 PM (7 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
880a026
Parents:
0c36cecc
Message:

Update to Jinja2-2.9.6
When there is a commit that affects sysv, someone needs to remove the revision tag and add it to the proper entry. Otherwise, the XML won't validate

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18637 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0c36cecc r456fd2a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "23">                   <!-- Always 2 digits -->
     3<!ENTITY day          "24">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 23rd &year;">
     9<!ENTITY releasedate  "April 24th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/jinja2.xml

    r0c36cecc r456fd2a  
    77<!-- Don't like this URL either. -renodr -->
    88  <!ENTITY Jinja2-download-http
    9            "https://pypi.python.org/packages/71/59/d7423bd5e7ddaf3a1ce299ab4490e9044e8dfd195420fc83a24de9e60726/Jinja2-&Jinja2-version;.tar.gz">
     9           "https://pypi.python.org/packages/90/61/f820ff0076a2599dd39406dcb858ecb239438c02ce706c8e91131ab9c7f1/Jinja2-&Jinja2-version;.tar.gz">
    1010  <!ENTITY Jinja2-download-ftp  " ">
    11   <!ENTITY Jinja2-md5sum        "9e55f0db6620dd99a1b366183a94270d">
     11  <!ENTITY Jinja2-md5sum        "6411537324b4dba0956aaa8109f3c77b">
    1212  <!ENTITY Jinja2-size          "428 KB">
    1313  <!ENTITY Jinja2-buildsize     "10 MB">
  • introduction/welcome/changelog.xml

    r0c36cecc r456fd2a  
    4242    </listitem>
    4343-->
     44    <!-- Someone needs to remove the <revision=systemd> tag when there is a
     45    commit that affects sysv... -->
     46    <listitem revision="systemd">
     47      <para>April 24th, 2017</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Update to Jinja2-2.9.6. Fixes
     51          <ulink url="&blfs-ticket-root;9079">#9079</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4456    <listitem>
    4557      <para>April 23rd, 2017</para>
  • packages.ent

    r0c36cecc r456fd2a  
    385385<!ENTITY dbus-python-version          "1.2.4">
    386386<!ENTITY funcsigs-version             "1.0.2">
    387 <!ENTITY Jinja2-version               "2.9.5">
     387<!ENTITY Jinja2-version               "2.9.6">
    388388<!ENTITY lxml-version                 "3.7.3">
    389389<!ENTITY MarkupSafe-version           "1.0">
Note: See TracChangeset for help on using the changeset viewer.