2023-10-01 18:09:39 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-modulegraph: updated to 0.19.6
Version 0.19.6
--------------
* Actually introduce Python 3.12 support
Previous support was tested on an installation that previously
had an early alpha installed without cleaning up, resulting in
failing to remove all use of the ``imp`` module.
|
2023-06-15 12:45:12 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-modulegraph: updated to 0.19.5
0.19.5
------
* Sigh.. Actually fix 2.7 support
0.19.4
------
* Fix broken python 2.7 support
* Initial support for Python 3.12
The changes to support Python 3.12 are a bit rough,
tests pass but I'm not 100% convinced the changes
are correct.
|
2022-10-31 09:12:17 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-modulegraph: not for Python 2.7
|
2022-10-25 11:26:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-modulegraph: updated to 0.19.3
0.19.3
* Fix incompatibility with Python 3.11
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
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:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
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
|
2021-10-11 19:42:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-modulegraph: updated to 0.19.2
v0.19.2
Tweak package metadata
v0.19.1
Minor tweaks for Python 3.10 support
v1.19
Minor tweak
- Set correct version number
- Fix a some test failures (mostly due to my setup)
- Fix flake8 warning
- Change tox.ini to match my machine w.r.t. python versions
- Change tox.ini invocation of isort
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-05-27 16:14:47 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-modulegraph: updated to 0.18
0.18
* Avoid exception when one of the items on "packages" is not a package
(modulegraph.find_modules.find_needed_modules)
* ``Modulegraph.foldReferences()`` called the wrong method
|