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
|
python-django-bootstrap-form (3.4-3) unstable; urgency=medium
[ James Valleroy ]
* Add salsa CI
* debian: Drop python2 package (Closes: #937705).
* debian: Switch to pybuild
* debian: Switch to debhelper-compat=12
* d/control: Update standards version to 4.4.0
* debian: Add upstream/metadata
* d/rules: Remove unneeded overrides
* d/patches: Add patch to fix tests during build
* d/rules: Remove dh auto test override
* d/control: Add myself to uploaders
* debian: Use upstream tests for autopkgtest
-- Thomas Goirand <zigo@debian.org> Mon, 21 Oct 2019 22:40:49 +0200
python-django-bootstrap-form (3.4-2) unstable; urgency=medium
[ Sunil Mohan Adapa ]
* Add explicit dependency on python3-distuils.
-- Federico Ceratto <federico@debian.org> Sun, 25 Mar 2018 18:47:14 +0100
python-django-bootstrap-form (3.4-1) unstable; urgency=medium
[ Sunil Mohan Adapa ]
* New upstream release. Add support for Django 2.0 and Python 3.6.
-- Federico Ceratto <federico@debian.org> Thu, 15 Mar 2018 19:51:10 +0000
python-django-bootstrap-form (3.3-1) unstable; urgency=medium
[ Sunil Mohan Adapa ]
* New upstream release (Closes: #876974).
* d/control: Change maintainer to FreedomBox Packaging Team. Many
thanks to Open Stack team for maintaining so far.
* Refresh patches:
- django-1.10-fix-settings-in-runtests.py.patch
* Remove patches:
- django-1.10-add-Django-1.10-fixtures.html.patch
* Standards-Version is now 4.1.2.
* Build depend on python3-sphinx instead of python-sphinx.
* Update VCS URLs to point to new FreedomBox repositories.
-- Federico Ceratto <federico@debian.org> Sat, 16 Dec 2017 13:09:37 +0000
python-django-bootstrap-form (3.2.1-2) unstable; urgency=medium
* Fixed Forwarded fields in Django 1.10 patches.
* Fixed the fixture html files (Closes: #834469).
-- Thomas Goirand <zigo@debian.org> Tue, 26 Jul 2016 09:22:36 +0000
python-django-bootstrap-form (3.2.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed homepage (https).
* Fixed VCS URLs (https).
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/copyright: Changed source URL to https protocol
[ Thomas Goirand ]
* New upstream release.
* Removed all patches.
* Added patches (Closes: #828661):
- django-1.10-fix-settings-in-runtests.py.patch
- django-1.10-add-Django-1.10-fixtures.html.patch
* Standards-Version is now 3.9.8 (no change).
* Fixed debian/copyright ordering.
-- Thomas Goirand <zigo@debian.org> Mon, 18 Jul 2016 07:59:44 +0000
python-django-bootstrap-form (3.1.0-6) unstable; urgency=medium
* Switch from syncdb to migrate, which fixes FTBFS (Closes: #806362).
* Watch file now using the PyPi redirector.
* Standards-Version bumped to 3.9.6 (no change).
-- Thomas Goirand <zigo@debian.org> Wed, 23 Dec 2015 09:48:16 +0000
python-django-bootstrap-form (3.1.0-5) unstable; urgency=medium
* Added Python 3 support (Closes: #761294).
* Added doc-base registration.
-- Thomas Goirand <zigo@debian.org> Sun, 14 Sep 2014 18:20:33 +0800
python-django-bootstrap-form (3.1.0-4) unstable; urgency=medium
* Added patches for Django 1.7 (Closes: #755656). Thanks to Raphael Hertzog
for the bug report and patches.
-- Thomas Goirand <zigo@debian.org> Sun, 07 Sep 2014 07:37:50 +0000
python-django-bootstrap-form (3.1.0-3) unstable; urgency=medium
* Do not package the test folder (Closes: #733729).
-- Thomas Goirand <zigo@debian.org> Fri, 03 Jan 2014 17:46:38 +0800
python-django-bootstrap-form (3.1.0-2) unstable; urgency=medium
* Added missing python-django build-depends.
-- Thomas Goirand <zigo@debian.org> Mon, 30 Dec 2013 01:51:49 +0000
python-django-bootstrap-form (3.1.0-1) unstable; urgency=low
* Initial release. (Closes: #730463)
-- Thomas Goirand <zigo@debian.org> Mon, 25 Nov 2013 17:44:33 +0800
|