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

|
bhughes  |
net/py-s3transfer: Update 0.3.3 -> 0.3.4
https://github.com/boto/s3transfer/blob/0.3.4/CHANGELOG.rst
MFH: 2021Q1
Sponsored by: Miles AS |
11 Jan 2021 19:36:17
0.3.3

|
rene  |
Remove logic for Python < 3.6 for ports using Python 3.6+ |
05 Jan 2021 22:08:22
0.3.3

|
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
0.3.3

|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
12 Apr 2020 21:55:56
0.3.3

|
bhughes  |
net/py-s3transfer: Update 0.2.1 -> 0.3.3
Sponsored by: Miles AS |
25 Jun 2019 21:35:05
0.2.1

|
bhughes  |
net/py-s3transfer: Update 0.2.0 -> 0.2.1
Sponsored by: Miles AS |
07 Feb 2019 19:01:26
0.2.0

|
bhughes  |
net/py-s3transfer: Update 0.1.13 -> 0.2.0
Sponsored by: Miles AS |
20 Jun 2018 17:05:44
0.1.13

|
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 |
16 Feb 2018 20:31:43
0.1.13

|
bhughes  |
net/py-s3transfer: Update 0.1.12 -> 0.1.13
https://github.com/boto/s3transfer/blob/0.1.13/CHANGELOG.rst |
10 Feb 2018 19:59:01
0.1.12

|
sunpoet  |
Simplify Makefile: use PY_FUTURES
With hat: python |
20 Dec 2017 12:53:49
0.1.12

|
bhughes  |
net/py-s3transfer: Update 0.1.11 -> 0.1.12
Approved by: robak (mentor)
Differential Revision: https://reviews.freebsd.org/D13554 |
30 Nov 2017 15:50:34
0.1.11

|
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 ) |
27 Oct 2017 12:32:50
0.1.11

|
bhughes  |
net/py-s3transfer: Update 0.1.10 -> 0.1.11
Approved by: robak (mentor)
Differential Revision: https://reviews.freebsd.org/D12801 |
02 Jun 2017 19:15:40
0.1.10

|
bhughes  |
multiple ports: Update MAINTANER
Change bradleythughes@fastmail.fm -> bhughes@FreeBSD.org after
receiving my ports commit bit on all ports I maintain: devel/awscli,
devel/py-botocore, net/py-s3transfer, net/turnserver, www/node4,
www/node6, and www/node.
Approved by: robak (mentor)
Differential Review: https://reviews.freebsd.org/D11015 |
24 Dec 2016 03:17:55
0.1.10

|
wen  |
- Update to 0.1.10
PR: 215405
Submitted by: bradleythughes@fastmail.fm(maintainer) |
04 Nov 2016 11:33:27
0.1.9

|
tz  |
net/py-s3transfer: Update from 0.1.8 to 0.1.9
Changelog:
- Add override flag to transfer coordinator
- Don't override exceptions and only set them after done
- Set exception on future
PR: 213353
Submitted by: Bradley T. Hughes (maintainer)
Approved by: pi (mentor) |
25 Oct 2016 08:52:45
0.1.8

|
tz  |
net/py-s3transfer: upgrade 0.1.5 to 0.1.8
Changelog:
0.1.8
- feature:download: Support downloading to FIFOs.
0.1.7
- bugfix:TransferManager: Fix memory leak when using same client to create
multiple TransferManagers
0.1.6
- bugfix:download: Fix issue where S3 Object was not downloaded to disk when
empty
PR: 213353
Submitted by: Bradley T. Hughes (maintainer)
Approved by: swills (mentor) |
06 Oct 2016 13:49:33
0.1.5

|
wen  |
- Update to 0.1.5
PR: 213203
Submitted by: bradleythughes@fastmail.fm(maintainer) |
14 Sep 2016 19:47:43
0.1.4

|
pawel  |
Update to version 0.1.4
Changelog:
https://github.com/boto/s3transfer/blob/0.1.4/CHANGELOG.rst
PR: 212685
Submitted by: Bradley T. Hughes (maintainer) |
13 Sep 2016 17:51:03
0.1.3

|
amdmi3  |
- Update to 0.1.3
PR: 212620
Submitted by: bradleythughes@fastmail.fm (maintainer) |
06 Aug 2016 11:55:47
0.1.1

|
koobs  |
net/py-s3transfer: Update to 0.1.1, Modernize
* Update PORTVERSION and distinfo checksum (0.1.1)
* Add LICENSE_FILE
* Document actual Python version support in a comment for later
* Patch setup.py to properly declare test dependencies and hook up the
test command
* Add TEST_DEPENDS and test target for QA
https://github.com/boto/s3transfer/blob/0.1.1/CHANGELOG.rst
Approved by: Bradley Hughes <bradleythughes fastmail fm> (maintainer, via email) |
01 Apr 2016 14:16:20
0.0.1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
14 Mar 2016 13:15:51
0.0.1

|
rakuco  |
New port: net/py-s3transfer.
Amazon S3 Transfer Manager for Python.
WWW: https://github.com/boto/s3transfer
PR: 207833
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> |