factory-boy (2.11.1-8) unstable; urgency=medium

  * Team upload.
  * Remove dependency on python3-mock

  [ Pushkar Kulkarni ]
  * d/control/test: Comment out unit-test-p3 which runs no tests
    (Closes: #1061796)

 -- Alexandre Detiste <tchet@debian.org>  Sun, 02 Jun 2024 12:43:18 +0200

factory-boy (2.11.1-7) unstable; urgency=medium

  * Team upload.
  * Backport upstream patch to make the tests pass with Python 3.12.

 -- Dmitry Shachnev <mitya57@debian.org>  Thu, 09 Nov 2023 13:13:26 +0300

factory-boy (2.11.1-6) unstable; urgency=medium

  * Team upload.
  * Backport upstream patch to fix extlinks placeholder (closes: #1042624).
  * Backport upstream patch to support Django 4.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 06 Nov 2023 14:45:59 +0300

factory-boy (2.11.1-5) unstable; urgency=medium

  * Set field Upstream-Contact in debian/copyright.
  * Remove obsolete field Contact from debian/upstream/metadata (already present
    in machine-readable debian/copyright).
  * Update standards version to 4.6.0, no changes needed.

 -- Debian Janitor <janitor@jelmer.uk>  Thu, 26 May 2022 10:43:55 +0100

factory-boy (2.11.1-4) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Contact, Repository.
  * Remove obsolete field Name from debian/upstream/metadata (already present in
    machine-readable debian/copyright).
  * Update standards version to 4.5.1, no changes needed.
  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.

  [ Sandro Tosi ]
  * debian/gbp.conf
    - remove unnecessary file, containing options contrary to DPT policy

 -- Sandro Tosi <morph@debian.org>  Mon, 25 Apr 2022 21:26:22 -0400

factory-boy (2.11.1-3) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs.
  * Bump Standards-Version to 4.4.0.
  * Drop Python 2 support.

  [ Andrey Rahmatullin ]
  * Fix running tests with recent Django.

 -- Andrey Rahmatullin <wrar@debian.org>  Thu, 15 Aug 2019 22:34:31 +0500

factory-boy (2.11.1-2) unstable; urgency=medium

  * Team upload.
  * Add real autopkgtest cases.

 -- Joseph Herlant <aerostitch@debian.org>  Mon, 07 Jan 2019 21:43:52 -0800

factory-boy (2.11.1-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field

  [ Joseph Herlant ]
  * New upstream version 2.11.1
  * d/gbp.conf: make sure pristine-tar is disabled.
  * d/gbp.conf: change the branches to work after the salsa migration.
  * Use the new debhelper-compat(=12) notation and drop d/compat.
  * Bump Standards-Version to 4.3.0.
  * Refresh patches with the new version.
  * Add build dependency on sqlalchemy.
  * Add build dependency on mongoengine.
  * d/rules: cleanup old rules.
  * Backport support for python 3.7 from upstream. (Closes: #910318)
  * Depend on python3 for sphinx.
  * Removing dependency on openstack-pkg-tools.
  * Fix package-does-not-install-examples.
  * Add a d/upstream/metadata file for DEP-12.
  * d/control: add automatic autopkgtest.
  * d/control: update homepage link.

 -- Joseph Herlant <aerostitch@debian.org>  Sun, 06 Jan 2019 16:39:57 -0800

factory-boy (2.8.1-2) unstable; urgency=medium

  * Don't require ipaddress for Python 3+.

 -- Brian May <bam@debian.org>  Thu, 05 Jan 2017 20:24:39 +1100

factory-boy (2.8.1-1) unstable; urgency=medium

  * New upstream version.
  * Fix missing depends on ipaddress (Closes: #833037).

 -- Brian May <bam@debian.org>  Thu, 05 Jan 2017 12:30:16 +1100

factory-boy (2.7.0-2) unstable; urgency=medium

  * Team upload
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * Added python-sphinx-rtd-theme to build depends (Closes: #830402)

 -- Ondřej Nový <onovy@debian.org>  Sat, 16 Jul 2016 11:25:17 +0200

factory-boy (2.7.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * New upstream release (v2.6.1)
  * Added python(3)-wheel build dependency.
  * Fixed VCS url (https).
  * Removed disable-a-test-in-test_existing_file.patch
  * Removed add-django-1.7-compat-with-new-django.setup.patch
  * Rebased and fixed debian/patches/removed-privacy-breach.patch
  * d/copyright fixed.

  [ Christopher Baines ]
  * New upstream release (v2.7.0)
  * Add myself to Uploaders
  * Add build dependencies on fake-factory and python-ipaddress
  * Bump Standards-Version to 3.9.8 (no changes required)
  * Change the gbp.conf upstream-tag to include the v prefix, as this
    makes git-buildpackage able to find the tags

 -- Christopher Baines <mail@cbaines.net>  Thu, 12 May 2016 14:06:22 +0000

factory-boy (2.4.1-4) unstable; urgency=medium

  * Added Suggests: python-factory-boy-doc (Closes: #787282).
  * Added dh-python build-depends.

 -- Thomas Goirand <zigo@debian.org>  Mon, 01 Jun 2015 08:39:54 +0200

factory-boy (2.4.1-3) unstable; urgency=medium

  * Add a patch to call django.setup() if using Django 1.7 in the unit tests.
    This fixes FTBFS (Closes: #764837).
  * Standards-Version is now 3.9.6 (no change).

 -- Thomas Goirand <zigo@debian.org>  Sun, 12 Oct 2014 04:36:54 +0000

factory-boy (2.4.1-2) unstable; urgency=medium

  * Disabled broken a test (Closes: #759914).

 -- Thomas Goirand <zigo@debian.org>  Sun, 31 Aug 2014 19:33:07 +0000

factory-boy (2.4.1-1) unstable; urgency=medium

  * New upstream release.
  * Fixed debian/copyright to include the current maintainer.
  * Added Python 3 support (Closes: #753558).
  * Added sphinx doc.

 -- Thomas Goirand <zigo@debian.org>  Thu, 03 Jul 2014 15:10:32 +0800

factory-boy (2.3.1-1) unstable; urgency=medium

  * New upstream release (Closes: #746631).
  * Standards-Version is now 3.9.5.
  * Now running unit tests at build time.

 -- Thomas Goirand <zigo@debian.org>  Sat, 03 May 2014 22:56:03 +0800

factory-boy (2.0.2-1) unstable; urgency=low

  * Uploading to unstable.
  * New upstream release.
  * Switched to debhelper / compat level 9.
  * Bumped StandardVersion.
  * Switched Architecture: to all instead of any (there's no arch dependent
    things that I can see in the produced binary).

 -- Thomas Goirand <zigo@debian.org>  Sun, 12 May 2013 05:33:18 +0000

factory-boy (1.1.5-1) experimental; urgency=low

  * New upstream release.
  * Added a get-vcs-source and debian/gbp.conf file.
  * Added everyone in the team as uploaders.
  * Switching to openstack-pkg-tools unified packaging.
  * Removed X-Python-Version: >= 2.6.
  * Added predepends on dpkg 1.15.6~, and using xz compression.
  * Fixed long and short descrition syntax to please lintian.
  * Fixed multiple small problems in debian/copyright.

 -- Thomas Goirand <zigo@debian.org>  Sun, 14 Oct 2012 12:06:03 +0000

factory-boy (1.1.3-1) unstable; urgency=low

  * New upstream release
  * Rename binary to python-factory-boy (Closes: #663397)

 -- Ghe Rivero <ghe.rivero@stackops.com>  Sat, 10 Mar 2012 23:20:09 +0100

factory-boy (1.1.2-1) unstable; urgency=low

  * New upstream release

 -- Ghe Rivero <ghe.rivero@stackops.com>  Mon, 05 Mar 2012 19:13:53 +0100

factory-boy (1.0.4-1) unstable; urgency=low

  * Initial release.

 -- Ghe Rivero <ghe.rivero@stackops.com>  Tue, 14 Feb 2012 11:54:35 +0100
