Changeset 6d5ce50b


Ignore:
Timestamp:
06/16/2015 01:25:00 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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, nosym, 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:
0f0ed0b4
Parents:
e67830f1
Message:

Update to pygobject-3.16.2.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re67830f1 r6d5ce50b  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     3<!ENTITY day          "16">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 15th &year;">
     9<!ENTITY releasedate  "June 16th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/pygobject3.xml

    re67830f1 r6d5ce50b  
    99  <!ENTITY pygobject3-download-ftp
    1010           "&gnome-download-ftp;/pygobject/3.16/pygobject-&pygobject3-version;.tar.xz">
    11   <!ENTITY pygobject3-md5sum        "36bf04253d6b8999f238fd05ce9f8ac4">
     11  <!ENTITY pygobject3-md5sum        "8a3720efa69dd2d520e0b21b5d9e7c19">
    1212  <!ENTITY pygobject3-size          "712 KB">
    13   <!ENTITY pygobject3-buildsize     "26 MB (additional 3 MB for the tests)">
    14   <!ENTITY pygobject3-time          "0.3 SBU (additional 0.2 SBU for the tests)">
     13  <!ENTITY pygobject3-buildsize     "30 MB (with tests)">
     14  <!ENTITY pygobject3-time          "0.4 SBU (with tests)">
    1515]>
    1616
     
    3333      </para>
    3434
    35       &lfs77_checked;
     35      &lfs77_checked; &gcc5_checked;
    3636
    3737      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    8080      </para>
    8181
     82      <bridgehead renderas="sect5">Optional (for the tests)</bridgehead>
     83      <para role="optional">
     84        <ulink url="https://pypi.python.org/pypi/pep8">pep8</ulink> and
     85        <ulink url="https://pypi.python.org/pypi/pyflakes">pyflakes</ulink>
     86      </para>
     87
    8288      <para condition="html" role="usernotes">
    8389        User Notes: <ulink url="&blfs-wiki;/pygobject3"/>
     
    98104      <para>
    99105        If you wish to run the test suite, optionally use the following
    100         command to fix an invalid test":
     106        command to fix one test:
    101107      </para>
    102108
     
    170176           </seg>
    171177          <seg>
    172             /usr/lib/python&python2-majorver;/site-packages/gi/{_gi.so,_gi_cairo.so}
     178            /usr/lib/python&python2-majorver;/site-packages/gi/_gi{,_cairo}.so
    173179 and/or
    174             /usr/lib/python&python3-majorver;/site-packages/gi/{_gi_cairo.cpython-34m.so,_gi.cpython-34m.so}
     180            /usr/lib/python&python3-majorver;/site-packages/gi/_gi{,_cairo}.cpython-34m.so
    175181           </seg>
    176182          <seg>
    177             /usr/include/pygobject-3.0 and
     183            /usr/include/pygobject-3.0, and
    178184            /usr/lib/python&python2-majorver;/site-packages/{gi,pygtkcompat} and/or
    179185            /usr/lib/python&python3-majorver;/site-packages/{gi,pygtkcompat}
  • introduction/welcome/changelog.xml

    re67830f1 r6d5ce50b  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>June 16th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to pygobject-3.16.2.  Fixes
     52          <ulink url="&blfs-ticket-root;6613">#6613</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    re67830f1 r6d5ce50b  
    333333<!ENTITY pycairo-version              "1.10.0">
    334334<!ENTITY pygobject2-version           "2.28.6">
    335 <!ENTITY pygobject3-version           "3.16.1">
     335<!ENTITY pygobject3-version           "3.16.2">
    336336<!ENTITY pygtk-version                "2.24.0">
    337337<!ENTITY pyxdg-version                "0.25">
Note: See TracChangeset for help on using the changeset viewer.