factory-boy (3.3.1-3) unstable; urgency=medium * [6e23076] d/control: Add profile to B-D python3-fake-factory * [6492945] Revert "d/control: Re-add Testsuite: autopkgtest-pkg-python" Using this simply test isn't possible as the test tries to use the wrong module name due the package name, 'factory_boy' != 'factory'. -- Carsten Schoenert Thu, 19 Sep 2024 08:43:28 +0200 factory-boy (3.3.1-2) unstable; urgency=medium * Team upload * [1df16a1] d/control: Re-add needed package python3-fake-factory * [ab823e1] autopkgtest: Re-add python3-fake-factory here too -- Carsten Schoenert Wed, 18 Sep 2024 23:20:06 +0200 factory-boy (3.3.1-1) unstable; urgency=medium * Team upload [ Carsten Schoenert ] * [75449c7] d/gbp.conf: Re-add some sane defaults for git-buildpackage * [e0112ca] d/watch: Switch version 4 and Git mode on GitHub * [0298414] d/*: Run wrap-and-sort -astk * [088e1bd] d/control: Sort binary packages alphabatical * [15df2db] d/control: Re-add Testsuite: autopkgtest-pkg-python * [b6a5d4f] d/control: Bump Standards-Version to 4.7.0 No further changes needed. * [b9cb65d] New upstream version 3.3.1 (Closes: #1080106) * [108f8c0] Rebuild patch queue from patch-queue branch Added patches: docs-Use-intersphix-with-Debian-packages.patch Renamed patch: removed-privacy-breach.patch -> docs-Remove-sideloading-of-external-badges.patch Dropped patches (included upstream): 0003-Add-ipaddress-to-depends.patch 0005-Fix-test-for-Django-2.2.patch compatibility_python37.patch django-4.patch extlinks-placeholder.patch python-3.12.patch * [54e8e67] d/control: Update B-D, adding BuildProfileSpecs data * [33c51ee] d/control: Adding Rules-Requires-Root: no * [5a69bcd] d/rules: Drop --with option from default target * [c37e952] d/rules: Drop export of not needed anymore variables * [1e90f77] d/rules: Provide setup.cfg for the test suite * [358dbc1] d/rules: Clean out .mypy_cache while dh_clean * [4c613f3] autopkgtest: Run upstream test suite again * [1f89cb5] d/control: Drop ${shlibs:Depends} in binary packages * [f6db99b] d/copyright: Update upstream and year data * [950e70b] d/README.source: Add basic information about source * [e018ac6] d/control: Set Multi-Arch: foreign for -doc package -- Carsten Schoenert Wed, 18 Sep 2024 20:24:54 +0200 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 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 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 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 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 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 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 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 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 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 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ý 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 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 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 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 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 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 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 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 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 Sat, 10 Mar 2012 23:20:09 +0100 factory-boy (1.1.2-1) unstable; urgency=low * New upstream release -- Ghe Rivero Mon, 05 Mar 2012 19:13:53 +0100 factory-boy (1.0.4-1) unstable; urgency=low * Initial release. -- Ghe Rivero Tue, 14 Feb 2012 11:54:35 +0100