The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14 / (download) - annotate - [select for diffs], Fri Mar 22 06:31:05 2024 UTC (6 days, 7 hours ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (unified) to selected 1.5 (unified)

py-pebble: updated to 5.0.7

release 5.0.7

Fixes:
 - issue 96: handle race condition under different interpreters
 - issue 125: handle frozen classes as exceptions
 - issue 127: handle unexpected errors when reading from pipe in
               process decorators
 - issue 128: allow different context from `multiprocessing` ones

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jan 5 18:09:10 2024 UTC (2 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (unified) to selected 1.5 (unified)

py-pebble: updated to 5.0.6

5.0.6
Fixes:
- handle `BaseException` in pools' workers

Revision 1.12 / (download) - annotate - [select for diffs], Sat Dec 16 12:10:28 2023 UTC (3 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (unified) to selected 1.5 (unified)

py-pebble: updated to 5.0.5

5.0.5

Fixes:
- issue 123: do not raise exception when returned from workers

Improvements:
- issue 122: slightly improve type hints

Revision 1.11 / (download) - annotate - [select for diffs], Sun Nov 26 14:59:24 2023 UTC (4 months ago) by adam
Branch: MAIN
Changes since 1.10: +6 -7 lines
Diff to previous 1.10 (unified) to selected 1.5 (unified)

py-pebble: updated to 5.0.4

release 5.0.4

add type hints to decorator functions

Revision 1.10 / (download) - annotate - [select for diffs], Sun Apr 30 17:37:50 2023 UTC (10 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.9: +5 -9 lines
Diff to previous 1.9 (unified) to selected 1.5 (unified)

py-pebble: update to 5.0.3.

5.0.3

Fixes:
 - issue #111: reinstate `Pool.schedule` function in place of
   `Pool.submit`.

5.0.2

Fixes:
 - issue #108: fix build tag enforcing Python 3.6 as minimum
   compatible version.

5.0.1

Improvements:
 - issue #105: run callbacks after process termination on timeout or
   task cancellation

5.0.0

Backward incompatible changes:
 - issue #93: Python 2 is no longer compatible. Minimum supported
   version is now 3.7.

Deprecations:
 - issue #90: pools `schedule` method is now deprecated, use `submit`
   instead.

Features:
 - issue #90: pools are now compatible with asyncio APIs.
 - issue #94: asynchronous function decorators
 - issue #102: type hints have been added to all functionalities
 - issue #103: support alternative multiprocessing.context
   implementations

Fixes:
 - issue #99: fix deadlock when closing a full pipe on Windows in pool

Revision 1.9 / (download) - annotate - [select for diffs], Wed Mar 29 09:34:08 2023 UTC (12 months ago) by wiz
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (unified) to selected 1.5 (unified)

*: use PYTHON_VERSION instead of _PYTHON_VERSION

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 4 20:53:20 2022 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (unified) to selected 1.5 (unified)

*: bump PKGREVISION for egg.mk users

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

Revision 1.7 / (download) - annotate - [select for diffs], Tue May 12 07:42:42 2020 UTC (3 years, 10 months ago) by adam
Branch: 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
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified) to selected 1.5 (unified)

py-pebble: updated to 4.5.3

release 4.5.3
Fixes:
- rework versioning logic

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 7 05:39:25 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (unified)

py-pebble: updated to 4.5.2

4.5.2:
Fixes:
- silence spurious error message when stopping ProcessPool.

Revision 1.5 / (download) - annotate - [selected], Fri Apr 10 08:54:47 2020 UTC (3 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

py-pebble: updated to 4.5.1

4.5.1:
Fixes:
- revert commit f252689

Improvements:
- add `__version__` in module

Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 16 20:36:09 2020 UTC (4 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified) to selected 1.5 (unified)

py-pebble: updated to 4.5.0

release 4.5.0
Features:
 - Expose the `daemon` flag in the decorators
Fixes:
 - fix installation script in Python 3
   when git is missing from the target system

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 3 13:20:20 2020 UTC (4 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified) to selected 1.5 (unified)

py-pebble: updated to 4.4.1

release 4.4.1
Fixes:
- handle submitted unpickleable objects

Improvements:
- use `poll` instead of `select` to handle file
  descriptors greater than 1024

Revision 1.2 / (download) - annotate - [select for diffs], Wed Oct 16 14:43:24 2019 UTC (4 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (unified) to selected 1.5 (unified)

py-pebble: updated to 4.4.0

release 4.4.0
Feature:
 - Thread and Process name arguments for decorators.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 21 12:39:39 2019 UTC (4 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to selected 1.5 (unified)

py-pebble: added version 4.3.10

Pebble provides a neat API to manage threads and processes within an
application.

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>