Up to [cvs.NetBSD.org] / pkgsrc / devel / py-ZopeComponent
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13, Sun Jun 18 05:21:44 2023 UTC (3 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +1 -1
lines
FILE REMOVED
py-ZopeComponent: moved to py-zope.component
Revision 1.12 / (download) - annotate - [select for diffs], Tue Oct 26 10:18:07 2021 UTC (23 months ago) by nia
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,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (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.11 / (download) - annotate - [select for diffs], Thu Oct 7 13:42:53 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.10: +1 -2
lines
Diff to previous 1.10 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 10 05:47:18 2021 UTC (2 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.9: +5 -5
lines
Diff to previous 1.9 (colored)
py-ZopeComponent: updated to 5.0.1 5.0.1: - Fix unregistering utilities on old persistent adapter registries. Previously this could raise ``TypeError``.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 14 05:03:53 2021 UTC (2 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.8: +5 -5
lines
Diff to previous 1.8 (colored)
py-ZopeComponent: updated to 5.0.0 5.0.0 (2021-03-19) ================== - Remove backwards compatibility imports that were emitting deprecation warnings. This affects certain imports from ``zope.component.interfaces`` (which should be imported from ``zope.interface.interfaces``) as well as certain imports from ``zope.component.registery`` (import from ``zope.interface.registry``), and the entire ``zope.component.hookable`` module. - Respect permission value for utility factory registrations - Add support for Python 3.9 - Fix the ``<subscriber>`` ZCML directive to allow a missing ``provides=`` attribute when a ``factory=`` is given and the Python object has been decorated with ``@implementer`` and implements a single interface. This has been documented, but hasn't worked before. - Make ``PersistentAdapterRegistry`` use persistent objects (``PersistentMapping`` and ``PersistentList``) for its internal data structures instead of plain dicts and lists. This helps make it scalable to larger registry sizes. This requires zope.interface 5.3.0a1 or later. New registries (and their primary users, ``PersistentComponents`` and zope.site's ``LocalSiteManager``) take full advantage of this automatically. For existing persistent registries to take advantage of this, you must call their ``rebuild()`` method and commit the transaction. - Fix ``zope.interface.interface.provideInterface`` and the various search and query methods to use the current site manager instead of always using the global site manager. (``provideInterface`` is called implicitly when registering components from ZCML.) The search and query methods continue to return interfaces registered in base site managers.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 21 12:40:54 2020 UTC (3 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.7: +5 -5
lines
Diff to previous 1.7 (colored)
py-ZopeComponent: updated to 4.6.2 4.6.2: - Improve the documentation, both published and in docstrings.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 8 14:08:00 2020 UTC (3 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.6: +5 -5
lines
Diff to previous 1.6 (colored)
py-ZopeComponent: updated to 4.6.1 4.6.1: Ensure the resolution order of BaseGlobalComponents is consistent. 4.6.0: Add support for Python 3.8. Drop support for Python 3.4. Fix tests on Python 2 following changes in ZODB 5.5.0.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 15 10:40:33 2018 UTC (4 years, 11 months ago) by adam
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
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
py-ZopeComponent: updated to 4.5 4.5: - Add support for Python 3.7. - Always install zope.hookable as a dependency (the hook extra is now empty). zope.hookable respects the PURE_PYTHON environment variable, and has an optional C extension. - Make accessing names that have been moved to zope.interface produce a DeprecationWarning.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 10 07:42:33 2017 UTC (5 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
py-ZopeComponent: update to 4.4.1 4.4.1: - Remove obsolete call of ``searchInterface``
Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 11 09:45:13 2016 UTC (6 years, 10 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
Update devel/py-ZopeComponent to 4.3.0. - When testing PURE_PYTHON environments under tox, avoid poisoning the user's global wheel cache. - Drop support for Python 2.6 and 3.2. - Add support for Python 3.5.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 1 07:52:51 2015 UTC (7 years, 9 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
Update devel/py-ZopeComponent to 4.2.2. Fix missing dependencies. 4.2.2 (2015-06-04) - Fix test cases for PyPy and PyPy3.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 3 03:29:04 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Add SHA512 digests for distfiles for devel category Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 16 19:32:25 2015 UTC (8 years, 8 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Add a package for zope.component, version 4.2.1. From DESCR: This package represents the core of the Zope Component Architecture. Together with the 'zope.interface' package (devel/py-ZopeInterface), it provides facilities for defining, registering and looking up components. This package is intended to be independently reusable in any Python project. It is maintained by the Zope Toolkit project.