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 <sten@debian.org>  Mon, 01 Mar 2021 07:02:41 -0500

peewee (3.14.0+dfsg-2) unstable; urgency=medium

  * Run autopkgtest unittests verbosely.
  * No longer explicitly copy peewee_test.db into $AUTOPKGTEST_TMP; this file
    is autogenerated during tests and does not exist in the source package.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Tue, 29 Dec 2020 20:59:56 -0500

peewee (3.14.0+dfsg-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Nicholas D Steeves ]
  * New upstream version 3.14.0+dfsg.
  * Migrate to debhelper-compat 13.
  * control:
    - Fix every incidence of capitalization-error-in-description that lintian
    complains about.
    - Drop references to Python 2.x.
    - Add grammatically required commas in Descriptions wherever they are
    missing.
  * Add 0001-fix-typos-in-docs.patch.
  * gbp.conf: Enable pristine-tar, which must always be used per team
    policy.
  * Activate nonsuperficial autopkgtests, and activate
    autopkgtest-pkg-python (Closes: #976692).
  * Declare Standards-Version 4.5.1 (no changes required).

 -- Nicholas D Steeves <nsteeves@gmail.com>  Sat, 26 Dec 2020 10:50:00 -0500

peewee (3.13.1+dfsg-1) unstable; urgency=medium

  * New upstream version (Closes: #952947).
  * d/control:
    * Update B-D: Add python3-psycopg2 (It's required by some unittests).
    * Add Rules-Requires-Root: no.
    * Bump Standards-Version to 4.5.0 (no changes needed).
    * Change compat level to 12.
  * d/python3-peewee.pyremove: Remove peewee_test.db.
  * d/peewee.lintian-overrides: Ignore "cannot adjust line" warning on
    source code examples.
  * d/upstream/metadata: Add common upstream URLs.

 -- Adrian Vondendriesch <adrian.vondendriesch@credativ.de>  Thu, 05 Mar 2020 14:45:03 +0100

peewee (3.7.0+dfsg-2) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Andrey Rahmatullin ]
  * Drop Python 2 support.

 -- Andrey Rahmatullin <wrar@debian.org>  Sat, 10 Aug 2019 20:15:33 +0500

peewee (3.7.0+dfsg-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/watch: Use https protocol
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs

  [ Christoph Berg ]
  * New upstream version, compatible with python3.7. (Closes: #906701)
  * Mark python-peewee-doc as Multi-Arch: foreign.
  * Build-depend on libsqlite3-dev and python(3)-setuptools.
  * debian/source/options: Ignore playhouse/_.*.c, generated even at clean
    time.
  * The pskel utility has been removed upstream.
  * Drop dh_auto_test override, the default works, and ./tests.py has been
    removed.
  * Include pkg-info.mk to fix html2man incantation.

 -- Christoph Berg <myon@debian.org>  Sat, 29 Sep 2018 14:10:01 +0200

peewee (2.10.2+dfsg-2) unstable; urgency=medium

  * Update copyright to include flask and mock.

 -- Christoph Berg <christoph.berg@credativ.de>  Thu, 21 Dec 2017 15:57:29 +0100

peewee (2.10.2+dfsg-1) unstable; urgency=medium

  * New upstream version.

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 29 Nov 2017 15:05:03 +0100

peewee (2.10.1+dfsg-1) unstable; urgency=low

  [ Adrian Vondendriesch ]
  * Initial package version. (Closes: #800584)

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 29 Nov 2017 14:53:13 +0100