The NetBSD Project

CVS log for pkgsrc/devel/py-zope.deferredimport/distinfo

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 29 20:11:07 2023 UTC (2 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

py-zope.deferredimport: updated to 5.0

5.0 (2023-06-29)
- Drop support for Python 2.7, 3.5, 3.6.
- Add support for Python 3.11.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 11 11:24:16 2022 UTC (19 months, 1 week ago) by adam
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
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

py-zope.deferredimport: updated to 4.4

4.4
Add support for Python 3.8, 3.9 and 3.10.
Drop support for Python 3.4.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 26 10:19:17 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Thu Oct 7 13:43:56 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored)

devel: Remove SHA1 hashes for distfiles

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 8 13:00:59 2020 UTC (3 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: 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.1: +5 -5 lines
Diff to previous 1.1 (colored)

py-zope.deferredimport: updated to 4.3.1

4.3.1:
- Avoid race condition in ``deferredmodule.ModuleProxy.__getattr__``

Revision 1.1 / (download) - annotate - [select for diffs], Sun Oct 28 15:13:13 2018 UTC (4 years, 10 months ago) by taca
Branch: MAIN
CVS Tags: 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

devel/py-zope.deferredimport: add version 4.3

Add py-zope.deferredimport package version 4.3.

=========================
 ``zope.deferredimport``
=========================

Often, especially for package modules, you want to import names for
convenience, but not actually perform the imports until necessary.
The zope.deferredimport package provided facilities for defining names
in modules that will be imported from somewhere else when used.  You
can also cause deprecation warnings to be issued when a variable is
used.

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>