aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
AgeCommit message (Collapse)Author
2015-04-07python3: update 3.4.3 bottle.BrewTestBot
2015-04-07python3: pip 6.1.0Tim D. Smith
Closes #38425. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-04-05python3: update 3.4.3 bottle.BrewTestBot
2015-04-05python3 3.5.0a3 (devel)Tim D. Smith
Closes #38369.
2015-04-02python3: use lib_cellar variable for consistency.Simon Ye
Makes it more in line with python2 and easier downstream merges with linuxbrew. Closes #38257. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-23python3: update 3.4.3 bottle.BrewTestBot
2015-03-23python3: fix LINKFORSHAREDTim D. Smith
Fixes #37923. Closes #37986. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-03-09python3 3.5.0a2 (devel)Tim D. Smith
Closes #37543.
2015-03-09pythons: update caveatscclauss
Closes #37528. Closes #37527. Closes #37530. Closes #37529. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-02-25python3: update 3.4.3 bottle.BrewTestBot
2015-02-25python3 3.4.3David Christenson
Update to latest stable release, change `--quicktest` option to `--with-quicktest`, move patch explanation and improve grammar, change some single quotes to double, update patch offsets. Closes #37198. Closes #37193. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-02-23python3: set x.y version correctly for HEAD.Buck Evan
Closes #37118. Closes #37123. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-21python3: re-order site-packagesTim D. Smith
Closes #36691.
2015-02-20python3: point HEAD to defaultTim D. Smith
There's no 3.5 branch yet.
2015-02-10python3: update 3.4.2_1 bottle.BrewTestBot
2015-02-10python3: pip 6.0.8Tim D. Smith
2015-02-10python3 3.5.0a1 (devel)Tim D. Smith
* add 3.5.0a1 devel * bump head to 3.5 branch * dynamic major.minor detection
2015-01-28python3: update 3.4.2_1 bottle.BrewTestBot
2015-01-28python3: pip 6.0.7, setuptools 12.0.5Tim D. Smith
Closes #36345.
2015-01-07python3: update 3.4.2_1 bottle.BrewTestBot
2015-01-07python, python3, pypy, pypy3: update pip 6.0.6 and setuptools 11.3.1Alessio Bogon
Closes #35618. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-31python3: update 3.4.2_1 bottle.BrewTestBot
2014-12-31setuptools 9.1Tim D. Smith
Closes #35270. Closes #35194; fixes #35052, fixes #32254.
2014-12-31python3: don't use ensurepipTim D. Smith
2014-12-31python3: remove stdenv build supportTim D. Smith
2014-11-12Fix broken link in caveats, for python3Sridhar Ratnakumar
The wiki page no longer exists, as it seems to have been moved to the master git repo. Closes #34090. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-26Use opt helpers instead of hardcoded pathsJack Nagel
2014-10-19python3: update 3.4.2_1 bottle.BrewTestBot
2014-10-16python3: update 3.4.2_1 bottle.BrewTestBot
2014-10-16openssl: poodle fixesDominyk Tiller
Part 2 of the earlier merged POODLE fixes. It seems a few of the bottles are acting up about the new change, so this revisions those. If you build from source the problems go away, so new bottles it is. I’ve also had to change the mirror on the OpenSSL formula as it turns out Debian haven’t set their mirror up for the latest version yet. Revisions to Python, Python3, Tor, Ruby & Freeradius-server as all are being confirmed to be causing issues for others and reproducible. Tor needs to be bumped for every OpenSSL revision because it kicks up this error: ``` Oct 15 23:19:38.295 [warn] OpenSSL version from headers does not match the version we're running with. If you get weird crashes, that might be why. (Compiled with 1000109f: OpenSSL 1.0.1i 6 Aug 2014; running with 100010af: OpenSSL 1.0.1j 15 Oct 2014). ``` And similar with freeradius-server. Closes #33197. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-08python3: update 3.4.2 bottle.BrewTestBot
Closes #33028. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2014-10-08python3 3.4.2David Christenson
Update to latest stable release, change single quotes to double.
2014-08-24python3: update 3.4.1_1 bottle.BrewTestBot
2014-08-24python3: update 3.4.1_1 bottle.BrewTestBot
2014-08-24openssl: disable SSLv2 support.Dominyk Tiller
Kills ssl2 from OpenSSL. This PR relates to #31745. Force recompiles everything that relies on OpenSSL from the master branch to enforce the new OpenSSL no-ssl2 rule.
2014-08-20Remove comment that shows up when grepping for "env :std"Jack Nagel
2014-08-01Pass integers to buildJack Nagel
2014-07-29Limit exposure of the options data structuresJack Nagel
2014-07-27Remove html docs options from python and python3Jack Nagel
The tarballs are updated frequently, so the checksums are not stable. Since documentation updates happen more often than python releases, the installed docs will become stale, so it doesn't make sense to tie them to the installed python in this way. Users are better off viewing the documentation online or downloading the tarballs manually if an offline copy is required. Closes #31088. Closes #31127. Squashed commit of the following: commit 78c5fba482aa827fe0168de04412a1100219cae6 Author: Jack Nagel <jacknagel@gmail.com> Date: Sun Jul 27 01:15:05 2014 -0500 Revert "python3: add with-docs option" This reverts commit 0005b34ed3276f71f0cc89806423c5c7b6374034. commit 8abfb19d51583fa4370eea9b8e33355da830a104 Author: Jack Nagel <jacknagel@gmail.com> Date: Sun Jul 27 01:14:57 2014 -0500 Revert "python: add --with-docs option" This reverts commit 97cef6041f78e2d8a9dd6f36725ddc056a9b6e2c. commit ada80382f347641ed6b947210d94249d114f9604 Author: Jack Nagel <jacknagel@gmail.com> Date: Sun Jul 27 01:14:45 2014 -0500 Revert "python: fix docs checksum" This reverts commit c0bffbcdc9d9f729b382bd3bfd4cef5fc66fcc19.
2014-07-19python3: add with-docs optionGuillaume DIDIER
Closes #30929. Closes #30947. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-04python3: don't install bottles on Xcode-only systemsTim D. Smith
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-30Prefer Dir[] to Dir.glob when not passing a blockJack Nagel
2014-05-19python3: update 3.4.1 bottle.BrewTestBot
Closes #29387. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-19python3 3.4.1Jaime Marquínez Ferrándiz
2014-04-29We don't use -Qunused-arguments anymoreJack Nagel
2014-04-15python: write distutils.cfg atomicallyJack Nagel
2014-04-15Fix e97bbeb9a76578c46fa190884c1601b2713cddb0 for source installsJack Nagel
2014-04-15python: fix site-packages symlinkJack Nagel
If the target exists and is a symlink to a directory, FileUtils.ln_sf will follow the link and create the new symlink inside the target. This results in a broken symlink like: /usr/local/lib/python2.7/site-packages/site-packages -> ../../../../../../../../../lib/python2.7/site-packages Fix this by unlinking the target first.
2014-04-09python3: update 3.4.0 bottle.BrewTestBot
2014-04-09python3: bump revision for OpenSSL security.Mike McQuaid