[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][deploy] 2 commits: CI_Happy: Appearently need to sort the import



Title: GitLab

Joerg Jaspert pushed to branch deploy at Debian FTP Team / dak

Commits:

  • f06bc781
    by Joerg Jaspert at 2025-07-13T12:37:55+02:00
    CI_Happy: Appearently need to sort the import
    
  • 7a63da59
    by Joerg Jaspert at 2025-07-13T12:39:08+02:00
    Merge branch 'master' into deploy
    
    * master:
      CI_Happy: Appearently need to sort the import
    

1 changed file:

Changes:

  • tools/queue_rss.py
    ... ... @@ -8,7 +8,6 @@
    8 8
     import html
    
    9 9
     import os
    
    10 10
     import os.path
    
    11
    -import dill as pickle
    
    12 11
     import re
    
    13 12
     import sys
    
    14 13
     import time
    
    ... ... @@ -16,6 +15,7 @@ from datetime import datetime
    16 15
     from email.utils import parseaddr
    
    17 16
     from optparse import OptionParser
    
    18 17
     
    
    18
    +import dill as pickle
    
    19 19
     import PyRSS2Gen
    
    20 20
     from debian.deb822 import Changes
    
    21 21
     
    


  • Reply to: