The FreeBSD Python team welcomes Python 2.7.9 to the Ports tree!
Announcement: https://www.python.org/downloads/release/python-279/
Changelog: http://hg.python.org/cpython/raw-file/v2.7.9/Misc/NEWS
Important changes for this release:
- The entirety of Python 3.4's ssl module has been backported for Python
2.7.9. See PEP 466 for justification.
- HTTPS certificate validation using the system's certificate store is
now enabled by default. See PEP 476 for details.
- SSLv3 has been disabled by default in httplib and its reverse
dependencies due to the POODLE attack.
- The ensurepip module module has been backported, which provides the
pip package manager in every Python 2.7 installation. See PEP 477.
- While updating, try to improve the NIS detection for FreeBSD
PR: 193650
Differential Revision: https://reviews.freebsd.org/D1323
Reviewed by: koobs
With hat: python
- Update to 0.4.2
- Switch distribution files from Github -> PyPi (CHEESESHOP)
- Add TESTS option for running the test suite
- Update RUN_DEPENDS and TEST_DEPENDS
- Use modern Python framework bits
- Remove unecessary patch (upstreamed)
Changes:
* https://github.com/requests/requests-oauthlib/blob/master/HISTORY.rst
PR: 193097
Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail com> (with changes)
phk.
Anyone is welcome to steal or update this port. I'm just bringing it to
the tree so the masses can start playing with it and providing phk
feedback.
(The prior attempt to bump the revision failed to override the master
port revision.) Also now that the master port allows overriding target
and configure variables, do the overrides before including the master
rather than after.
Approved by: imp
scripts.
While here:
* fix creation and deletion of /var/db/bacula to avoid error message
on pkg delete and on removal of just the bacula-dir port.
* Change MAINTAINER to @FreeBSD.org address
PR: 196017
Submitted by: timp87@gmail.com
Approved by: mat (mentor)
Changes:
- check for mount points duplicate in system and local jail fstab file. When duplicate - fstab.local wins
- rewrite pkgbrowser script. Now work with SQLite directly instead of pkg(7), thus greatly speeding up for building package list svnup command renamed to srcup
- new wrappers for service, sysrc, passwd for the appropriate tools
- (bugfix) Fixes for jexport/jimport with newjname args
- (bugfix) Correction to determine the type of IPv4: must contain only numbers.
PR: 196173
Submitted by: olevole@olevole.ru (maintainer)
of a full binary tree. It is controlled and configured via bspc.
WWW: https://github.com/baskerville/bspwm
PR: 196129
Submitted by: Anton Tornqvist <antont@inbox.lv>