Changeset 04dc524d


Ignore:
Timestamp:
12/15/2016 05:07:13 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 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:
0df923f
Parents:
ff28363
Message:

Add funcsigs-1.0.2 python module.

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

Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rff28363 r04dc524d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     3<!ENTITY day          "15">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 14th &year;">
     9<!ENTITY releasedate  "December 15th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/beaker.xml

    rff28363 r04dc524d  
    7575      </para>
    7676
     77      <bridgehead renderas="sect5">Optional</bridgehead>
     78      <para role="optional">
     79        <xref linkend="funcsigs"/> (required for Python-2.7)
     80      </para>
     81
    7782      <para condition="html" role="usernotes">
    7883        User Notes: <ulink url="&blfs-wiki;/Beaker"/>
  • general/prog/python-modules.xml

    rff28363 r04dc524d  
    7979      <listitem revision="systemd">
    8080        <para>
     81          <xref linkend="funcsigs"/>
     82        </para>
     83      </listitem>
     84      <listitem revision="systemd">
     85        <para>
    8186          <xref linkend="Beaker"/>
    8287        </para>
     
    138143
    139144  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     145    href="funcsigs.xml"/>
     146
     147  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    140148    href="beaker.xml"/>
    141149
  • introduction/welcome/changelog.xml

    rff28363 r04dc524d  
    4343    </listitem>
    4444-->
     45    <listitem revision="systemd">
     46      <para>December 15th, 2016</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Added Python 2 module funcsigs-1.0.2.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4554    <listitem>
    4655      <para>December 14th, 2016</para>
  • packages.ent

    rff28363 r04dc524d  
    371371<!ENTITY Beaker-version               "1.8.1">
    372372<!ENTITY dbus-python-version          "1.2.4">
     373<!ENTITY funcsigs-version             "1.0.2">
    373374<!ENTITY Jinja2-version               "2.8">
    374375<!ENTITY lxml-version                 "3.6.4">
Note: See TracChangeset for help on using the changeset viewer.