The NetBSD Project

CVS log for pkgsrc/devel/py-lazy-object-proxy/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-lazy-object-proxy

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14 / (download) - annotate - [select for diffs], Thu Jan 5 10:35:25 2023 UTC (8 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

py-lazy-object-proxy: updated to 1.9.0

1.9.0 (2023-01-04)
------------------
* Added support for matrix multiplication operator (``@``).
* Should have all the wheels now (including the manylinux ones).
* Bumped minimum version requirements for setuptools and setuptools-scm.
* Switched the default pure python fallback implementation to the "simple" one (when you ``from lazy_object_proxy import Proxy``
  and the C extension is not available).
  Previously the "slots" implementation was used but as it turns out it is slower on Python 3.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Nov 20 23:24:57 2022 UTC (10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

py-lazy-object-proxy: updated to 1.8.0

1.8.0 (2022-10-26)
------------------
* Cleaned up use of cPickle..
* Cleaned up more dead Python 2 code.
* Added Python 3.11 wheels.
* Dropped support for Python 3.6.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Dec 15 20:09:40 2021 UTC (21 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

py-lazy-object-proxy: updated to 1.7.1

1.7.1 (2021-12-15)
------------------
* Removed most of the Python 2 support code and fixed ``python_requires`` to require at least Python 3.6.

  Note that 1.7.0 has been yanked because it could not install on Python 2.7.
  Installing lazy-object-proxy on Python 2.7 should automatically fall back to the 1.6.0 release now.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Dec 15 09:37:36 2021 UTC (21 months ago) by adam
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored)

py-lazy-object-proxy: updated to 1.7.0

1.7.0 (2021-12-15)
------------------

* Switched CI to GitHub Actions, this has a couple consequences:

  * Support for Python 2.7 is dropped. You can still install it there but it's not tested anymore and
    Python 2 specific handling will be removed at some point.
  * Linux wheels are now provided in `musllinux` and `manylinux2014` variants.

* Fixed ``__index__`` to fallback to ``int`` if the wrapped object doesn't have an ``__index__`` method.
  This prevents situations where code using a proxy would otherwise likely just call ``int`` had the object
  not have an ``__index__`` method.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 26 10:18:38 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (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.9 / (download) - annotate - [select for diffs], Thu Oct 7 13:43:19 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

devel: Remove SHA1 hashes for distfiles

Revision 1.8 / (download) - annotate - [select for diffs], Mon May 10 14:50:44 2021 UTC (2 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)

py-lazy-object-proxy: updated to 1.6.0

1.6.0 (2021-03-22)
------------------

* Added support for async special methods (``__aiter__``, ``__anext__``,
  ``__await__``, ``__aenter__``, ``__aexit__``).
  These are used in the ``async for``, ``await` and ``async with`` statements.

  Note that ``__await__`` returns a wrapper that tries to emulate the crazy
  stuff going on in the ceval loop, so there will be a small performance overhead.
* Added the ``__resolved__`` property. You can use it to check if the factory has
  been called.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Dec 7 08:59:40 2020 UTC (2 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)

py-lazy-object-proxy: updated to 1.5.2

1.5.2 (2020-11-26)
------------------
* Added Python 3.9 wheels.
* Removed Python 2.7 Windows wheels
  (not supported on newest image with Python 3.9).

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 29 12:07:15 2020 UTC (3 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

py-lazy-object-proxy: updated to 1.5.1

1.5.1:
* Added ARM64 wheels (manylinux2014).

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jun 12 21:04:41 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored)

py-lazy-object-proxy: update to 1.5.0.

1.5.0 (2020-06-05)
------------------

* Added support for ``__fspath__``.
* Dropped support for Python 3.4.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 26 22:47:08 2019 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

py-lazy-object-proxy: updated to 1.4.3

1.4.3:
* Added binary wheels for Python 3.8.
* Fixed license metadata.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 15 07:58:31 2019 UTC (3 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

py-lazy-object-proxy: updated to 1.4.2

1.4.2:
* Included a pyproject.toml to allow users install the sdist with old python/setuptools, as the setuptools-scm dep will be fetched by pip instead of setuptools.

1.4.1:
* Fixed wheels being built with ``-coverage`` cflags. No more issues about bogus ``cext.gcda`` files.
* Removed useless C file from wheels.
* Changed ``setup.py`` to use setuptools-scm.

1.4.0:
* Fixed ``__mod__`` for the slots backend.
* Dropped support for Python 2.6 and 3.3.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jul 16 19:57:11 2017 UTC (6 years, 2 months ago) by adam
Branch: 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, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (colored)

1.3.1:
* Fix broken release (``sdist`` had a broken ``MANIFEST.in``).

1.3.0:
* Speed up arithmetic operations involving ``cext.Proxy`` subclasses.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 28 17:11:28 2017 UTC (6 years, 6 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1

Import py-lazy-object-proxy 1.2.2 based on wip/py-lazy-object-proxy.

A fast and thorough lazy object proxy.

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>