Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.0 02 Jan 2021 22:45:43 |
rene |
Remove some more expired ports:
devel/py-backports.functools_lru_cache
devel/py-backports_abc
devel/py-futures
devel/py-singledispatch
devel/py-typing
graphics/py-pillow6
Adjust dependent ports.
Tested with 'make index' against r559975 |
3.3.0 01 Jan 2021 10:11:35 |
antoine |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
3.3.0 01 Jan 2021 00:57:24 |
rene |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
3.3.0 04 Mar 2020 05:14:19 |
koobs |
devel/py-futures: Update to 3.3.0
Changelog:
https://github.com/agronholm/pythonfutures/blob/3.3.0/CHANGES.rst
Reported by: ngie
MFH: 2020Q2 (blanket: bugfix release) |
3.2.0 19 Feb 2020 17:59:36 |
antoine |
Clean up USES
With hat: portmgr |
3.2.0 20 Mar 2018 02:47:18 |
koobs |
devel/py-futures: Update to 3.2.0
- Update COMMENT to match upstream change
Changelog:
https://github.com/agronholm/pythonfutures/blob/3.2.0/CHANGES.rst
PR: 226540
Submitted by: sunpoet |
3.1.1 11 Jul 2017 12:14:32 |
koobs |
devel/py-futures: Update to 3.1.1
* Update LICENSE (PSFL)
Changelog:
https://github.com/agronholm/pythonfutures/blob/3.1.1/CHANGES |
3.0.5 03 Mar 2016 09:13:33 |
koobs |
devel/py-futures: Update to 3.0.5
- Update PORTVERSION and distinfo checksum (3.0.5)
- Correctly limit to Python versions < 3. :2 means depend on
lang/python2 (for the python2 symlink), which is an incorrect
specification.
- Enable NO_ARCH (architecture independent)
- Add a comment above the test target to inform our future
selves to increase the number of POSIX semaphores using sysctl.
FreeBSD currently defaults to 30, and I don't believe there's a
"blessed" way to have tests run as root to do this programatically.
Without increasing the value, many tests are skipped:
skipped 'system provides too few semaphores (30 available, 256 necessary)'
Changes:
https://github.com/agronholm/pythonfutures/blob/3.0.5/CHANGES |
3.0.3 25 Jun 2015 06:02:14 |
koobs |
devel/py-futures: Update to 3.0.3
- Update to 3.0.3 [1]
- Add LICENSE_FILE
- Sort USE_PYTHON
- Add regression-test target for QA
- Update pkg-descr WWW: URL
Changes:
https://github.com/agronholm/pythonfutures/blob/3.0.3/CHANGES
Based on:
PR: 201068 [1]
Submitted by: Gasol Wu <gasol dot wu gmail com> [1] |
2.1.6 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
2.1.6 01 Jun 2014 15:28:44 |
rene |
Update consumers of lang/python31 or higher to use Python version 3.X
and consumers of lang/python31 or lower to use Python 2.X
This is in preparation of removing lang/python31 which expired on 2014-06-01
While here apply some fixes for textproc/codespell:
- USE_XZ -> USES=tar:xz
- remove unneeded USE_PYTHON_RUN line
Approved by: python (mva) |
2.1.6 09 Feb 2014 12:44:40 |
koobs |
devel/py-futures: Update to 2.1.6 & modernise
- Update to 2.1.6
- Update LICENSE (BSD2CLAUSE)
- Deprecate easy_install target
Changes: 2.1.6 - 2013-01-14
- Fixed a problem with files missing from the source distribution |
2.1.5 16 Nov 2013 05:06:38 |
koobs |
devel/py-futures: [NEW PORT] Backport of Python 3.2 concurrent.futures module
The concurrent.futures module provides a high-level interface for
asynchronously executing callables.
This is described in PEP-3148 and is included in Python 3.2+
WWW: http://code.google.com/p/pythonfutures/ |