The NetBSD Project

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Apr 12 09:54:04 2025 UTC (2 weeks, 2 days ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
Fix PLIST after py-setuptools update; bump depends and revision

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:04 2024 UTC (5 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -2 lines
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Aug 21 08:06:46 2024 UTC (8 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +7 -5 lines
py-contextlib2: updated to 21.6.0

21.6.0 (2021-06-27)

* License update: due to the inclusion of type hints from the ``typeshed``
  project, the ``contextlib2`` project is now under a combination of the
  Python Software License (existing license) and the Apache License 2.0
  (``typeshed`` license)
* Switched to calendar based versioning using a "year"-"month"-"serial" scheme,
  rather than continuing with pre-1.0 semantic versioning
* Due to the inclusion of asynchronous features from Python 3.7+, the
  minimum supported Python version is now Python 3.6
* Synchronised with the Python 3.10 version of contextlib
  following new features available on Python 3.6+:

  * ``asyncontextmanager`` (added in Python 3.7, enhanced in Python 3.10)
  * ``aclosing`` (added in Python 3.10)
  * ``AbstractAsyncContextManager`` (added in Python 3.7)
  * ``AsyncContextDecorator`` (added in Python 3.10)
  * ``AsyncExitStack`` (added in Python 3.7)
  * async support in ``nullcontext`` (Python 3.10)

* ``contextlib2`` now includes an adapted copy of the ``contextlib``
  type hints from ``typeshed`` (the adaptation removes the Python version
  dependencies from the API definition)
* to incorporate the type hints stub file and the ``py.typed`` marker file,
  ``contextlib2`` is now installed as a package rather than as a module
* Updates to the default compatibility testing matrix:

  * Added: CPython 3.9, CPython 3.10
  * Dropped: CPython 2.7, CPython 3.5, PyPy2

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:52:58 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: 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, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
*: bump PKGREVISION for egg.mk users

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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Dec 15 11:18:32 2019 UTC (5 years, 4 months ago) by adam
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.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
py-contextlib2: updated to 0.6.0

0.6.0:
Backport `AbstractContextManager` from Python 3.6 and `nullcontext`
from Python 3.7

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Mar 24 06:13:58 2018 UTC (7 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2 lines
py-contextlib2: cleanups

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 5 18:22:48 2017 UTC (7 years, 7 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Import py-contextlib2-0.5.5 as devel/py-contextlib2

contextlib2 provides backports of features in the latest version of
the standard library’s contextlib module to earlier Python
versions. It also serves as a real world proving ground for potential
future enhancements to that module.

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>