factory
- update to 5.0.1:
* Fix a false recognition of Microsoft bounces from the
Groupwise detector. :GL:`16` Found and fixed by Mark Sapiro.
* Major project management modernization.
* Add Mark as a named co-owner.
* Drop Python 3.9, add Python 3.13, 3.14, and 3.15.
* Added recognition for a non-compliant Earthlink DSN.
* Fixed a long-standing bug in the Caiwireless detector that
returned a set of individual address characters instead of
the bouncing address itself, and added a test exercising the
previously buggy return path.
* Replaced deprecated/removed pkg_resources.
* Replaced the zope.interface dependency with typing.Protocol;
the IBounceDetector marker interface has been renamed to
BounceDetector. This is a backwards incompatible change.
* The return types of scan_message, all_failures, and detector
process methods are now frozenset[bytes] instead of mutable
set[bytes]; the NoTemporaryFailures, NoPermanentFailures, and
NoFailures sentinel constants are correspondingly empty
frozensets rather than empty tuples. This is a backwards
incompatible change.
- Remove use-correct-assertion-methods.patch (obsolete).
OBS-URL: https://build.opensuse.org/request/show/1359263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flufl.bounce?expand=0&rev=9
Description
No description provided
Languages
RPM Spec
100%