2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message: *: remove more references to Python 3.7 |
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | |
Log message: *: restrict py-numpy users to 3.9+ in preparation for update |
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message: revbump after textproc/icu update |
2022-10-26 12:32:08 by Thomas Klausner | Files touched by this commit (687) |
Log message: *: bump PKGREVISION for libunistring shlib major bump |
2022-04-15 13:37:46 by Nia Alarie | Files touched by this commit (8) |
Log message: *: Mark various packages incompatible with Python 3.7 due to numpy |
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-12-30 14:05:42 by Adam Ciarcinski | Files touched by this commit (125) |
Log message: Forget about Python 3.6 |
2021-12-16 10:53:28 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-netCDF4: updated to 1.5.8 version 1.5.8 * Fix Enum bug (issue 1128): the enum_dict member of an EnumType read from a file contains invalid values when the enum is large enough (more than 127 or 255 members). * Binary wheels for aarch64 and python 3.10. version 1.5.7 * don't try to mask vlens with default _FillValue, since vlens don't have a \ default _FillValue. This gets rid of numpy DeprecationWarning (issue 1099). * update docs to reflect the fact that a variable must be in collective mode \ before writing compressed data to it in parallel. Added a test for this \ (examples/mpi_example_compressed.py). * Fix OverflowError when dimension sizes become greater than 2**32-1 elements on \ Windows (Issue 1112). * Don't return masked arrays for vlens (only for primitive and enum types |
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message: revbump for icu and libffi |