Changeset ed6c072


Ignore:
Timestamp:
11/30/2019 04:36:41 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
03978485
Parents:
ab8d3ce5
Message:

Update to pygments-2.5.2 (Python Module).
Remove tcsh http url

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rab8d3ce5 red6c072  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "29">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 29th, &year;">
     9<!ENTITY releasedate  "November 30th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/pygments.xml

    rab8d3ce5 red6c072  
    88           "https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-&pygments-version;.tar.gz">
    99  <!ENTITY pygments-download-ftp " ">
    10   <!ENTITY pygments-md5sum        "98bc810d0217d776a66494031e4f7ebf">
    11   <!ENTITY pygments-size          "9.3 MB">
    12   <!ENTITY pygments-buildsize     "43 MB">
     10  <!ENTITY pygments-md5sum        "465a35559863089d959d783a69f79b9f">
     11  <!ENTITY pygments-size          "19.3 MB">
     12  <!ENTITY pygments-buildsize     "70 MB">
    1313  <!ENTITY pygments-time          "less than 0.1 SBU">
    1414]>
  • introduction/welcome/changelog.xml

    rab8d3ce5 red6c072  
    4444
    4545    <listitem>
     46      <para>November 30th, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to pygments-2.5.2 (Python Module). Fixes
     50          <ulink url="&blfs-ticket-root;12836">#12836</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54   
     55    <listitem>
    4656      <para>November 29th, 2019</para>
    4757      <itemizedlist>
  • packages.ent

    rab8d3ce5 red6c072  
    531531<!--<!ENTITY pycrypto-version             "2.6.1"> Replaced by pycryptodome -->
    532532<!ENTITY pycryptodome-version         "3.9.4">
    533 <!ENTITY pygments-version             "2.5.1">
     533<!ENTITY pygments-version             "2.5.2">
    534534<!ENTITY pygobject2-version           "2.28.7">
    535535<!ENTITY pygobject3-version           "3.34.0">
  • postlfs/shells/tcsh.xml

    rab8d3ce5 red6c072  
    88  <!ENTITY tcsh-download-http "http://www.sfr-fresh.com/unix/misc/tcsh-&tcsh-version;.tar.gz">-->
    99  <!-- Following URL does have previous versions -->
    10   <!ENTITY tcsh-download-http "http://fossies.org/linux/misc/tcsh-&tcsh-version;.tar.gz">
     10  <!-- The following does not have version 6.22.00 as of Nov 30, 2019 -->
     11  <!--<!ENTITY tcsh-download-http "http://fossies.org/linux/misc/tcsh-&tcsh-version;.tar.gz">-->
     12  <!ENTITY tcsh-download-http " ">
    1113  <!ENTITY tcsh-download-ftp  "ftp://ftp.astron.com/pub/tcsh/tcsh-&tcsh-version;.tar.gz">
    1214  <!ENTITY tcsh-md5sum        "4e6de6d646141ccadb09e780efa08bcc">
Note: See TracChangeset for help on using the changeset viewer.