Revision: 149570 https://trac.macports.org/changeset/149570 Author: jwa@macports.org Date: 2016-06-27 03:08:19 -0700 (Mon, 27 Jun 2016) Log Message: ----------- python35: version bump to 3.5.2 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 2016-06-27 09:52:22 UTC (rev 149569) +++ trunk/dports/lang/python35/Portfile 2016-06-27 10:08:19 UTC (rev 149570) @@ -7,10 +7,9 @@ name python35 # Remember to keep py35-tkinter and py35-gdbm's versions sync'd with this -version 3.5.1 -revision 1 +version 3.5.2 -epoch 20151206 +epoch 20160627 set major [lindex [split $version .] 0] set branch [join [lrange [split ${version} .] 0 1] .] @@ -30,8 +29,8 @@ use_xz yes -checksums rmd160 9e63ee775b0bfebdbf4ea21969856b1f91c7e243 \ - sha256 c6d57c0c366d9060ab6c0cdf889ebf3d92711d466cc0119c441dbf2746f725c9 +checksums rmd160 709be7df28045c4fc8ed40cadd299478439f9522 \ + sha256 0010f56100b9b74259ebcd5d4b295a32324b58b517403a10d1a2aa7cb22bca40 patchfiles patch-setup.py.diff \ patch-Lib-cgi.py.diff \ Modified: trunk/dports/python/py-gdbm/Portfile =================================================================== --- trunk/dports/python/py-gdbm/Portfile 2016-06-27 09:52:22 UTC (rev 149569) +++ trunk/dports/python/py-gdbm/Portfile 2016-06-27 10:08:19 UTC (rev 149570) @@ -98,11 +98,11 @@ } subport py35-gdbm { maintainers jwa openmaintainer - version 3.5.1 - epoch 20151206 + version 3.5.2 + epoch 20160627 use_xz yes - checksums rmd160 9e63ee775b0bfebdbf4ea21969856b1f91c7e243 \ - sha256 c6d57c0c366d9060ab6c0cdf889ebf3d92711d466cc0119c441dbf2746f725c9 + checksums rmd160 709be7df28045c4fc8ed40cadd299478439f9522 \ + sha256 0010f56100b9b74259ebcd5d4b295a32324b58b517403a10d1a2aa7cb22bca40 set setup_py "setup-py3k.py" set extract_files "Modules/_gdbmmodule.c Modules/clinic/_gdbmmodule.c.h" livecheck.regex Python (3.5.\[0-9\]+) Modified: trunk/dports/python/py-tkinter/Portfile =================================================================== --- trunk/dports/python/py-tkinter/Portfile 2016-06-27 09:52:22 UTC (rev 149569) +++ trunk/dports/python/py-tkinter/Portfile 2016-06-27 10:08:19 UTC (rev 149570) @@ -103,12 +103,13 @@ } subport py35-tkinter { maintainers jwa openmaintainer - version 3.5.1 - epoch 20151206 + version 3.5.2 + revision 0 + epoch 20160627 homepage http://docs.python.org/release/${version}/library/tkinter.html use_xz yes - checksums rmd160 9e63ee775b0bfebdbf4ea21969856b1f91c7e243 \ - sha256 c6d57c0c366d9060ab6c0cdf889ebf3d92711d466cc0119c441dbf2746f725c9 + checksums rmd160 709be7df28045c4fc8ed40cadd299478439f9522 \ + sha256 0010f56100b9b74259ebcd5d4b295a32324b58b517403a10d1a2aa7cb22bca40 append extract_files " Modules/tkinter.h Modules/clinic/_tkinter.c.h" set module_name tkinter }
participants (1)
-
jwa@macports.org