Skip to content

Commit 69648ec

Browse files
committed
Bump py33 version to 3.3.6
1 parent ba9f50e commit 69648ec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

python33.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class Python33 < Formula
22
desc "Interpreted, interactive, object-oriented programming language"
33
homepage "https://www.python.org/"
4-
url 'http://python.org/ftp/python/3.3.5/Python-3.3.5.tgz'
5-
sha1 '15f24702c5ae07d364606c663e515c1d9ba58615'
4+
url 'http://python.org/ftp/python/3.3.5/Python-3.3.6.tgz'
5+
sha1 'a4d96b5cad5ed04cf02c9fcedaaaab3491bc885f'
66
revision 2
7-
7+
88
head "https://hg.python.org/cpython", :using => :hg, :branch => '3.3'
99

1010
option :universal
@@ -27,8 +27,8 @@ class Python33 < Formula
2727
skip_clean "bin/easy_install3", "bin/easy_install-3.3"
2828

2929
resource "setuptools" do
30-
url "https://pypi.python.org/packages/source/s/setuptools/setuptools-18.3.1.tar.gz"
31-
sha256 "2fa230727104b07e522deec17929e84e041c9047e392c055347a02b0d5ca874d"
30+
url "https://pypi.python.org/packages/source/s/setuptools/setuptools-18.3.2.tar.gz"
31+
sha256 "8c4ab0c4f227730519dc1e020f875b3ef97e643c8f43a98a4fa0c46fbad12450"
3232
end
3333

3434
resource "pip" do
@@ -37,8 +37,8 @@ class Python33 < Formula
3737
end
3838

3939
resource "wheel" do
40-
url "https://pypi.python.org/packages/source/w/wheel/wheel-0.24.0.tar.gz"
41-
sha256 "ef832abfedea7ed86b6eae7400128f88053a1da81a37c00613b1279544d585aa"
40+
url "https://pypi.python.org/packages/source/w/wheel/wheel-0.26.0.tar.gz"
41+
sha256 "eaad353805c180a47545a256e6508835b65a8e830ba1093ed8162f19a50a530c"
4242
end
4343

4444
# Homebrew's tcl-tk is built in a standard unix fashion (due to link errors)
@@ -373,4 +373,4 @@ def caveats
373373
-
374374
ext = Extension('_tkinter', ['_tkinter.c', 'tkappinit.c'],
375375
define_macros=[('WITH_APPINIT', 1)] + defs,
376-
include_dirs = include_dirs,
376+
include_dirs = include_dirs,

0 commit comments

Comments
 (0)