2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message: py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays |
2024-10-22 15:13:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-objgraph: updated to 3.6.2 3.6.2 (2024-10-10) - Add support for Python 3.13. |
2024-03-23 17:36:16 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-objgraph: updated to 3.6.1 3.6.1 (2024-02-26) - Add support for Python 3.12. |
2023-07-05 14:02:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-objgraph: updated to 3.6.0 3.6.0 (2023-06-16) ------------------ - Add support for Python 3.9, 3.10, and 3.11. - Drop support for Python 2.7 and 3.6. |
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message: *: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS |
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message: graphics: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message: graphics: Remove SHA1 hashes for distfiles |
2021-10-06 21:20:20 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: py-objgraph: mark as incompatible with Python 2.7 |
2021-01-11 14:58:09 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-objgraph: updated to 3.5.0 3.5.0: Do not require mock for the test suite on Python 3; use unittest.mock instead. 100% test coverage for each version of Python rather than combined, using \ coverage-python-version. Add the optional extra_node_attrs parameter to show_backrefs and show_backrefs Fix IPython/Jupyter inline graph support code that would kick in even if you \ explicitly passed a filename=’foo.png’ argument to show_refs/show_backrefs. \ See issue 47. Add support for Python 3.8. Drop support for Python 3.5. |
2019-05-20 14:10:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-objgraph: updated to 3.4.1 3.4.1: - Add support for Python 3.7. - Drop support for Python 3.3 and 3.4. |