File: changelog

package info (click to toggle)
python-django-treebeard 4.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 796 kB
  • ctags: 1,022
  • sloc: python: 4,868; makefile: 180
file content (187 lines) | stat: -rw-r--r-- 7,056 bytes parent folder | download
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
python-django-treebeard (4.1.0+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Use python3-sphinx to build documentation.
  * Rebuild all django.mo and djangojs.mo files from source using
    python3-babel.
  * Drop Django 1.10 compatibility patches since they have been merged
    upstream.

 -- Michael Fladischer <fladi@debian.org>  Mon, 28 Nov 2016 20:00:59 +0100

python-django-treebeard (4.0.1+dfsg-2) unstable; urgency=medium

  * Replace django.conf.urls.patterns with lists (Closes: #828674).
  * Fix typo in long description.
  * Add patches to support Django 1.10:
    - Replace django.conf.urls.patterns with lists.
    - Pass through additional kwargs to support new `use_required_attribute`
      ModelForm argument.
    - Do not load templatetag  `cycle` from `future`.
    - Search request context processor in settings.TEMPLATES.
    - Add basic settings.TEMPLATES for tests.
  * Use https:// for copyright-format 1.0 URL.

 -- Michael Fladischer <fladi@debian.org>  Wed, 19 Oct 2016 11:29:57 +0200

python-django-treebeard (4.0.1+dfsg-1) unstable; urgency=low

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Michael Fladischer ]
  * New upstream release.
  * Refresh patches.
  * Bump Standards-Version to 3.9.8.
  * Update lintian overrides for long line in javascript source.

 -- Michael Fladischer <fladi@debian.org>  Thu, 05 May 2016 14:44:20 +0200

python-django-treebeard (4.0+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Add patch to initialize django in the sphinx configuration when building
    the documentation (Closes: #808513).
  * Add patch to use local opjects.inv files for intersphinx mappings.
  * Add patch to remove djangodocs extension from sphinx configuration.
  * Drop patch to remove unneeded pytest idmaker hack. It was merged
    upstream.
  * Refresh patch to remove version information from the jquery-ui
    filename.
  * Exclude djangodocs sphinx extension with unknown license.
  * Remove unneeded pytest idmaker hack. Using a supportd ids=arg instead.
  * Remove version infromation from jquery-ui filename
  * Exclude djangodocs sphinx extension with unknown license.
  * Add lintian overrides for false positives on non-minified javascript file.
  * Call sphinx-build directly to build documentation.
  * Clean .cache/v/cache/lastfailed to allow two builds in a row.

 -- Michael Fladischer <fladi@debian.org>  Sat, 02 Jan 2016 19:21:45 +0100

python-django-treebeard (3.0+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 3.0+dfsg
  * Adopt package by setting DPMT as maintainer and myself as uploader (Closes: #738300).
  * Clean django_treebeard.egg-info/SOURCES.txt to allow two builds in a row.
  * Use pypi.debian.net service for uscan.
  * Make uscan aware of our DFSG repack in d/watch.
  * Use format 1.0 header in d/copyright.
  * Exclude minified jquery-ui file from source tarball.
  * Bump Standard-Version to 3.9.6.
  * Bump debhelper compatibility and version to 9.
  * Drop versioned dependency on python-django.
  * Rename Apache license to conform to copyright format 1.0.
  * Change packaging license to Apache as used by upstream. Thanks to Chris
    Lamb for giving me permission to do so.
  * Reformat d/control with cme and wrap-and-sort for better readability.
  * Add dh-python to Build-Depends-Indep and python-all to Build-Depends.
  * Switch buildsystem to pybuild.
  * Add python-pytest to Build-Depends-Indep.
  * Add doc-base registration for documentation.
  * Use sphinxdoc debhelper to set symlinks for documentation assets.
  * Create symlink to minified jQuery-UI file from package libjs-jquery-ui.
  * Add pytest_idmaker.patch taken from upstream to fix tests.
  * Add unversion_jquery-ui.patch to remove version information from the
    referenced jquery-ui file.
  * Add libjs-jquery-ui to Depends.
  * Drop d/pyversions and replace it with X-Python-Version.
  * Add support for Python3 with a separate binary package.
  * Install README.rst as documenation for both binary packages.
  * Move packaging repository to DPMT git.

 -- Michael Fladischer <fladi@debian.org>  Tue, 08 Sep 2015 18:42:45 +0200

python-django-treebeard (2.0~beta1-4) unstable; urgency=medium

  * QA upload.
  * Build using dh_python2

 -- Matthias Klose <doko@debian.org>  Sun, 13 Jul 2014 16:04:58 +0000

python-django-treebeard (2.0~beta1-3) unstable; urgency=medium

  * Orphaning package.

 -- Chris Lamb <lamby@debian.org>  Sun, 09 Feb 2014 00:08:33 +0000

python-django-treebeard (2.0~beta1-2) unstable; urgency=low

  * Add missing build dependency on python-setuptools. (Closes: #712302)

 -- Chris Lamb <lamby@debian.org>  Mon, 17 Jun 2013 08:05:29 +0100

python-django-treebeard (2.0~beta1-1) unstable; urgency=low

  * New upstream release (Closes: #711278)
    - Drop installation of examples.
  * Bump Standards-Version to 3.9.4.

 -- Chris Lamb <lamby@debian.org>  Mon, 10 Jun 2013 23:35:36 +0100

python-django-treebeard (1.61-3) unstable; urgency=low

  * Don't compress objects.inv as this breaks sphinx.ext.intersphinx.
    (Closes: #608768)

 -- Chris Lamb <lamby@debian.org>  Sun, 27 Feb 2011 21:29:46 +0000

python-django-treebeard (1.61-2) unstable; urgency=low

  * Update Vcs-{Git,Browser}.
  * Add python-django and graphviz to Build-Depends-Indep to ensure diagrams
    are generated on rebuild. (Closes: #608917)

 -- Chris Lamb <lamby@debian.org>  Sun, 27 Feb 2011 21:23:36 +0000

python-django-treebeard (1.61-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 3.9.1.

 -- Chris Lamb <lamby@debian.org>  Wed, 28 Jul 2010 21:05:33 -0400

python-django-treebeard (1.60-4) unstable; urgency=low

  * Bump python compatibility to 2.5. Thanks to Stefano Rivera
    <stefano@rivera.za.net>. (Closes: #582045)

 -- Chris Lamb <lamby@debian.org>  Wed, 19 May 2010 23:35:26 +0100

python-django-treebeard (1.60-3) unstable; urgency=low

  * Install .py files directly using dh_auto_install (Closes: #579541)

 -- Chris Lamb <lamby@debian.org>  Wed, 28 Apr 2010 15:10:30 +0100

python-django-treebeard (1.60-2) unstable; urgency=low

  * New upstream URL.
  * Update debian/copyright.

 -- Chris Lamb <lamby@debian.org>  Wed, 21 Apr 2010 10:12:21 +0100

python-django-treebeard (1.60-1) unstable; urgency=low

  * New upstream releae.
  * Update debian/watch - Google Code not being updated anymore.
  * Update location of upstream docs.
  * Bump Standards-Version to 3.8.4.
  * Switch to dpkg-source 3.0 (quilt) format.
  * Move to minimal dh7 debian/rules.

 -- Chris Lamb <lamby@debian.org>  Mon, 19 Apr 2010 15:16:08 +0100

python-django-treebeard (1.1-2) unstable; urgency=low

  * Bump Standards-Version to 3.8.3.
  * Fix typo in package description. Thanks to Reuben Thomas <rrt@sc3d.org>
    (Closes: #563331)
  * Update git repository locations.

 -- Chris Lamb <lamby@debian.org>  Tue, 05 Jan 2010 15:59:44 +0000

python-django-treebeard (1.1-1) unstable; urgency=low

  * Initial release. (Closes: #508035)

 -- Chris Lamb <lamby@debian.org>  Sun, 07 Dec 2008 04:50:21 +0000