www/py-django-reversion: Update to 6.1.0
* Switch to the PEP517 build framework and adjust the related bits of
DOCS option as well.
* Update WWW to point to actual upstream repository.
* Also switch to the more preferred DISTVERSION and take MAINTAINER'ship
due three consecutive timeouts.
Changelog since 5.0.10:
https://github.com/etianen/django-reversion/blob/v6.1.0/CHANGELOG.rst
PR: 291709
Approved by: maintainer timeout (5+ weeks)
www/py-django-simple-captcha: Update to 0.6.3
* Switch to the PEP517 build framework and adjust relevant bits of the
DOCS option as well.
Changelog since 0.5.20:
https://github.com/mbi/django-simple-captcha/blob/v0.6.3/CHANGES
PR: 291802
Approved by: maintainer timeout (4+ weeks)
graphics/py-django-easy-thumbnails: Update to 2.10.1
* Switch to the PEP517 build framework and adjust the relevant bits of
the DOCS option accordingly.
* Update WWW to point to actual upstream repository.
* Introduce SVG option and make it default as the dependencies were
used unconditionally before.
* Also switch to the more preferred DISTVERSION and take MAINTAINER'ship
due three consecutive timeouts.
Changelog since 2.8.1:
https://github.com/SmileyChris/easy-thumbnails/blob/2.10.1/CHANGES.rst
PR: 291710
Approved by: maintainer timeout (5+ weeks)
www/py-django-filer: Update to 3.4.1
* Switch to the PEP517 build framework.
* Update WWW to point to the actual upstream repository.
* Also change to the more preferred DISTVERSION and take MAINTAINER'ship
due three consecutive timeouts.
Changelog since 3.1.0:
https://github.com/django-cms/django-filer/blob/3.4.1/CHANGELOG.rst
PR: 291708
Approved by: maintainer timeout (5+ weeks)
[clang][ssaf] Add the TUSummaryExtractorRegistry (#173290)
This patch adds the TUSummaryExtractorRegistry for plugging in custom
summary extractors.
This also adds a fake TUSummaryBuilder to observe the side effects of
inserting into the registry.
The original TUSummaryBuilder class will be used to create EntityIDs and
to map those to summary "facts" in the shape of "TUSummaryData" objects,
but that part is not yet upstreamed.
The important point is that TUSummaryBuilders have a use beyond just testing.
---------
Co-authored-by: Jan Korous <jkorous at apple.com>