Packages related to mailman3 on lists.opensuse.org

https://lists.opensuse.org/

This repository contains the packages required to run the mailman3 instance at https://lists.opensuse.org/

Name Changed
Comments 9

Luciano Santos's avatar

We might need someone to redo those broken links.


Jacob Michalskie's avatar

Most of them happened because we have patches on top


Luciano Santos's avatar

Alright, thanks for the clarification. I need to look closer then.


Georg Pfuetzenreuter's avatar

All is green again. :-)


Luciano Santos's avatar

I had a look at those broken packages:

  • python-django-compressor;
  • python-django-mailman3;
  • python-postorius;

The first one has a simple patch make setup.py a bit more liberal with a couple of requirements:

--- a/setup.py                                                                                                            
+++ b/setup.py                                                                                                            
@@ -164,7 +164,7 @@ setup(                                                                                                
     zip_safe=False,                                                                                                      
     install_requires=[                                                                                                   
         "django-appconf >= 1.0.3",                                                                                       
-        "rcssmin == 1.1.1",                                                                                              
-        "rjsmin == 1.2.1",                                                                                               
+        "rcssmin >= 1.1.1",                                                                                              
+        "rjsmin >= 1.2.1",
     ],
 )

 

The other ones, they don't have patches. They just got stuck in their versions, maybe the package link was against a specific revision.


Luciano Santos's avatar

And python-HiperKitty seems to be one the second group.


Georg Pfuetzenreuter's avatar

I replaced the python-HyperKitty package sources with the ones from https://build.opensuse.org/package/show/home:crameleon:Mailman/python-HyperKitty now.


Georg Pfuetzenreuter's avatar

Hi,

thank you for investigating! I removed the mentioned packages, we can run them from OSS in this case. Should the version patches become necessary again in the future, they are easy to add.


Luciano Santos's avatar

No problem. Sounds good to me.

openSUSE Build Service is sponsored by