[pypy-commit] pypy.org extradoc: update the values

arigo pypy.commits at gmail.com
Tue Mar 1 04:18:55 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r713:0d8788f07836
Date: 2016-03-01 10:18 +0100
http://bitbucket.org/pypy/pypy.org/changeset/0d8788f07836/

Log:	update the values

diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -15,7 +15,7 @@
 </script>
 
    <!-- Income:PyPy:Donations:Py3k / 0.95 -->
-   $62984 of $105000 (60.0%)
+   $63003 of $105000 (60.0%)
    <div id="progressbar">
    </div>
 
@@ -23,7 +23,7 @@
   <li>
   <span id="donate_text">This donation goes towards supporting Python 3 in PyPy.
   Current status:
-    we have $8136 left
+    we have $8153 left
   in the account.</br> <a href="py3donate.html">Read proposal</a></span>
   </li>
   <li>
diff --git a/don4.html b/don4.html
--- a/don4.html
+++ b/don4.html
@@ -9,7 +9,7 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 38.0
+      value: 38.2
    });
   });
 </script>
@@ -17,7 +17,7 @@
    2nd call:
    <!-- Income:PyPy:Donations:Transactional Memory from April 8, 2014,
    divided by 0.9 -->
-   $30423 of $80000 (38.0%)
+   $30524 of $80000 (38.2%)
    <div id="progressbar">
    </div>
 
@@ -25,7 +25,7 @@
   <li>
   <span id="donate_text">This donation goes towards supporting the Transactional Memory in PyPy.
   Current status:
-    we have $23143 left
+    we have $23230 left
   in the account.</br> <a href="tmdonate2.html">Read proposal (2nd call)</a></span>
   </li>
   <li>


More information about the pypy-commit mailing list