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

  * Team upload.
  * New upstream release.

 -- Nicholas D Steeves <sten@debian.org>  Thu, 31 Oct 2024 16:56:15 -0400

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

  * Team upload
  * New upstream version 3.17.6+dfsg

 -- Kalyani Kenekar <kalyaniknkr@gmail.com>  Sun, 14 Jul 2024 13:42:56 +0530

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

  * Team upload
  * [358e508] New upstream version 3.17.5+dfsg
  * [554b8d8] d/*: Running wrap-and-sort -ast
  * [bc28ea9] d/control: Add new build-dependency added by upstream

 -- Carsten Schoenert <c.schoenert@t-online.de>  Sat, 25 May 2024 16:26:42 +0200

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

  * Team upload
  * [f8a272a] d/gbp.conf: Update to some more defaults
  * [568b676] d/watch: Reorder content, add compression and pgpmode
  * [e49320f] New upstream version 3.17.3+dfsg
    (Closes: #1060187)
  * [6520ea8] d/rules: Add target override_dh_clean
    (Closes: #1048329)
  * [b5b1221] d/u/metadata: Add field Documentation
  * [1d85c4a] autopkgtest: Re-add folder debian/tests
  * [d11b50e] d/control: Update Standards-Version to 4.7.0
    No further changes needed.
  * [93e951d] d/copyright: Update upstream year data

 -- Carsten Schoenert <c.schoenert@t-online.de>  Sun, 05 May 2024 19:56:40 +0200

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

  * Team upload.
  * New upstream release. (Closes: #1056829, #978683)
  * d/watch: fix, migrate to v4 and to git mode.
  * d/control: add python3-sphinx-rtd-theme as a B-D.
  * d/control: use autopkgtest-pkg-pybuild to standardize autopkgtests.
  * fix lintian override.
  * d/rules: build with hardening=+all.
  * d/control: Standards-Version update to 4.6.2. No changes required.

 -- Louis-Philippe Véronneau <pollo@debian.org>  Sat, 06 Jan 2024 20:50:38 -0500

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

  * New upstream release.
  * Demote python3-peewee's Recommends python-peewee-doc to a Suggests
    (Closes: #1002293).

 -- Nicholas D Steeves <sten@debian.org>  Wed, 16 Mar 2022 11:52:19 -0400

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 <sten@debian.org>  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 <sten@debian.org>  Sun, 29 Aug 2021 10:11:24 -0400

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

  * Team upload.
  * 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

  * Team upload.
  * 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