File: changelog

package info (click to toggle)
django-nose 1.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 424 kB
  • ctags: 237
  • sloc: python: 908; makefile: 210; sh: 160
file content (159 lines) | stat: -rw-r--r-- 5,324 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
django-nose (1.4.4-1) unstable; urgency=medium

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

  [ Thomas Goirand ]
  * Team upload.
  * New upstream release:
    - Has compat for Django 1.10 (Closes: #828652).
    - Rebased patches.
  * Standards-Version: 3.9.8 (no change).
  * Added a debian/gbp.conf.
  * Ran wrap-and-sort -t -a.
  * Added extend-diff-ignore = "^[^/]*[.]egg-info/" in d/s/options.

 -- Thomas Goirand <zigo@debian.org>  Tue, 19 Jul 2016 11:59:11 +0000

django-nose (1.4.3-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Add patch to disable tests that use REUSE_DB as they are broken.

 -- Michael Fladischer <fladi@debian.org>  Thu, 07 Jan 2016 13:03:39 +0100

django-nose (1.4.2-2) unstable; urgency=medium

  * Fix python3 depends. Closes: #803005.

 -- Brian May <bam@debian.org>  Mon, 26 Oct 2015 09:48:11 +1100

django-nose (1.4.2-1) unstable; urgency=medium

  * New upstream release.
  * Refresh runtests.patch.
  * Add 0003-Remove-unnecessary-dependency-on-dj_database_url.patch to remove
    test dependency on dj_database_url module.
  * Bump debhelper compatibility and version to 9.
  * Initialize git-dpm.
  * Update Vcs fields for git migration.

 -- Michael Fladischer <fladi@debian.org>  Fri, 16 Oct 2015 16:45:04 +0200

django-nose (1.4.1-1) unstable; urgency=low

  * New upstream release.

 -- Michael Fladischer <fladi@debian.org>  Mon, 06 Jul 2015 11:00:42 +0200

django-nose (1.4-1) unstable; urgency=medium

  * New upstream release.
  * Use github repository for uscan.
  * Bump Standards-Version to 3.9.6.
  * Add gawk to Build-Depends because it is required by runtests.sh.
  * Refresh runtests.patch.
  * Use correct Python version to determine tests to run in
    runtests.patch.
  * Remove PHONY target declarations from d/rules.
  * Use only one for loop to run the tests for all requested Python versions.
  * Use distinctive description for python3 package.
  * Line-wrap Depends fields for easier reading.
  * Add X-Python3-Version for versions => 3.3.
  * Add DEP3 header to django17.patch.
  * Change my email address to fladi@debian.org.

 -- Michael Fladischer <fladi@debian.org>  Tue, 19 May 2015 08:41:05 +0200

django-nose (1.2-3) unstable; urgency=low

  * Fix Django 1.7 AppRegistryNotReady error, by calling django.setup() in
    tests. Closes: #763252.

 -- Brian May <bam@debian.org>  Mon, 29 Sep 2014 11:40:22 +1000

django-nose (1.2-2) unstable; urgency=low

  * Python 3 package.
  * Disable django-south in tests. Closes: #755665.

 -- Brian May <bam@debian.org>  Wed, 13 Aug 2014 13:15:21 +1000

django-nose (1.2-1) unstable; urgency=low

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Michael Fladischer ]
  * New upstream release (Closes: #711360).
  * Switch to dh_python2.
  * Build-Depends on dh-python.
  * Bump Standards version to 3.9.5.
  * Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
    and build-indep targets.
  * Drop versioned Build-Depends on python-all as no prior versions are
    available in Wheezy.
  * Drop versioned Depends and Build-Depends on python-django as no prior
    versions are available in Wheezy.
  * Use correct DEP5 format URL for d/copyright.
  * Rename BSD-django-nose to BSD-3-clause license.
  * Refresh patch.
  * Update years in d/copyright.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Mon, 16 Dec 2013 13:56:11 +0100

django-nose (1.1-1) unstable; urgency=low

  * New upstream release.
  * Make temporary Metadata-Version fix more generic for future
    versions.
  * Bump Standards version to 3.9.3.
  * Use BSD-django-nose as license name in d/copyright.
  * Change order of my name.
  * Add email addresses to authors in d/copyright.
  * Use PyPi URL in d/watch.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Mon, 04 Jun 2012 19:28:30 +0200

django-nose (0.1.3-1) unstable; urgency=low

  * New upstream release.
  * Bump standards version to 3.9.2 (no change).
  * Use wrap-and-sort on debian/*.
  * Bump python-django dependency to (>= 1.2).
  * Temporary fix for Metadata-Version in PKG-INFO (see #645125).
  * Use http://githubredir.debian.net in d/watch to get clean tarball.
  * Use runtests.sh provided by upstream to run all tests.
  * Add python-django-south to Build-Depends to be able to run all
    tests.
  * Add patch for runtests.sh to enable the use of non-default python
    versions for running the tests.

 -- Fladischer Michael <FladischerMichael@fladi.at>  Sat, 26 Nov 2011 13:55:48 +0100

django-nose (0.1.2-2) unstable; urgency=low

  * Upload to unstable.
  * Update DEP5 format.
  * Set PMPT as maintainer and myself as uploader.
  * Provide a more verbose long description.
  * Drop debian/pyversions in favour of XS-Python-Version.

 -- Fladischer Michael <FladischerMichael@fladi.at>  Mon, 07 Feb 2011 14:17:27 +0100

django-nose (0.1.2-1) experimental; urgency=low

  * New upstream release.
  * Update to Debian policy 3.9.1.
  * Drop do_not_install_testapp patch as it has been integrated by
    upstream.
  * Update copyright year.

 -- Fladischer Michael <FladischerMichael@fladi.at>  Fri, 03 Dec 2010 00:41:23 +0100

django-nose (0.1-1) unstable; urgency=low

  * Initial release (Closes: #584106)

 -- Fladischer Michael <FladischerMichael@fladi.at>  Wed, 16 Jun 2010 13:15:15 +0200