Changeset eed5cd8


Ignore:
Timestamp:
02/03/2020 03:47:30 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:
f977d64
Parents:
5c65ded
Message:

Update to pycryptodome-3.9.6 (Python module)

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5c65ded reed5cd8  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "02">                   <!-- Always 2 digits -->
     3<!ENTITY day          "03">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 2nd, &year;">
     9<!ENTITY releasedate  "February 3rd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/pycryptodome.xml

    r5c65ded reed5cd8  
    77  <!ENTITY pycryptodome-download-http "&pymodules-dl;/p/pycryptodome/pycryptodome-&pycryptodome-version;.tar.gz">
    88  <!ENTITY pycryptodome-download-ftp  " ">
    9   <!ENTITY pycryptodome-md5sum        "f990716b49add7b14ea8b8a961fb3746">
    10   <!ENTITY pycryptodome-size          "11 MB">
    11   <!ENTITY pycryptodome-buildsize     "105 MB">
     9  <!ENTITY pycryptodome-md5sum        "9d0a8b1a2367248f9d3f46c48c70f2d0">
     10  <!ENTITY pycryptodome-size          "15 MB">
     11  <!ENTITY pycryptodome-buildsize     "148 MB">
    1212  <!ENTITY pycryptodome-time          "0.3 SBU">
    1313]>
  • introduction/welcome/changelog.xml

    r5c65ded reed5cd8  
    4242    </listitem>
    4343       -->
     44    <listitem>
     45      <para>February 3rd, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to pycryptodome-3.9.6 (Python module). Fixes
     49          <ulink url="&blfs-ticket-root;13095">#13095</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>February 2nd, 2020</para>
  • packages.ent

    r5c65ded reed5cd8  
    535535<!ENTITY pycairo-version              "1.19.0">
    536536<!--<!ENTITY pycrypto-version             "2.6.1"> Replaced by pycryptodome -->
    537 <!ENTITY pycryptodome-version         "3.9.4">
     537<!ENTITY pycryptodome-version         "3.9.6">
    538538<!ENTITY pygments-version             "2.5.2">
    539539<!ENTITY pygobject2-version           "2.28.7">
Note: See TracChangeset for help on using the changeset viewer.