Change logs for peewee source package in Jammy

  • peewee (3.14.8+dfsg-1build1) jammy; urgency=medium
    
      * No-change rebuild with Python 3.10 only
    
     -- Graham Inggs <email address hidden>  Wed, 16 Mar 2022 21:43:05 +0000
  • peewee (3.14.8+dfsg-1) unstable; urgency=medium
    
      * Team upload.
      * New upstream release.
      * Add lintian override for python-traceback-in-manpage, because this
        appears to be a false-positive case triggered by the detailed examples
        and not a traceback caused by failing Python-generated man page).
      * copyright: Update location for tests/libs/mock.py.
    
     -- Nicholas D Steeves <email address hidden>  Tue, 21 Dec 2021 13:35:14 -0500
  • peewee (3.14.4+dfsg-1) unstable; urgency=medium
    
      * Team upload.
      * New upstream release.
    
     -- Nicholas D Steeves <email address hidden>  Sun, 29 Aug 2021 10:11:24 -0400
  • peewee (3.14.1+dfsg-1build1) jammy; urgency=medium
    
      * No-change rebuild to add python3.10.
    
     -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 21:59:09 +0200
  • peewee (3.14.1+dfsg-1) unstable; urgency=medium
    
      * New upstream bug fix release 3.14.1, which also includes two commits that
        do not affect Debian (0e1b22af and d81867ab):
        - 7e68c789 Preserve and handle CHECK() constraints with sqlite migrator.
        - b34e6015 Improvements to foreign-key lazy-load - thanks @conqp
        - 8a21f803 Fix for failing crdb test.
        - aab10e6c Fix for column->model mapping in model-select from subquery +
          join.
        - ad5a3388 Add stddev aggregate to sqlite-udf.
        - 0e1b22af Attempt to run cockroachdb on CI.
        - d81867ab First stab at peewee on gh actions.
        - 798b2869 Fix `create_index()` method for DataSet.
        - da9b9418 Strip quote-marks and parentheses from colnames returned by
          cursor.
        - ebe3ad50 Delegate to the ForeignKeyField's db_value() method when
          converting models.
        - 87a63848 Comment on Model.__sql__ referencing issue #2304
        - efb41a94 Add test-case for jsonb contains within list.
    
     -- Nicholas D Steeves <email address hidden>  Mon, 01 Mar 2021 07:02:41 -0500