Up to [cvs.NetBSD.org] / pkgsrc / devel / py-atpublic
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jul 30 15:24:05 2023 UTC (2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
py-atpublic: updated to 4.0 4.0 (2023-06-05) Drop Python 3.7 support Remove public.install() which was used to inject the public and private functions into the builtins namespace. This isnãàÑÕ very helpful and could be actively harmful. Explicit is better than implicit. The functional form of public() now returns the argument values in the order they are given. This allows you to explicitly bind those values to names in the global namespace. While this is redundant, it does solve some linter problems. Switch from flake8 and isort to ruff for code quality. Bump dependencies.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 26 10:18:11 2021 UTC (23 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: 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,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 7 13:42:57 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 16 05:40:25 2021 UTC (2 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
py-atpublic: updated to 2.3 2.3 (2021-04-13) ================ * Do type hinting the right way. 2.2 (2021-04-13) ================ * ``public()`` and ``private()`` can't be correctly type annotated, so the type hints on these two functions have been removed. The ``ModuleAware`` was also removed. * Added a ``py.typed`` file to satisfy type checkers. * Fixed a documentation cross-reference bug.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 16 18:48:37 2021 UTC (2 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
py-atpublic: updated to 2.1.3 2.1.3 * I `blue <https://blue.readthedocs.io/en/latest/>`_ it!
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 11 14:02:57 2021 UTC (2 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
py-atpublic: updated to 2.1.2 2.1.2: Update copyright years. Include test/__init__.py and docs/__init__.py
Revision 1.3 / (download) - annotate - [select for diffs], Fri Oct 23 07:21:23 2020 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
py-atpublic: updated to 2.1.1 2.1.1: Rename top-level tests/ directory to test/ 2.1: Clean up some typing problems. Reorganized docs and tests out of the code directory. Fix the Windows CI tests. 2.0: Drop Python 3.4 and 3.5; add Python 3.8 and 3.9. The C implementation is removed. Added an @private decorator Build and test on Windows in addition to Linux. Fix the doctests so that they actually run and pass! Add type annotations and API reference documentation. Internal improvements and modernizations.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 18 17:08:28 2017 UTC (6 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
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,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
py-atpublic: update to 1.0 1.0: Documentation improvements.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 25 17:06:38 2017 UTC (6 years, 5 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Import atpublic 0.5 as devel/py-atpublic. This is a very simple decorator and function which populates a module's __all__ and optionally the module globals.