Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.0.g20210112 30 Jun 2022 20:11:14 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-06-30 www/py-rackspace-monitoring: Python compatibility upto 3.2 and last
release was 3 years ago
2022-06-30 devel/py-apns2: Use devel/py-aioapns
2022-06-30 www/py-hyper: Project abandoned use www/py-httpx
2022-06-30 irc/py-fishcrypt: Abandoned, unmaintained, requires Python 2 and
depends on deprecated pycrypto
2022-06-30 devel/py-stsci.distutils: Upstream abandoned in 2013
2022-06-30 devel/py-docker-py: Use devel/py-docker
2022-06-30 net-im/py-slackclient: Use net-im/py-slack-sdk |
0.8.0.g20210112 12 Mar 2022 12:01:48 |
Muhammad Moinur Rahman (bofh) |
www/py-hyper: Update version 0.8.0.g2017121=>0.8.0.g20210112
- Mark DEPRECATED as project has been abandoned. Use www/py-httpx
- Set EXPIRATION_DATE to 2022-06-30
- Project has been handed over to new user in GH; update GH_ACCOUNT
accordingly |
0.8.0.g20171217 08 Mar 2022 02:09:57 |
Muhammad Moinur Rahman (bofh) |
*/*: Take maintainership |
0.8.0.g20171217 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
0.8.0.g20171217 14 Oct 2021 21:30:57 |
Stefan Eßer (se) |
www/py-hyper: Add CPE information
Approved by: portmgr (blanket) |
0.8.0.g20171217 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.0.g20171217 10 Jan 2021 12:55:46 |
rene |
Remove unused py27_*_DEPENDS |
0.8.0.g20171217 05 Jan 2021 22:08:22 |
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+ |
0.8.0.g20171217 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.8.0.g20171217 23 Jun 2019 19:21:59 |
sunpoet |
Use PY_FUTURES
With hat: python |
0.8.0.g20171217 17 May 2019 12:43:15 |
koobs |
wwww/py-hyper: Update to 0.8.0.dev0 (g20171217)
Latest PyPI released (0.7.0) fails several tests that have been resolved
in branch:development but not yet released.
- Add patches to make hyper work with h2 > 3.0 [1]
Changelog:
https://github.com/Lukasa/hyper/blob/development/HISTORY.rst
[1] https://github.com/Lukasa/hyper/pull/402 |
0.5.0 20 Jun 2018 17:05:44 |
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 |
0.5.0 06 Feb 2018 19:18:45 |
sunpoet |
Remove outdated PYTHON_REL check
With hat: python |
0.5.0 30 Nov 2017 15:50:34 |
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 ) |
0.5.0 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.5.0 28 Oct 2015 12:02:54 |
koobs |
www/py-hyper: Update to 0.5.0
- Update PORTVERSION and distinfo checksum (0.5.0)
- Update RUN_DEPENDS
- Add TEST_DEPENDS and do-test: target. Note, we disable
test_integration* tests because they hang, and I don't yet know why.
- Add test files that are not (yet [1]) included in the PyPI sdist
Changes: (No repository tag for v0.5.0 [2])
https://github.com/Lukasa/hyper/blob/development/HISTORY.rst
[1] https://github.com/Lukasa/hyper/issues/175
[2] https://github.com/Lukasa/hyper/issues/173 |
0.3.1 26 May 2015 16:47:03 |
antoine |
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva |
0.3.1 17 Apr 2015 13:13:47 |
koobs |
[NEW] www/py-hyper: HTTP/2 Client for Python
HTTP is changing under our feet. HTTP/1.1, our old friend, is being
supplemented by the brand new HTTP/2 standard. HTTP/2 provides many
benefits: improved speed, lower bandwidth usage, better connection
management, and more.
hyper supports the final draft of the HTTP/2 specification:
additionally, it provides support for drafts 14, 15, and 16 of the
HTTP/2 specification. It also supports the final draft of the HPACK
specification
WWW: https://hyper.readthedocs.org |