void-packages/srcpkgs/python-packaging/update
Andrew J. Hesford fe9c2d01b5 python-packaging: split package
New package: python3-packaging-20.7
2020-12-08 15:26:38 -05:00

3 lines
189 B
Text

# packaging >= 20.5 drops setuptools for flit, which is py3-only;
# prevent update hits on newer versions since they require py3 to build
pattern="packaging-\K20\.4(\.[0-9.]+)?(?=.tar.gz)"