notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: dns/py-dnspython/pkg-plist-py3
SVNWeb

Number of commits found: 5

Sun, 15 Dec 2013
[ 16:22 wg search for other commits by this committer ] Original commit   Revision:336553 (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
Use setuptools for all Python ports.

Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 9 Dec 2013
[ 14:09 wg search for other commits by this committer ] Original commit   Revision:335990
dns/py-dnspython: revert last egginfo commit as it doesn't work with python 3
[ 13:16 wg search for other commits by this committer ] Original commit   Revision:335979
dns/py-dnspython: use auto egg info

Submitted by:	wg (myself, via email)
Approved by:	maintainer
Thu, 18 Jul 2013
[ 12:24 rm search for other commits by this committer ] Original commit   Revision:323227
- update to 1.11.0

changelog:
- 1.11.0 is mostly a bug fix release, but two new features are support
  for the $GENERATE syntax and the TLSA RR type.
- A number of bugs have been fixed as well.
- Python 2.4 or later is required.
Fri, 1 Mar 2013
[ 19:32 rm search for other commits by this committer ] Original commit   Revision:313164
- make this port aware of python3 version distribution (different codebase)

Submitted by:	Bertrand Petit <elrond@phoe.frmug.org> (by mail)

Number of commits found: 5