aboutsummaryrefslogtreecommitdiff
path: root/lang/python32/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired lang/python32Ruslan Makhmatkhanov2016-02-021-2/+0
| | | | | | | | | Python 3.2 has reached it's EOL. Please update to Python 3.5 With hat: python Notes: svn path=/head/; revision=407843
* - Update lang/python32 to 3.2.6 [1]Martin Wilke2015-12-211-2/+2
| | | | | | | | | | | | | | | | | - Update lang/python35 to 3.5.1 [2] - Update lang/python-doc-html for [1] - Switch to do-test Changelog: [1] https://hg.python.org/cpython/file/v3.2.6/Misc/NEWS [2] https://docs.python.org/3.5/whatsnew/changelog.html#python-3-5-1-final Reviewed by: koobs (python) Approved by: mat (mentor) Differential Revision: D4663 Notes: svn path=/head/; revision=404141
* Update lang/python32 to 3.2.5 and lang/python33 to 3.3.2Ruslan Makhmatkhanov2013-05-181-2/+2
| | | | Notes: svn path=/head/; revision=318421
* - update to latest upstream versions:Ruslan Makhmatkhanov2013-05-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | . lang/python27: 2.7.3 -> 2.7.5 . lang/python32: 3.2.3 -> 3.2.4 . lang/python33: 3.3.0 -> 3.3.1 - update Mk/bsd.python.mk with new versions - mark lang/python26 and lang/python31 as deprecated (set them to upstream EoL dates) - update docs (lang/python-doc-html) - align databases/py-bsddb patch for python27 - most of it was applied upstream. Raise BDB version to 4.3 atleast, according to upstream requirements. Many thanks to Martin (miwi) for his time on this update. PR: 178506 Submitted by: rm (myself) Exp-run by: portmgr (miwi) - revert erroneous threads patch in lang/python26 and lang/python27, that was added after ports/131080. It was rejected upstream, because it's not actually a bug, but misuse. Gabor Pali (pgj) in collaboration with Kubilay Kocak (koobs) did an independent investigation regard the issue. See here for details: http://lists.freebsd.org/pipermail/freebsd-python/2013-April/005376.html PR: 153167 Submitted by: Duncan Findlay <duncan@duncf.ca> Reported by: pgj/koobs (at python@ ML) Exp-run by: portmgr (miwi) Notes: svn path=/head/; revision=318353
* - do not hardcode distfile extension for lang/python ports in bsd.python.mkRuslan Makhmatkhanov2012-10-031-2/+2
| | | | | | | | | | | | (PYTHON_DISTFILE variable) - switch lang/python ports (and it's slaves) to tar.xz I compared all the four pairs .tgz/.tar.xz and they have no content differences. Discussed on: python@ Notes: svn path=/head/; revision=305181
* - Update:Martin Wilke2012-04-111-2/+2
| | | | | | | | | | | | | * python26 -> 2.6.8 * python27 -> 2.7.3 * python31 -> 3.1.5 * python32 -> 3.2.1 Security: http://www.vuxml.org/freebsd/b4f8be9e-56b2-11e1-9fb7-003067b2972c.html CVE-2012-0845 CVE-2012-0876 CVE-2012-1150 CVE-2012-0845 CVE-2011-3389 Notes: svn path=/head/; revision=294647
* - Update lang/python32 to 3.2.2Wen Heping2011-09-051-2/+2
| | | | Notes: svn path=/head/; revision=281188
* - Update to 3.2.1Li-Wen Hsu2011-07-221-2/+2
| | | | | | | | PR: ports/158850 Submitted by: wen Notes: svn path=/head/; revision=278165
* - Update to 3.2.0 and complete repocopyWen Heping2011-02-221-2/+2
| | | | | | | | | PR: ports/153829 Submitted by: Wen Heping (myself) Reviewed by: miwi@ Notes: svn path=/head/; revision=269489
* - Update to 3.1.3Wen Heping2010-12-141-3/+2
| | | | Notes: svn path=/head/; revision=266272
* - Update lang/python26 to 2.6.5Wen Heping2010-05-121-3/+3
| | | | | | | | | - Update lang/python31 to 3.1.2 Reviewed by: miwi@, lwhsu@ Notes: svn path=/head/; revision=254191
* - Update lang/python31 to Python 3.1.1Li-Wen Hsu2009-08-221-3/+3
| | | | | | | Submitted by: wen heping <wenheping AT gmail.com> Notes: svn path=/head/; revision=240093
* - Add Python 3.1Li-Wen Hsu2009-07-061-3/+3
| | | | Notes: svn path=/head/; revision=237278
* - Update python30 to 3.0.1Martin Wilke2009-03-091-3/+3
| | | | | | | | Release Changelog: http://python.org/download/releases/3.0.1/NEWS.txt Notes: svn path=/head/; revision=229812
* Welcome to the new era of Python 3, with antigravity support!Hye-Shik Chang2008-12-041-3/+3
| | | | | | | Update to Python 3.0. Notes: svn path=/head/; revision=223755
* Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)Hye-Shik Chang2008-10-131-3/+3
| | | | | | | | | | | Python 2.6 will be the next default python version when enough testings of consumer ports are done. The new "2to3" program is renamed to 2to3-2.6 and 2to3-3.0 for each version, respectively. Repo-copied by: marcus Notes: svn path=/head/; revision=221521
* Update to Python 2.5.2.Hye-Shik Chang2008-02-241-3/+3
| | | | Notes: svn path=/head/; revision=207831
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-3/+3
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Update the main python version to 2.5.Hye-Shik Chang2006-10-091-3/+3
| | | | | | | | | | | | | | - Now, lang/python is just a meta-port which depends on lang/python25. - And all versions of Python ports have short version identifier in its package name; python25-2.5, python24-2.4.3 and etc. - Also you must upgrade all python modules after lang/python updated, cd /usr/ports/lang/python && make upgrade-site-packages - Give maintainership of Python ports to the new python@ group which includes me, alexbl@ and others. Notes: svn path=/head/; revision=175093
* - Update lang/python-devel to Python 2.5c2Hye-Shik Chang2006-09-131-3/+3
| | | | | | | - Sync some recent workarounds from lang/python. Notes: svn path=/head/; revision=172949
* Update python-devel to 2.5b3.Hye-Shik Chang2006-08-041-3/+3
| | | | Notes: svn path=/head/; revision=169619
* Update python-devel to 2.5b1.Hye-Shik Chang2006-06-231-3/+3
| | | | Notes: svn path=/head/; revision=166069
* Update to Python trunk snapshot as of 2006-03-26.Hye-Shik Chang2006-03-261-3/+3
| | | | Notes: svn path=/head/; revision=158131
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Update python-devel to 2.5.a0.20050728 snapshot.Hye-Shik Chang2005-07-281-4/+2
| | | | Notes: svn path=/head/; revision=140294
* Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServerHye-Shik Chang2005-02-041-0/+2
| | | | | | | | | | | vulnerability. Security: CAN-2005-0089 Security: http://www.vuxml.org/freebsd/6afa87d3-764b-11d9-b0e7-0000e249a0a2.html Security: SimpleXMLRPCServer.py allows unrestricted traversal Notes: svn path=/head/; revision=128015
* Resurrect lang/python-devel port with Python 2.5 development snapshotHye-Shik Chang2005-01-291-2/+2
| | | | | | | as of today. Notes: svn path=/head/; revision=127590
* - Update python-devel to 2.4c1Hye-Shik Chang2004-11-201-2/+2
| | | | Notes: svn path=/head/; revision=122021
* Update -devel to Python-2.4b2.Hye-Shik Chang2004-11-061-2/+2
| | | | Notes: svn path=/head/; revision=120987
* Update to 2.4a3Hye-Shik Chang2004-09-031-2/+2
| | | | | | | | PR: 71340 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=118057
* - Update to 2.4a2Hye-Shik Chang2004-08-071-2/+2
| | | | | | | | | | - Add IPV6 option [1] PR: 69950 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1] Notes: svn path=/head/; revision=115547
* The tarball for Python 2.4a1 is renamed in the site.Hye-Shik Chang2004-07-091-2/+2
| | | | Notes: svn path=/head/; revision=113287
* - Update to 2.4a1, the first alpha release of Python 2.4.Hye-Shik Chang2004-07-081-2/+2
| | | | | | | | | | | | | - Provide USE_PYTHON_BUILD and USE_PYTHON_RUN to allow explicit dependencies. [1] - Provide PYDISTUTILS_CONFIGUREARGS and run ${PYSETUP} config on 'do-configure' targets. [2] Reviewed by: eik [1] Submitted by: Mike Brown <mike@skew.org> Notes: svn path=/head/; revision=113222
* Update to Python development snapshot as of 040311.Hye-Shik Chang2004-03-111-1/+2
| | | | | | | | I must say that it's faster by 10%~ than previous snapshot or 2.3. And it incorporated CJKCodecs from this! :) Notes: svn path=/head/; revision=103662
* Add missed deltas on 2.4 040106 update.Hye-Shik Chang2004-01-091-1/+1
| | | | Notes: svn path=/head/; revision=97727
* - Update lang/python-devel to Python-2.4 031022 snapshot.Hye-Shik Chang2003-10-291-1/+1
| | | | | | | | | | | | | - Correct USE_ZOPE dependency to Python 2.1. [1] - Fetch from correct MASTER_SITE_SUBDIR when upgrading python in same branch. [2] - Enable installing separated standard modules for python-devel port. Reported by: Filippo Natali <pitonat@libero.it> [1], Yoshihiko Sarumaru <mistral@imasy.or.jp> [2] Notes: svn path=/head/; revision=92598
* Update to 2.4a0 snapshot of 1 Aug 2003Hye-Shik Chang2003-08-011-1/+1
| | | | Notes: svn path=/head/; revision=86113
* Update to 2.3c1Hye-Shik Chang2003-07-191-1/+1
| | | | Notes: svn path=/head/; revision=85183
* Update new python-devel port to 2.3.b2.Hye-Shik Chang2003-07-031-1/+1
| | | | | | | | | | | | | | | | This update introduces two new knobs to _disable_ somewhat experimental options: BUILD_STATIC=yes Unless this option is specified, the port will build python as shared binary. WITH_UCS2=yes Unless this option is specified, Py_UNICODE type will charge 4 bytes per character (as we do for wchar_t) Repo-copied by: joe (thanks!) Notes: svn path=/head/; revision=84141
* Update to 2.2.3Hye-Shik Chang2003-06-041-1/+1
| | | | | | | | | PR: 52830 Submitted by: Chuck Swiger <chuck@pkix.net> (partly) Approved by: maintainer (implicitly) Notes: svn path=/head/; revision=82237
* Upgrade to Python-2.2.2.Hye-Shik Chang2002-10-171-1/+1
| | | | | | | Approved by: tg Notes: svn path=/head/; revision=68198
* Upgrade to Python-2.2.Thomas Gellekum2002-04-121-1/+1
| | | | | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=57615
* Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.Thomas Gellekum2002-01-071-1/+1
| | | | | | | | | | PR: 33444 Submitted by: Hye-Shik Chang <perky@fallin.lv> Add new MD5 to dependent ports. Notes: svn path=/head/; revision=52711
* Upgrade to 2.1.1.Thomas Gellekum2001-07-251-1/+1
| | | | Notes: svn path=/head/; revision=45469
* Upgrade to 2.1.Thomas Gellekum2001-05-021-1/+1
| | | | Notes: svn path=/head/; revision=42158
* Upgrade to 2.0.Thomas Gellekum2000-10-181-1/+1
| | | | Notes: svn path=/head/; revision=33960
* Upgrade to 1.6.Thomas Gellekum2000-09-081-1/+1
| | | | Notes: svn path=/head/; revision=32431
* move IPv6-enable python to python+ipv6 and revert origial pythonMunechika SUMIKAWA2000-01-271-1/+0
| | | | | | | | | | | | | | to before IPv6. Since IPv6-enable python make bigger the size of sockaddr, some of scripts are affected. I maintain python+ipv6 separately to minimize impact for users. It will be removed when IPv6 patches are merged into original distribution, such as ruby. Repositry copied by: asami Notes: svn path=/head/; revision=25122
* Oops, forgot to update the checksum file.Thomas Gellekum2000-01-181-2/+2
| | | | Notes: svn path=/head/; revision=24813
* - Support IPv6.Munechika SUMIKAWA2000-01-131-1/+2
| | | | | | | | | - remove DIST_SUBDIR since there are 2 distfiles on this port anymore. Reviewed by: tg(maintainer) Notes: svn path=/head/; revision=24697