1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
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
|