Commit Graph

89 Commits

Author SHA256 Message Date
Ana Guerrero
1806f654df Accepting request 1112756 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/1112756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=28
2023-09-21 20:23:08 +00:00
Andreas Schneider
d30382a912 Accepting request 1112755 from home:gladiac:mailman
- Add missing Pre-require for groupadd

OBS-URL: https://build.opensuse.org/request/show/1112755
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=84
2023-09-21 10:02:18 +00:00
Ana Guerrero
ea4b58d574 Accepting request 1107098 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/1107098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=27
2023-08-28 15:18:09 +00:00
cb6587ea6e Accepting request 1105429 from home:gladiac:mailman
- Fix issues with importlib_resources for Python 3.11
  * Added mailman-fix-importlib-resources.patch
- Add missing require for psycopg2

OBS-URL: https://build.opensuse.org/request/show/1105429
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=82
2023-08-28 12:17:47 +00:00
Dominique Leuenberger
159a4066ab Accepting request 1093767 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/1093767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=26
2023-06-19 20:50:47 +00:00
8182d35f4d Accepting request 1093666 from devel:languages:python:mailman:backports
Move to python 3.11 for 15.5 and TW

OBS-URL: https://build.opensuse.org/request/show/1093666
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=80
2023-06-19 11:33:29 +00:00
Dominique Leuenberger
fc06d5002b Accepting request 1075743 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/1075743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=25
2023-03-31 19:15:46 +00:00
2ec8c3346c Accepting request 1075681 from home:luizluca:branches:devel:languages:python:mailman
- Compile and include .mo files, used by _() strings

Without .mo files, subject in moderation messages were not translated

OBS-URL: https://build.opensuse.org/request/show/1075681
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=78
2023-03-31 06:12:43 +00:00
Dominique Leuenberger
a90208981e Accepting request 1063334 from devel:languages:python:mailman
- Update to 3.3.8:
  * The deprecated SQLAlchemy query.values() method is replaced by
    query.with_entities(). This fixes an issue with MariaDB that truncated
    the generated postfix_lmtp file. (Closes #1044)
  * An uncaught passlib.exc.UnknownHashError in utilities/passwords.py is
    now caught and handled appropriately. (Closes #1046)
  * Rejection notices for a message with an RFC 2047 encoded Subject: now
    display the decoded subject. (Closes #672)
  * Don't RFC 2047 encode display names in UserNotifications. Allow sending
    utf-8 encoded notifications. (Closes #673)
  * Don't replace non-ascii in subjects in notifications. (Closes #673)
  * The mailman members command no longer RFC 2047 encodes non-ascii display
    names. (Closes #1048)
  * Improve the performance of Held message handling by reducing the total
    number of database calls required. (Fixes #1026 and #1045)
  * Add support for Python 3.10. (Closes #936)
  * Add support for Python 3.11 (See !1076)
  * Add support for SQLAlchemy 1.4+ (Closes #964)
  * Drop support for Python 3.6 since SQLAlchemy 2.0 will drop support for
    it and it is EOL by now. (See !1035)
  * The fix for #994 in 3.3.6 blocked too many subscription attempts. This is
    now corrected and another test added.
- Drop patches now included upstream:
  * mailman-support-sqlalchemy-1-4.patch
  * python-mailman-test_interact_default_banner.patch
  * support-alembic-1-8.patch
  * support-attrs-22.patch
  * support-sqlalchemy-1-4.patch

OBS-URL: https://build.opensuse.org/request/show/1063334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=24
2023-02-06 13:15:30 +00:00
Steve Kowalik
a9fb9ccfa3 - Update to 3.3.8:
* The deprecated SQLAlchemy query.values() method is replaced by
    query.with_entities(). This fixes an issue with MariaDB that truncated
    the generated postfix_lmtp file. (Closes #1044)
  * An uncaught passlib.exc.UnknownHashError in utilities/passwords.py is
    now caught and handled appropriately. (Closes #1046)
  * Rejection notices for a message with an RFC 2047 encoded Subject: now
    display the decoded subject. (Closes #672)
  * Don't RFC 2047 encode display names in UserNotifications. Allow sending
    utf-8 encoded notifications. (Closes #673)
  * Don't replace non-ascii in subjects in notifications. (Closes #673)
  * The mailman members command no longer RFC 2047 encodes non-ascii display
    names. (Closes #1048)
  * Improve the performance of Held message handling by reducing the total
    number of database calls required. (Fixes #1026 and #1045)
  * Add support for Python 3.10. (Closes #936)
  * Add support for Python 3.11 (See !1076)
  * Add support for SQLAlchemy 1.4+ (Closes #964)
  * Drop support for Python 3.6 since SQLAlchemy 2.0 will drop support for
    it and it is EOL by now. (See !1035)
  * The fix for #994 in 3.3.6 blocked too many subscription attempts. This is
    now corrected and another test added.
- Drop patches now included upstream:
  * mailman-support-sqlalchemy-1-4.patch
  * python-mailman-test_interact_default_banner.patch
  * support-alembic-1-8.patch
  * support-attrs-22.patch
  * support-sqlalchemy-1-4.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=76
2023-02-06 05:02:31 +00:00
Dominique Leuenberger
dc6f0b18e0 Accepting request 1043120 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/1043120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=23
2022-12-15 18:25:53 +00:00
89b49bca00 Accepting request 1043013 from home:luizluca:branches:devel:languages:python:mailman
Mailman timers were generating an ordering cycle:

network.target: Found ordering cycle on wicked.service/start
network.target: Found dependency on basic.target/start
network.target: Found dependency on mailman-notify.timer/start
network.target: Found dependency on time-sync.target/start
network.target: Found dependency on chronyd.service/start
network.target: Found dependency on network.target/start
Started Journal Service.
network.target: Job wicked.service/start deleted to break ordering cycle starting with network.target/start
chronyd.service: Found ordering cycle on nss-lookup.target/start
chronyd.service: Found dependency on nscd.service/start
chronyd.service: Found dependency on basic.target/start
chronyd.service: Found dependency on mailman-notify.timer/start
chronyd.service: Found dependency on time-sync.target/start
chronyd.service: Found dependency on chronyd.service/start
chronyd.service: Job nss-lookup.target/start deleted to break ordering cycle starting with chronyd.service/start
wickedd-nanny.service: Found ordering cycle on basic.target/start
wickedd-nanny.service: Found dependency on mailman-notify.timer/start
wickedd-nanny.service: Found dependency on time-sync.target/start
wickedd-nanny.service: Found dependency on chronyd.service/start
wickedd-nanny.service: Found dependency on network.target/start
wickedd-nanny.service: Found dependency on wickedd-nanny.service/start
wickedd-nanny.service: Job mailman-notify.timer/start deleted to break ordering cycle starting with wickedd-nanny.service/start
wickedd-nanny.service: Found ordering cycle on basic.target/start
wickedd-nanny.service: Found dependency on mailman-digests.timer/start
wickedd-nanny.service: Found dependency on time-sync.target/start
wickedd-nanny.service: Found dependency on chronyd.service/start
wickedd-nanny.service: Found dependency on network.target/start
wickedd-nanny.service: Found dependency on wickedd-nanny.service/start
wickedd-nanny.service: Job mailman-digests.timer/start deleted to break ordering cycle starting with wickedd-nanny.service/start

Using the correct timers.target fixes the issue.

OBS-URL: https://build.opensuse.org/request/show/1043013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=74
2022-12-15 12:24:05 +00:00
Dominique Leuenberger
cbca80345c Accepting request 1034603 from devel:languages:python:mailman
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1034603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=22
2022-11-09 11:57:28 +00:00
Andreas Schneider
979241a815 Bump version requirement for python3-authheaders
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=72
2022-11-01 18:24:36 +00:00
Dominique Leuenberger
7574810be5 Accepting request 1031517 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/1031517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=21
2022-10-27 11:54:52 +00:00
5cb259ed46 Accepting request 1031504 from home:gladiac:branches:devel:languages:python:mailman
- Update to version 3.3.6
  * https://gitlab.com/mailman/mailman/-/blob/3.3.6/src/mailman/docs/NEWS.rst
- Added support-attrs-22.patch
- Removed ARC-message-fail-tests.patch

OBS-URL: https://build.opensuse.org/request/show/1031504
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=70
2022-10-27 10:16:15 +00:00
Richard Brown
837f15f7b3 Accepting request 1006539 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/1006539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=20
2022-09-28 15:51:47 +00:00
61dfbb3435 Accepting request 1006416 from home:mcalabkova:branches:openSUSE:Backports:SLE-15-SP3:mailman
- Rewrite support-sqlalchemy-1-4.patch
  * to be indeed backward-compatible
  * to reflect newer mailman-support-sqlalchemy-1-4.patch

OBS-URL: https://build.opensuse.org/request/show/1006416
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=68
2022-09-27 22:45:07 +00:00
Dominique Leuenberger
cc88f77b93 Accepting request 1000644 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/1000644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=19
2022-09-01 20:12:14 +00:00
Andreas Schneider
013432026e Accepting request 1000427 from home:schubi2
- Moved logrotate files from user specific directory /etc/logrotate.d
  to vendor specific directory /usr/etc/logrotate.d.

OBS-URL: https://build.opensuse.org/request/show/1000427
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=66
2022-09-01 09:53:21 +00:00
Richard Brown
2ccf4eb5bf Accepting request 986717 from devel:languages:python:mailman
- Go back to Python 3.9 for mailman. Python 3.10 is not supported
  and it is unclear whether the test failures are due to the
  production code or only in the setup of aiosmtpd in the test
  suite. -- https://gitlab.com/mailman/mailman/-/issues/936 (forwarded request 986649 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/986717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=18
2022-07-28 18:57:41 +00:00
bf64937b13 Accepting request 986649 from home:bnavigator:branches:devel:languages:python:mailman
- Go back to Python 3.9 for mailman. Python 3.10 is not supported
  and it is unclear whether the test failures are due to the
  production code or only in the setup of aiosmtpd in the test
  suite. -- https://gitlab.com/mailman/mailman/-/issues/936

OBS-URL: https://build.opensuse.org/request/show/986649
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=64
2022-07-04 18:09:33 +00:00
Andreas Schneider
cd16081c06 Accepting request 985930 from home:lrupp:branches:devel:languages:python:mailman
- added mailman-support-sqlalchemy-1-4.patch (from Andreas Schneider):
  The TypeDecorator.cache_ok class-level flag indicates if this custom
  TypeDecorator is safe to be used as part of a cache key. This flag defaults to
  None which will initially generate a warning when the SQL compiler attempts to
  generate a cache key for a statement that uses this type. If the TypeDecorator
  is not guaranteed to produce the same bind/result behavior and SQL generation
  every time, this flag should be set to False; otherwise if the class produces
  the same behavior each time, it may be set to True. See TypeDecorator.cache_ok
  for further notes on how this works.

OBS-URL: https://build.opensuse.org/request/show/985930
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=63
2022-06-29 19:38:49 +00:00
Dominique Leuenberger
1a6dafcf16 Accepting request 982453 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/982453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=17
2022-06-14 22:32:01 +00:00
Andreas Schneider
85efc6c9c3 Accepting request 982446 from home:gladiac:branches:devel:languages:python:mailman
- Added support-alembic-1-8.patch
- Removed support-alembic-1-7.patch

OBS-URL: https://build.opensuse.org/request/show/982446
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=61
2022-06-13 12:34:10 +00:00
Dominique Leuenberger
d6ce7d1050 Accepting request 956302 from devel:languages:python:mailman
- Clean up a half-completed migration away from python-rpm-macros.
  As a consequence, mailman3 now pulls in all dependencies again.

OBS-URL: https://build.opensuse.org/request/show/956302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=16
2022-02-21 16:46:40 +00:00
Steve Kowalik
82dc4dbc99 - Clean up a half-completed migration away from python-rpm-macros.
As a consequence, mailman3 now pulls in all dependencies again.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=60
2022-02-21 06:33:58 +00:00
Dominique Leuenberger
c363612941 Accepting request 947670 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/947670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=15
2022-01-21 00:25:27 +00:00
373549e0d8 Accepting request 947665 from home:pgajdos
- fix obsoletes

OBS-URL: https://build.opensuse.org/request/show/947665
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=59
2022-01-20 11:11:39 +00:00
a74ded2f50 Obsolete itself as well.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=58
2022-01-20 10:39:17 +00:00
a9bdef1a27 - Add patch ARC-message-fail-tests.patch which allows four tests
to pass with different format of the output.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=57
2022-01-19 20:35:59 +00:00
66b1ece2ea Accepting request 947161 from home:pgajdos
- rename python3-mailman package to mailman3 [bsc#1194497]

OBS-URL: https://build.opensuse.org/request/show/947161
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=56
2022-01-18 21:34:18 +00:00
Dominique Leuenberger
53e2773f74 Accepting request 932595 from devel:languages:python:mailman
- Update to 3.3.5, which provides many bug fixes and also these new features:
  - There is a new bounce_notify_admin_on_bounce_increment list
    setting and a corresponding list:admin:notice:increment
    template for the notice. This setting, if True, will cause a
    notice to be sent to the list admins when a member's bounce
    score is incremented, but doesn't disable delivery.
  - There is a new moderator_request_life setting in the
    [mailman] section of mailman.cfg that controls the lifetime
    of pending moderator requests as opposed to pending user
    confirmations.  Default is 180 days.
  - There is a new task runner to do periodic tasks.  The current
    implementation evicts expired pendings and cache entries
    and removes orphaned workflows and orphaned message store
    messages.  It does these tasks at intervals defined by the
    new run_tasks_every setting in the [mailman] section of
    mailman.cfg. Default is 1 hour.
  - There is a new list:admin:notice:pending template for the
    notice from the mailman notify command.
  - The nntp runner will now run the gatenews subcommand at
    intervals defined by a new gatenews_every setting in the
    [nntp] section of mailman.cfg. Default is 5 every minutes.
  - Check the REST API password in a way that is resistant to
    timing attacks. (CVE-2021-34337)
- Added support-alembic-1-7.patch
- Removed obsolete support-click-8-0.patch
- Added rpmlintrc

OBS-URL: https://build.opensuse.org/request/show/932595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=14
2021-11-22 22:03:59 +00:00
e4cc363209 Revert python -> python3 in Requires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=55
2021-11-19 21:46:11 +00:00
e850eae458 Fix changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=54
2021-11-19 21:35:58 +00:00
2728578dab Accepting request 932465 from home:gladiac:mailman3
- Update to 3.3.5
  * https://gitlab.com/mailman/mailman/-/blob/3.3.5/src/mailman/docs/NEWS.rst
- Added support-alembic-1-7.patch
- Removed obsolete support-click-8-0.patch
- Added rpmlintrc

OBS-URL: https://build.opensuse.org/request/show/932465
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=53
2021-11-19 21:32:21 +00:00
Dominique Leuenberger
7d32b8692a Accepting request 909272 from devel:languages:python:mailman
- Add support-click-8-0.patch:
  * Lightly rebased from upstream to support click 8.0
- Add support-sqlalchemy-1-4.patch:
  * Support running with SQLAlchemy 1.4

OBS-URL: https://build.opensuse.org/request/show/909272
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=13
2021-07-30 21:21:55 +00:00
Steve Kowalik
c0301a504f Remove unneeded sed in spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=52
2021-07-30 02:21:05 +00:00
Steve Kowalik
603a20fc27 One more.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=51
2021-07-30 02:11:22 +00:00
Steve Kowalik
dcc45c575d Address another failure in support-sqlalchemy-1-4.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=50
2021-07-30 01:58:38 +00:00
Steve Kowalik
0b0ec08568 - Add support-click-8-0.patch:
* Lightly rebased from upstream to support click 8.0
- Add support-sqlalchemy-1-4.patch:
  * Support running with SQLAlchemy 1.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=49
2021-07-21 01:52:20 +00:00
80e230f896 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=48 2021-05-24 10:57:30 +00:00
Dominique Leuenberger
e9452d8aef Accepting request 890490 from devel:languages:python:mailman
- Restrict build to primary python3 in order to avoid conflicting
  packages. (forwarded request 890325 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/890490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=12
2021-05-10 13:38:17 +00:00
dc30e9b524 Accepting request 890325 from home:bnavigator:branches:devel:languages:python:mailman
- Restrict build to primary python3 in order to avoid conflicting
  packages.

OBS-URL: https://build.opensuse.org/request/show/890325
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=46
2021-05-04 18:34:22 +00:00
Richard Brown
9b21eb10c1 Accepting request 880765 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/880765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=11
2021-03-29 16:21:32 +00:00
Andreas Schneider
12db2a15e0 Accepting request 880481 from home:stroeder:branches:devel:languages:python:mailman
Update to 3.3.4 (needs python-aiosmtpd >= 1.4.1, see SR#880480)

OBS-URL: https://build.opensuse.org/request/show/880481
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=44
2021-03-23 16:27:09 +00:00
Dominique Leuenberger
cf2996bbf5 Accepting request 869592 from devel:languages:python:mailman
- Add gl823_exclude_failing_tests.patch to skip two failing tests
  (gl#mailman/mailman#823).
- Modernize specfile. Update summary so it does not fall under
  rpmlint name-repeated-in-summary.
- Fix building on tumbleweed
- Update to 3.3.3:
  * Handle some UnicodeEncodeErrors in creating digests.  (Closes #560)
  * Increased the size of the data column in the workflowstate table.
    (Closes #793)
  * Implemented a ``scrubber`` for plain text digests.  (Closes #473)
  * The ``mailman gatenews`` command now adds ``original_size`` as a message
    attribute.  (Extends fix for #762)
  * Handle FileNotFoundError when creating digest.mmdf file without a
    parent directory present.  (Closes #699)
  * Fixed an issue where content filtering can throw UnicodeEncodeError when
    converting HTML to plain text.  (Closes #798)
  * A bounce for a non-existent list is now handled.  (Closes #799)
  * RFC 2047 From: headers in emailed ``join`` commands are now decoded.
    (Closes #802)
  * The ``mailman addmembers`` command now catches and reports a
    ``SubscriptionPendingError``.  (Closes #805)
  * RFC 2369 ``List-Owner`` header is now added when these headers are included.
    (Closes #809)
  * Header filters will now properly match RFC 2047 encoded headers.
    (Closes #815)
  * Mailman's ``vette`` log discard messages now include the reasons.
    (Closes #816)
  * Increase the default REST API (gunicorn) timeout to 360 seconds from 30 as
    several API endpoinds can be very slow. (Closes #770)
  * Header filter rules are now properly processed after deletions and/or
    reordering.  (Closes #818)
  * Folded ``To: list-confirm+token@...`` headers are now parsed correctly.
    (Closes: #819)

OBS-URL: https://build.opensuse.org/request/show/869592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=10
2021-02-07 14:17:05 +00:00
865565947b Don't define Patch0 twice.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=42
2021-02-04 22:31:23 +00:00
7b396b7fc4 - Add gl823_exclude_failing_tests.patch to skip two failing tests
(gl#mailman/mailman#823).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=41
2021-02-04 22:23:16 +00:00
Andreas Schneider
5e5e1e3381 Accepting request 869047 from home:jengelh:branches:devel:languages:python:mailman
- Modernize specfile. Update summary so it does not fall under
  rpmlint name-repeated-in-summary.

OBS-URL: https://build.opensuse.org/request/show/869047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=40
2021-02-04 07:21:19 +00:00