File: changelog

package info (click to toggle)
django-guardian 1.4.9-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,668 kB
  • ctags: 1,170
  • sloc: python: 5,535; makefile: 89; sh: 12
file content (148 lines) | stat: -rw-r--r-- 4,870 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
django-guardian (1.4.9-2) unstable; urgency=medium

  * Remove license.txt kludge. Closes: #868863.

 -- Brian May <bam@debian.org>  Fri, 21 Jul 2017 18:25:42 +1000

django-guardian (1.4.9-1) unstable; urgency=medium

  * New upstream version.
  * Update debian standards version to 4.0.0.
  * Fix Python 3 depends. Closes: #867401.

 -- Brian May <bam@debian.org>  Fri, 07 Jul 2017 20:45:22 +1000

django-guardian (1.4.8-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Depend on newer dh-python which sets SETUPTOOLS_SCM_PRETEND_VERSION
  * wrap-and-sort -t -a
  * Bumped debhelper compat version to 9
  * Standards-Version is 3.9.8 now (no changes needed)
  * d/copyright: Removed licence for absent files

  [ Brian May ]
  * New upstream version. Closes: #865556.
  * Refresh patches after git-dpm to gbp pq conversion

 -- Brian May <bam@debian.org>  Sun, 25 Jun 2017 13:28:33 +1000

django-guardian (1.4.4-1) unstable; urgency=medium

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

  [ Brian May ]
  * New upstream version.

 -- Brian May <bam@debian.org>  Tue, 05 Apr 2016 17:37:55 +1000

django-guardian (1.4.1-1) unstable; urgency=medium

  * New upstream version.

 -- Brian May <bam@debian.org>  Wed, 13 Jan 2016 20:47:45 +1100

django-guardian (1.3.2-1) unstable; urgency=medium

  * New upstream version.
  * Make DPMT maintained.
  * Fixes FTBFS with Django 1.8: closes: #801933.

 -- Brian May <bam@debian.org>  Sat, 14 Nov 2015 14:31:24 +1100

django-guardian (1.2.4+git20141127-0.2) unstable; urgency=low

  * Non-maintainer upload.
  * Fix changelog message from 0.1. We closed the wrong bug.
  * Absolutely no other changes from version 0.1.

 -- Brian May <bam@debian.org>  Tue, 09 Dec 2014 11:00:54 +1100

django-guardian (1.2.4+git20141127-0.1) experimental; urgency=low

  * Non-maintainer upload.
  * Use git version 3b41775705a0466d9033c5f88e425386d7e553cb.
  * Remove patches from debian/patches that are no longer required.
  * Add fix for https://github.com/lukaszb/django-guardian/issues/284.
  * Fix test errors. Closes: #763222.
  * Increase standards version to 3.9.6.
  * Requires Puthon >= 2.7.

 -- Brian May <bam@debian.org>  Mon, 24 Nov 2014 12:05:20 +1100

django-guardian (1.2.4-2) unstable; urgency=medium

  * Supported django 1.7 (Closes: #755598)
    - Added debian/patches:
      * 0005-Move-migrations-to-south_migrations.patch
      * 0006-Inlude-staticfiles-in-INSTALLED_APPS-only-once.patch
      * 0007-Name-INSTALLED_APPS-consistantly.patch
      * 0008-Fix-conflicting-related_name.patch
      * 0009-Add-Django-1.7-migrations.patch
      * 0010-Add-MIDDLEWARE_CLASSES-setting.patch
    - Thanks for patches and upstream report, Brian May <bam@debian.org>
  * Added dep3 headers to python32.patch

 -- Kouhei Maeda <mkouhei@palmtb.net>  Wed, 03 Sep 2014 12:35:42 +0900

django-guardian (1.2.4-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Python3 package. Closes: #758381.

 -- Brian May <bam@debian.org>  Tue, 19 Aug 2014 11:37:25 +1000

django-guardian (1.2.4-1) unstable; urgency=medium

  * New upstream release
  * Added debian/patches:
    - fixed_title_underline_too_short.patch
    - remove_non_local_image_uri.patch

 -- Kouhei Maeda <mkouhei@palmtb.net>  Sat, 19 Jul 2014 14:33:04 +0900

django-guardian (1.2-1) unstable; urgency=medium

  * New upstream release
  * debian/control:
    - Append python-six to Build-Depends and Depends of python-django-guardian.
  * debian/patches:
    - Removed Fixed-django1.6-incompatibility.patch
  * debian/watch
    - Change PyPI to GitHub repository.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Wed, 02 Apr 2014 21:04:59 +0900

django-guardian (1.1.1-3) unstable; urgency=medium

  * Fixed: get_objects_for_user() is incompatible with Django 1.6 abstract
    user models (Closes: #739524)
    - Append debian/patches/Fixed-django1.6-incompatibility.patch
    - Thanks to report Luke Faraone <lfaraone@debian.org>. 
  * Removed dead content in debian/patches/ (Closes: #739523)
    - Append-to-sys_path_to_conf_py.patch
    - Thanks to report Luke Faraone <lfaraone@debian.org>. 

 -- Kouhei Maeda <mkouhei@palmtb.net>  Thu, 20 Feb 2014 06:49:15 +0900

django-guardian (1.1.1-2) unstable; urgency=medium

  * Fixed: Installs benchmarks and example_project python packages
    (Closes: #737002) 
    - Thanks to report Michael Fladischer <FladischerMichael@fladi.at>.
  * debian/control:
    - Update Standards-Version to 3.9.5.
    - Append quilt to Build-Depends.
  * Change to DEP3 style header
    - debian/patches/append_uncompressed_js_libraries.patch

 -- Kouhei Maeda <mkouhei@palmtb.net>  Thu, 30 Jan 2014 19:36:25 +0900

django-guardian (1.1.1-1) unstable; urgency=low

  * Initial release (Closes: #724989)
  * debian/patches:
    - append_uncompressed_js_libraries.patch

 -- Kouhei Maeda <mkouhei@palmtb.net>  Mon, 30 Sep 2013 18:03:37 +0900