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

[Git][ftp-team/dak][deploy] 2 commits: Quick fix: use dill for pickle



Title: GitLab

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

Commits:

  • 7e60488e
    by Joerg Jaspert at 2025-07-13T11:44:21+02:00
    Quick fix: use dill for pickle
    
    long term this shouldnt use pickle but some json or yaml dump
    
  • a4ff09a0
    by Joerg Jaspert at 2025-07-13T11:47:23+02:00
    Merge branch 'master' into deploy
    
    * master:
      Quick fix: use dill for pickle
    

1 changed file:

Changes:

  • tools/queue_rss.py
    ... ... @@ -8,7 +8,7 @@
    8 8
     import html
    
    9 9
     import os
    
    10 10
     import os.path
    
    11
    -import pickle
    
    11
    +import dill as pickle
    
    12 12
     import re
    
    13 13
     import sys
    
    14 14
     import time
    


  • Reply to: