[140272] trunk/dports

jwa at macports.org jwa at macports.org
Wed Sep 16 00:07:40 PDT 2015


Revision: 140272
          https://trac.macports.org/changeset/140272
Author:   jwa at macports.org
Date:     2015-09-16 00:07:38 -0700 (Wed, 16 Sep 2015)
Log Message:
-----------
python35: version bump to 3.5.0 official release with friends

Modified Paths:
--------------
    trunk/dports/lang/python35/Portfile
    trunk/dports/python/py-gdbm/Portfile
    trunk/dports/python/py-tkinter/Portfile

Modified: trunk/dports/lang/python35/Portfile
===================================================================
--- trunk/dports/lang/python35/Portfile	2015-09-16 01:25:13 UTC (rev 140271)
+++ trunk/dports/lang/python35/Portfile	2015-09-16 07:07:38 UTC (rev 140272)
@@ -7,9 +7,9 @@
 name                    python35
 
 # Remember to keep py35-tkinter and py35-gdbm's versions sync'd with this
-version                 3.5.0rc4
+version                 3.5.0
 
-epoch                   20150910
+epoch                   20150913
 
 set major               [lindex [split $version .] 0]
 set branch              [join [lrange [split ${version} .] 0 1] .]
@@ -30,8 +30,8 @@
 
 use_xz					yes
 
-checksums           rmd160  c1115d2d04bd5e01d6b7a4cf26400d7097291dae \
-                    sha256  29775aaec2a374f4df128f5b2d32ea2a1e6fa574ecfbad5ead16cf0e58b057d3
+checksums           rmd160  3f9c287549eacd4aa95a03cc03954ef35546a3a3 \
+                    sha256  d6d7aa1634a5eeeca6ed4fca266982a04f84bd8f3945a9179e20b24ad2e2be91
 
 patchfiles              patch-setup.py.diff \
                         patch-Lib-cgi.py.diff \
@@ -177,6 +177,6 @@
 livecheck.type          regex
 #livecheck.url           ${homepage}download/releases/
 livecheck.url           ${homepage}downloads/source/
-#livecheck.regex         Python (${branch}(?:\\.\\d+)*)
+livecheck.regex         Python (${branch}(?:\\.\\d+)*)
 #regex below just for test releases, proper above
-livecheck.regex         Python\[ 	\]+(3.5.0\[abrc\]+\[0-9\])
+#livecheck.regex         Python\[ 	\]+(3.5.0\[abrc\]+\[0-9\])

Modified: trunk/dports/python/py-gdbm/Portfile
===================================================================
--- trunk/dports/python/py-gdbm/Portfile	2015-09-16 01:25:13 UTC (rev 140271)
+++ trunk/dports/python/py-gdbm/Portfile	2015-09-16 07:07:38 UTC (rev 140272)
@@ -98,11 +98,11 @@
 }
 subport py35-gdbm {
     maintainers     jwa openmaintainer
-    version         3.5.0rc4
-    epoch           20150910
+    version         3.5.0
+    epoch           20150913
     use_xz			yes
-    checksums       rmd160  c1115d2d04bd5e01d6b7a4cf26400d7097291dae \
-                    sha256  29775aaec2a374f4df128f5b2d32ea2a1e6fa574ecfbad5ead16cf0e58b057d3
+    checksums       rmd160  3f9c287549eacd4aa95a03cc03954ef35546a3a3 \
+                    sha256  d6d7aa1634a5eeeca6ed4fca266982a04f84bd8f3945a9179e20b24ad2e2be91
     set setup_py "setup-py3k.py"
     set extract_files "Modules/_gdbmmodule.c Modules/clinic/_gdbmmodule.c.h"
     livecheck.regex	Python (3.5.0\[abrc\]+\[0-9\]+)

Modified: trunk/dports/python/py-tkinter/Portfile
===================================================================
--- trunk/dports/python/py-tkinter/Portfile	2015-09-16 01:25:13 UTC (rev 140271)
+++ trunk/dports/python/py-tkinter/Portfile	2015-09-16 07:07:38 UTC (rev 140272)
@@ -104,12 +104,12 @@
 }
 subport py35-tkinter {
     maintainers jwa openmaintainer
-    version     3.5.0rc4
-    epoch       20150910
+    version     3.5.0
+    epoch       20150913
     homepage    http://docs.python.org/release/${version}/library/tkinter.html
     use_xz      yes
-    checksums   rmd160  c1115d2d04bd5e01d6b7a4cf26400d7097291dae \
-                sha256  29775aaec2a374f4df128f5b2d32ea2a1e6fa574ecfbad5ead16cf0e58b057d3
+    checksums   rmd160  3f9c287549eacd4aa95a03cc03954ef35546a3a3 \
+                sha256  d6d7aa1634a5eeeca6ed4fca266982a04f84bd8f3945a9179e20b24ad2e2be91
     append extract_files " Modules/tkinter.h Modules/clinic/_tkinter.c.h"
     set module_name tkinter
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150916/1bfe1053/attachment-0001.html>


More information about the macports-changes mailing list