The NetBSD Project

CVS log for pkgsrc/devel/py-futures/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-futures

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Nov 2 13:05:57 2022 UTC (2 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -3 lines
py-futures: updated to 3.4.0

3.4.0
Backported bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:53:07 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Nov 3 10:18:27 2019 UTC (5 years ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
devel/py-*: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Sep 2 13:19:43 2019 UTC (5 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Aug 21 12:57:52 2019 UTC (5 years, 2 months ago) by adam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
py-futures: updated to 3.3.0

3.3.0
Backported bpo-24882: Let ThreadPoolExecutor reuse idle threads before creating new thread

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Apr 26 13:13:51 2019 UTC (5 years, 6 months ago) by maya
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 3 05:03:11 2018 UTC (6 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
extend PYTHON_VERSIONS_ for Python 3.7

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Dec 1 10:27:25 2017 UTC (6 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
py-futures: updated to 3.2.0

3.2.0:
* The ThreadPoolExecutor class constructor now accepts an optional thread_name_prefix argument to make it possible to customize the names of the threads created by the pool.
* Backported fixes from upstream

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 18 15:39:19 2017 UTC (7 years, 6 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Update devel/py-futures to 3.1.1.

- Backported sanity checks for the ``max_workers`` constructor
  argument for ThreadPoolExecutor and
  ProcessPoolExecutor
- Set the default value of ``max_workers`` in ThreadPoolExecutor to
  ``None``, as in upstream code
  (computes the thread pool size based on the number of CPUs)
- Added support for old-style exception objects
- Switched to the PSF license

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jan 1 14:43:33 2017 UTC (7 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Add python-3.6 to incompatible versions.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jul 9 13:03:41 2016 UTC (8 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Remove python33: adapt all packages that refer to it.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 19 12:32:36 2016 UTC (8 years, 6 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Import futures 3.0.5 as devel/py-futures (using wip/py-futures).

Package that provides a high level interface to execute
computations asynchronously

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>