fe9c2d01b5
New package: python3-packaging-20.7
3 lines
189 B
Text
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)"
|