Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Jan 2021 08:21:18
6.3.1

|
sunpoet  |
Clean up Makefile after r559531 (USES=python:3.6+) |
05 Jan 2021 22:08:22
6.3.1

|
rene  |
Follow up on devel/py-futures port removal in r559976
The devel/py-futures port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_FUTURES,
leaving a dangling reference.
Remove it from Mk/Uses/python.mk and from affected ports, as
it was already an empty definition for Python 3.6+
Bump minimal Python version of security/theonionbox to 3.6+ |
28 Dec 2020 23:02:15
6.3.1

|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
19 Dec 2020 22:14:07
6.3.1

|
sunpoet  |
Update to 6.3.1
Changes: https://github.com/jd/tenacity/releases
https://github.com/jd/tenacity/commits/master |
19 Dec 2020 20:10:08
6.3.0

|
sunpoet  |
Update to 6.3.0
Changes: https://github.com/jd/tenacity/releases
https://github.com/jd/tenacity/commits/master |
02 May 2020 01:38:42
6.2.0

|
sunpoet  |
Update to 6.2.0
Changes: https://github.com/jd/tenacity/releases
https://github.com/jd/tenacity/commits/master |
27 Feb 2020 21:24:11
6.1.0

|
sunpoet  |
Update to 6.1.0
Changes: https://github.com/jd/tenacity/releases
https://github.com/jd/tenacity/commits/master |
08 Jan 2020 14:50:35
6.0.0

|
sunpoet  |
Update to 6.0.0
- Add LICENSE_FILE
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/jd/tenacity/releases
https://github.com/jd/tenacity/commits/master |
15 Dec 2019 15:13:13
3.4.0

|
zi  |
- Reset MAINTAINER due to fatal email bounces
Reported by: portscout! |
20 Jun 2018 17:05:44
3.4.0

|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
25 Apr 2018 16:42:38
3.4.0

|
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
08 Feb 2018 20:18:09
3.4.0

|
amdmi3  |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
30 Nov 2017 15:50:34
3.4.0

|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
08 Jan 2017 12:36:56
3.4.0

|
novel  |
Add py-tenacity 3.4.0, task retrying for python library.
PR: 215850
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> |