Compare commits

...

100 Commits

Author SHA256 Message Date
Ana Guerrero
f336860814 Accepting request 1205080 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/1205080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=33
2024-10-02 19:34:18 +00:00
Ana Guerrero
00ae83eef1 Accepting request 1154173 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/1154173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=32
2024-03-04 20:24:43 +00:00
e5adfc3141 Accepting request 1153614 from home:bnavigator:branches:devel:languages:python:mailman
- Simplify python flavor selection
  * Go back to primary python3 on Tumbleweed
  * Use SLE15 python module pythons on 15.x

OBS-URL: https://build.opensuse.org/request/show/1153614
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=94
2024-03-01 20:27:16 +00:00
Ana Guerrero
c5b1e36983 Accepting request 1148410 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/1148410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=31
2024-02-21 16:55:20 +00:00
Andreas Schneider
e4147c9c82 Accepting request 1148081 from home:mcalabkova:branches:devel:languages:python
hopefully temporary fix for current CPythons + skipped tests revision, while I was at it

OBS-URL: https://build.opensuse.org/request/show/1148081
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=92
2024-02-21 07:14:25 +00:00
d63b42b854 Accepting request 1146863 from home:mcalabkova:branches:devel:languages:python:mailman
- Adapt to new RPM 4.19 and properly create mailman user/group (boo#1219674)
- Build on Python 3.12 for the Factory

OBS-URL: https://build.opensuse.org/request/show/1146863
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=91
2024-02-16 14:50:09 +00:00
Andreas Schneider
bdb98f9fc5 Accepting request 1140796 from home:mcalabkova:branches:openSUSE:Backports:SLE-15-SP6:mailman
- Add patch find-flufl.patch to fix the tests with recent flufl.*
- Don't require importlib-resources on new Pythons, they are already 
  a part of a standard library

OBS-URL: https://build.opensuse.org/request/show/1140796
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=90
2024-01-23 10:20:07 +00:00
Ana Guerrero
9880527e14 Accepting request 1123514 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/1123514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=30
2023-11-06 20:14:15 +00:00
Andreas Schneider
e28ada2a2b Accepting request 1123459 from home:darix:branches:devel:languages:python:mailman
- make it easier to notice to keep buildrequires and runtime
  requires version limits in sync. This will also help us to notice
  early when the version of other libraries do not match the
  requires encoded in the source code.

OBS-URL: https://build.opensuse.org/request/show/1123459
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=88
2023-11-06 08:24:27 +00:00
Ana Guerrero
c5f2f9e912 Accepting request 1123211 from devel:languages:python:mailman
- Require authheaders >= 0.15.2

- Update to version 3.3.9
  * See https://gitlab.com/mailman/mailman/-/blob/v3.3.9/src/mailman/docs/NEWS.rst
    or the file NEWS.rst in this package
- Removed mailman-fix-importlib-resources.patch

OBS-URL: https://build.opensuse.org/request/show/1123211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=29
2023-11-03 21:20:57 +00:00
1768ffebe7 Accepting request 1122918 from home:gladiac:mailman
- Require authheaders >= 0.15.2
- Update to version 3.3.9
  * See https://gitlab.com/mailman/mailman/-/blob/v3.3.9/src/mailman/docs/NEWS.rst
    or the file NEWS.rst in this package
- Removed mailman-fix-importlib-resources.patch

OBS-URL: https://build.opensuse.org/request/show/1122918
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=86
2023-11-03 09:09:14 +00:00
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
8fd128e7fa Accepting request 868985 from home:gladiac:mailman3
- Fix building on tumbleweed

OBS-URL: https://build.opensuse.org/request/show/868985
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=39
2021-02-03 19:09:47 +00:00
af0f6f2ac8 Accepting request 868879 from home:stroeder:branches:devel:languages:python:mailman
Update to 3.3.3

Fixing build on Factory/Tumbleweed has to be done separately.

OBS-URL: https://build.opensuse.org/request/show/868879
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=38
2021-02-03 10:27:35 +00:00
Dominique Leuenberger
5f9018250f Accepting request 856847 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/856847
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=9
2020-12-18 18:59:54 +00:00
aa07b309bf Accepting request 856542 from home:gladiac:mailman3
- Added mailman-notify.service and mailman-notify.timer
- Added rcmailman* service symlinks
- Added missing logrotate requirement

OBS-URL: https://build.opensuse.org/request/show/856542
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=36
2020-12-18 09:42:38 +00:00
Dominique Leuenberger
fefaaac009 Accepting request 856057 from devel:languages:python:mailman
- Fix systemd services
- Add missing services and timers to systemd

OBS-URL: https://build.opensuse.org/request/show/856057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=8
2020-12-16 10:00:36 +00:00
ad7d6e9570 Accepting request 855964 from home:gladiac:mailman3
- Fix systemd services

OBS-URL: https://build.opensuse.org/request/show/855964
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=34
2020-12-15 10:04:54 +00:00
ce5a76d70b Accepting request 855950 from home:gladiac:mailman3
- Add missing services and timers to systemd

OBS-URL: https://build.opensuse.org/request/show/855950
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=33
2020-12-15 09:12:34 +00:00
Dominique Leuenberger
a0b8bbf2ae Accepting request 851640 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/851640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=7
2020-11-29 11:31:19 +00:00
Andreas Schneider
cd799458ea Accepting request 851559 from home:stroeder:branches:devel:languages:python:mailman
- Update to 3.3.2:
  * Support for inviting users to join mailing lists.
  * New adddmembers, delmembers and syncmembers command to
    manage membership from CLI.
  * Addition of new REST API endpoints that return the count of held messages
    and subscription requests of much faster page loads in Postorius.
  * Addition of support for filtering in some API endpoints like Members
    and Subscription requests.
  * Support for address= option in email join command to subscribe an address
    other then sending address.
  * Addition of who email command to lookup memberships.
  * Expose emergency field for MailingList resource in REST API.
  * Several bug fixes to support new major version of libraries like dnspython, 
    flufl.* etc.

OBS-URL: https://build.opensuse.org/request/show/851559
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=31
2020-11-29 06:55:34 +00:00
Dominique Leuenberger
5ef61085eb Accepting request 840224 from devel:languages:python:mailman
OBS-URL: https://build.opensuse.org/request/show/840224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=6
2020-10-08 11:11:59 +00:00
715101f148 Accepting request 839919 from home:gladiac:mailman3
- Remove suid bit from /var/lib/mailman/data

OBS-URL: https://build.opensuse.org/request/show/839919
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=29
2020-10-08 10:15:35 +00:00
114760fc69 - remove systemd (build)requires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=28
2020-09-30 07:19:11 +00:00
7b4ea6895c Accepting request 837918 from home:gladiac:mailman3
- Create mailman user and group
- Create directories for mailman and use FHS directory layout
- Create initial /etc/mailman.cfg
- Create /etc/mailman.d/ directory for extensions
- Add systemd files

OBS-URL: https://build.opensuse.org/request/show/837918
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=27
2020-09-29 07:54:08 +00:00
Yuchen Lin
e90c10fba3 Accepting request 808659 from devel:languages:python:mailman
submit (forwarded request 808637 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/808659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=5
2020-05-26 15:23:48 +00:00
2d48f1cd3a Accepting request 808637 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/808637
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=25
2020-05-25 08:14:38 +00:00
Dominique Leuenberger
c9b5ef120d Accepting request 796939 from devel:languages:python:mailman
- Update to 3.3.1:
  * No obvious changelog

OBS-URL: https://build.opensuse.org/request/show/796939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=4
2020-04-25 18:31:04 +00:00
Tomáš Chvátal
4c12a71f99 - Update to 3.3.1:
* No obvious changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=23
2020-04-24 08:23:29 +00:00
Dominique Leuenberger
9f8310c61f Accepting request 766648 from devel:languages:python:mailman
- do not require python-cffi, it will be required by
  python-PyNaCl (forwarded request 766647 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/766648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=3
2020-01-24 12:11:58 +00:00
16f738ed70 Accepting request 766647 from devel:languages:python:mailman:backports
- do not require python-cffi, it will be required by
  python-PyNaCl

OBS-URL: https://build.opensuse.org/request/show/766647
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=21
2020-01-23 15:18:10 +00:00
Dominique Leuenberger
8c73a1010c Accepting request 765303 from devel:languages:python:mailman
SLE-7686 (forwarded request 765299 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/765303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=2
2020-01-18 11:17:59 +00:00
18194e7217 Accepting request 765299 from devel:languages:python:mailman:backports
SLE-7686

OBS-URL: https://build.opensuse.org/request/show/765299
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=19
2020-01-17 14:44:30 +00:00
Dominique Leuenberger
efe0acd05b Accepting request 755651 from devel:languages:python:mailman
Disable the failing test.

OBS-URL: https://build.opensuse.org/request/show/755651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=1
2019-12-10 21:44:43 +00:00
765a1106eb - disable src/mailman/commands/tests/test_cli_create.py
https://gitlab.com/mailman/mailman/issues/654

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=17
2019-12-10 16:57:02 +00:00
297cac1163 - call spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=16
2019-12-02 11:04:53 +00:00
de524e3384 - requires setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=15
2019-12-02 09:20:16 +00:00
00adedb686 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=14 2019-11-21 12:29:05 +00:00
4edd1d8625 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=13 2019-11-21 09:35:25 +00:00
a36ad872fb - /usr/sbin instead of /sbin in mailman.cfg
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=12
2019-11-20 16:07:00 +00:00
87da75a35a - run the testsuite
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=11
2019-11-05 19:06:23 +00:00
ed35b6308f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=10 2019-11-04 14:43:09 +00:00
97df7f37bc OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=9 2019-10-09 12:38:25 +00:00
0423c0c84f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=8 2019-10-01 08:07:24 +00:00
cca1de8490 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=7 2019-10-01 08:05:42 +00:00
cbfe4ad007 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=6 2019-09-26 14:09:00 +00:00
d5472cd640 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=5 2019-09-26 08:57:12 +00:00
360bedc2cb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=4 2019-09-25 08:45:16 +00:00
fdb59c6c15 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=3 2019-09-25 08:23:59 +00:00
593019a9e6 - initial version 3.3.0 [SLE-7686]
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=2
2019-09-25 06:33:23 +00:00
9acb5bf81a - initial version 3.3.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=1
2019-09-24 13:50:44 +00:00
4 changed files with 0 additions and 82 deletions

View File

@ -1,30 +0,0 @@
Index: mailman-3.3.9/setup.py
===================================================================
--- mailman-3.3.9.orig/setup.py
+++ mailman-3.3.9/setup.py
@@ -119,8 +119,8 @@ case second 'm'. Any other spelling is
'dnspython>=1.14.0',
'falcon>=3.0.0',
'flufl.bounce>=4.0',
- 'flufl.i18n>=3.2',
- 'flufl.lock>=5.1',
+ 'flufl-i18n>=3.2',
+ 'flufl_lock>=5.1',
'gunicorn',
'lazr.config',
'python-dateutil>=2.0',
Index: mailman-3.3.9/src/mailman.egg-info/requires.txt
===================================================================
--- mailman-3.3.9.orig/src/mailman.egg-info/requires.txt
+++ mailman-3.3.9/src/mailman.egg-info/requires.txt
@@ -7,8 +7,8 @@ click>=8.0.0
dnspython>=1.14.0
falcon>=3.0.0
flufl.bounce>=4.0
-flufl.i18n>=3.2
-flufl.lock>=5.1
+flufl-i18n>=3.2
+flufl_lock>=5.1
gunicorn
lazr.config
python-dateutil>=2.0

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19b95723a23090b97e5758046cc01ed5b695c9938731a61a6084d7713929d8ca
size 2173293

View File

@ -1,21 +0,0 @@
-----BEGIN CERTIFICATE-----
MIIDeDCCAmCgAwIBAgIJANA3MRKsRL/OMA0GCSqGSIb3DQEBCwUAMFExCzAJBgNV
BAYTAlVTMQswCQYDVQQIDAJNQTEhMB8GA1UECgwYTWFpbG1hbiB0ZXN0IGNlcnRp
ZmljYXRlMRIwEAYDVQQDDAlsb2NhbGhvc3QwHhcNMTcwNTI3MTYxNzIzWhcNMjcw
NTI1MTYxNzIzWjBRMQswCQYDVQQGEwJVUzELMAkGA1UECAwCTUExITAfBgNVBAoM
GE1haWxtYW4gdGVzdCBjZXJ0aWZpY2F0ZTESMBAGA1UEAwwJbG9jYWxob3N0MIIB
IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAycCl/y9Cpm0jW921eIraIieh
cxXPrYed66SxZwoZNt8StaFfNOeqykIiFpUR/5KYc1Sk0yF2tGfFv6l17xG0fuCI
OkH1EynhXZiPbdcvmqF2W6Fa1g5kZJ//KbhK4rRsUEVp/2pHVjMG6toenM+S/1LE
35XiNyIHF6ZeENAb/zR3ikjYH0MSEq2doBmKd9/m48+z5Vb+MbyIG7jbvN3MQ9f/
NXAIwcGf37RO5+yNIcvqTV9SMBAZb1l+rMrsks6Ghr3NoBP1kuqJF5vFropKBx7R
1MKvYm2ISL5UaWbFPYs9A4VhtzhMWBLZGHQPFHnR7dub7et8eiC7fbsdx4uyGwID
AQABo1MwUTAdBgNVHQ4EFgQUe1Q+FbXTQjLoeTuSlxQQCeE+jpQwHwYDVR0jBBgw
FoAUe1Q+FbXTQjLoeTuSlxQQCeE+jpQwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG
9w0BAQsFAAOCAQEANbliLrarZfinHQ+/TQIOdqolsscw7RtyFtB7wA2uqWNsH/77
EYDiv8AhpAQB3dzKwGdapgYgsWUe2awSD67TAJg5XS/h9F1PbbjDYGC9v6T7HDPd
SfGV34LbWmH60rE6B1lwyCACnOXhByFGrdicCm2Z073kTp5L7WuAqpwC1f3aMC0u
9goUWHSfqSIPPIv8yiV0vgKk4kP4KV/gi20x74c31pujExCiVGA4GGTXV9hqmAm7
tZuPTYFN5n60U1tzbFXOuwK6CvCDzWeq27mYwNHTXSJw1GyG4XXM5t2wfSlu/4e4
xDuZwvP0P7hTME5wC7KGeS7daYSWNCDiHa7g6A==
-----END CERTIFICATE-----

View File

@ -1,28 +0,0 @@
-----BEGIN PRIVATE KEY-----
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDJwKX/L0KmbSNb
3bV4itoiJ6FzFc+th53rpLFnChk23xK1oV8056rKQiIWlRH/kphzVKTTIXa0Z8W/
qXXvEbR+4Ig6QfUTKeFdmI9t1y+aoXZboVrWDmRkn/8puEritGxQRWn/akdWMwbq
2h6cz5L/UsTfleI3IgcXpl4Q0Bv/NHeKSNgfQxISrZ2gGYp33+bjz7PlVv4xvIgb
uNu83cxD1/81cAjBwZ/ftE7n7I0hy+pNX1IwEBlvWX6syuySzoaGvc2gE/WS6okX
m8WuikoHHtHUwq9ibYhIvlRpZsU9iz0DhWG3OExYEtkYdA8UedHt25vt63x6ILt9
ux3Hi7IbAgMBAAECggEATRjFVmLlAVwrauuqcUn+WZbzZ1sqZZGxk174O/vr7sAI
Ekh8bWcqKOhkxmRo4FVQ1KG/6r6a8g3Fz5weaSFG7EU5Sany0UPrzyyBguP8WQbi
h9l9MNeHHbzWcUbvtvpjeblM7EHcyN/vAMghcqMP9WnXuek47QCf3TXCNIKScE8a
sU01o7Lw4CkZOLP9UyLmoKiQpurj7jWOMq10QOG4693dnfcgz7voPZPrt8OnAo7x
ap4ojK9nWfjFHFxpsddBhXBxzXw/U8FxtzYtCbzxL7iYpxpq0GEc/5eF8O+RE4MX
D1uqrkLfVM4HMOgQoFLrSGcPahYSVRrQ3X+lYV+OQQKBgQDotmodstq4T3D+7buY
J3zi+saEDvcPxgy31934jm465WfNiYSrnq5PqJCkzVpYMPuj0O8za75OoyRK2viT
glBKjP0vxNXh91tTi4eU7LCFPNwOwnt+e3tu+eA4klFpQIEUI8PHlEe4VBGlvpsD
DoPHuIHCouAEXhpu/ck58+QxKQKBgQDd8Rshc7h8PY26Rxrzgjob9PvDHxQODodU
iRUAELscSkr4gwYTgmDL4vL+lOog7IAYGmSOsHLJ19wTbLsaPMPfhUh+zXuvwlA5
/01uYFp0UM4ax4DdTGPA5qOAIkLY3rL1x6U0eBf6XJhdG8mTW9SjbD1aCbDGdZk6
9KJVUlDdowKBgD4NHeCLZ1zL+gJP27ynktpnKfXek6xGD/AZhFuZhvT3ZKVerNyi
NDKTbPY0t4lajk7REGcyrI0FXVEEcFHM5qHqVDyfjLRzI4v0YZOpRSxR3Q+mdg10
2aXuxQXwpfqds41uN+8Ir9MLv6TlXSoEfckMfrUqfvdLLFs6GqT0Tn15AoGBANG0
05HUKekasCPms8yKrCVmYcyIPQbbK3vw2uro5CNi/1u5UbB1bMi5dCigxGi/jnk3
1vQMPSoC0Gt6PYAZEmrNISbPOaNk0zE5zgwQ9ucYwuYCw/xWBZtrUensdYU9R5N8
RNlC8EUb4Mt5Sgn2pwCTcZT1uxaKX3KZXBmKYeZJAoGAAtWlzPxgwDglNhhuLpgW
vSOH0lpHlR//Ne7kMPCfG4lrAaPo5VSfQrjlzoF9tlhu0IuRKnwOg4HmFD9COaLA
RWTNDLMxBct5lZNAjgIzI5nZm6VLioCQkAdThzSBTxpGrIR0iDR99RWf/M4p7cK6
tiqX285r1nogUpROl0uraV4=
-----END PRIVATE KEY-----