File: changelog

package info (click to toggle)
python-django-pyscss 2.0.2-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 340 kB
  • sloc: python: 445; makefile: 20
file content (199 lines) | stat: -rw-r--r-- 6,844 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
188
189
190
191
192
193
194
195
196
197
198
199
python-django-pyscss (2.0.2-12) unstable; urgency=medium

  * Remove nose from build-depends (Closes: #1018480).

 -- Thomas Goirand <zigo@debian.org>  Wed, 26 Oct 2022 12:18:34 +0200

python-django-pyscss (2.0.2-11) unstable; urgency=medium

  * Add django-4-compat.patch (Closes: #1013475).
  * Fix FTBFS-fix-unit-tests.patch for the new build env.
  * Merge rename-staticfiles-into-static.patch into
    FTBFS-fix-unit-tests.patch (patching the same file).

 -- Thomas Goirand <zigo@debian.org>  Mon, 27 Jun 2022 13:14:51 +0200

python-django-pyscss (2.0.2-10) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.1.

  [ Thomas Goirand ]
  * Add patches (Closes: #997344):
    - do-not-use-six-from-django.patch
    - rename-staticfiles-into-static.patch

 -- Thomas Goirand <zigo@debian.org>  Tue, 26 Oct 2021 10:56:48 +0200

python-django-pyscss (2.0.2-9) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * Running wrap-and-sort -bast
  * d/changelog: Remove trailing whitespaces
  * d/control: Use team+openstack@tracker.debian.org as maintainer

  [ Thomas Goirand ]
  * Removed Python 2 support.
  * Add a few new Django patches:
    - solve_django.core.exceptions.ImproperlyConfigured.patch
    - Fix_MIDDLEWARE_and_INSTALLED_APPS_definitions.patch
    - remove-broken-test-in-django-2.0.patch

 -- Thomas Goirand <zigo@debian.org>  Tue, 09 Jul 2019 16:52:25 +0200

python-django-pyscss (2.0.2-8) unstable; urgency=medium

  * Fixed patch to use the correct hash (Closes: #880927).

 -- Thomas Goirand <zigo@debian.org>  Thu, 09 Nov 2017 09:22:40 +0000

python-django-pyscss (2.0.2-7) unstable; urgency=medium

  [ Daniel Baumann ]
  * Updating vcs fields.
  * Updating copyright format url.
  * Updating maintainer field.
  * Running wrap-and-sort -bast.
  * Updating standards version to 4.0.0.
  * Removing gbp.conf, not used anymore or should be specified in the
    developers dotfiles.
  * Updating standards version to 4.0.1.
  * Updating standards version to 4.1.0.

  [ Thomas Goirand ]
  * Fixed FTBFS: ImportError: No module named urls (Closes: #865228):
    - Added django-1.10-urls.patterns-removed.patch.
    - Added fix-testproject-settings.py.patch.
  * Removed versions of (build-)depends after stretch release.
  * Switched to debhelper 10.
  * Using python{3,}-django-compressor instead of python{3,}-compressor after
    the transition package was removed (Closes: #880075).
  * Watch file using https.
  * Standards-Version is now 4.1.1.

 -- Thomas Goirand <zigo@debian.org>  Sun, 29 Oct 2017 13:00:19 +0000

python-django-pyscss (2.0.2-6) unstable; urgency=medium

  * Fix FTBFS (Closes: #832830):
    - Patch tests/test_scss.py
    - Patch tests/test_compressor.py
    - Build-Depends-Indep: add python{3,}-six.

 -- Thomas Goirand <zigo@debian.org>  Mon, 01 Aug 2016 10:32:18 +0000

python-django-pyscss (2.0.2-5) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URLs (https).
  * d/rules: Changed UPSTREAM_GIT protocol to https

  [ Thomas Goirand ]
  * Add define-django-template-backend.patch to avoid FTBFS with Django 1.10
    (Closes: #828671).
  * Fixed debian/copyright ordering.
  * Also test with Py3.
  * Standards-Version: 3.9.8 (no change).
  * Using pkgos-dh_auto_install from openstack-pkg-tools >= 52~.

 -- Thomas Goirand <zigo@debian.org>  Tue, 19 Jul 2016 08:54:47 +0000

python-django-pyscss (2.0.2-4) unstable; urgency=medium

  [ Thomas Goirand ]
  * Fixed (build-)depends.
  * http_proxy=127.0.0.1:9 https_proxy=127.0.0.1:9 when running unit tests.

  [ Ivan Udovichenko ]
  * Remove python-django-discover-runner from build dependencies as starting
    from Django >= 1.6.0 already includes new test runner
    (django.test.runner.DiscoverRunner):
    - https://docs.djangoproject.com/en/1.6/releases/1.6/
    - https://pypi.python.org/pypi/django-discover-runner/1.0
  * Set lower bound for python-django to >= 1.6.0 .
  * Add remove-django-discover-runner-from-test_require-list.patch .
  * Add myself to Uploaders field.

 -- Thomas Goirand <zigo@debian.org>  Tue, 15 Sep 2015 10:34:41 +0000

python-django-pyscss (2.0.2-3) unstable; urgency=medium

  * Uploading to Unstable.
  * (build-)depends on python-pyscss 1.3.4 not 1.2.
  * Added missing (build-)depends on python{3,}-mock.
  * Do not run unit tests with Python 3.4: it's broken.

 -- Thomas Goirand <zigo@debian.org>  Thu, 27 Aug 2015 08:41:16 +0000

python-django-pyscss (2.0.2-2) experimental; urgency=medium

  * Added Python 3 support.

 -- Thomas Goirand <zigo@debian.org>  Tue, 04 Aug 2015 08:12:00 +0000

python-django-pyscss (2.0.2-1) experimental; urgency=medium

  * New upstream release.
  * Added extend-diff-ignore = "^[^/]*[.]dist/.*"
  * Fixed watch file.

 -- Thomas Goirand <zigo@debian.org>  Tue, 04 Aug 2015 07:40:16 +0000

python-django-pyscss (1.0.3-3) unstable; urgency=medium

  * Using upstream patch instead of the one I produce: upstrema patch is much
    shorter, is Django 1.6 compatible, and avoids using orderedict which isn't
    available in Python 2.6 (all of which makes it harder to backport to
    Wheezy).

 -- Thomas Goirand <zigo@debian.org>  Tue, 11 Nov 2014 22:24:17 +0000

python-django-pyscss (1.0.3-2) unstable; urgency=medium

  * Added python-simplejson as build-depends.
  * Standards-Version is now 3.9.6 (no change).

 -- Thomas Goirand <zigo@debian.org>  Sat, 18 Oct 2014 14:44:34 +0000

python-django-pyscss (1.0.3-1) unstable; urgency=medium

  * New upstream release.
  * Added fix-storage.prefix-not-found.patch for Django 1.7 compat.
  * Do not test under Python 2.6.

 -- Thomas Goirand <zigo@debian.org>  Tue, 30 Sep 2014 01:37:41 +0000

python-django-pyscss (1.0.2-2) unstable; urgency=medium

  * Drop python-django-discover-runner and python-pil from depends, as it is
    only needed for tests. Also, python-django-discover-runner requires
    python-unittest2, which conflicts with horizon.

 -- Thomas Goirand <zigo@debian.org>  Sun, 21 Sep 2014 07:24:40 +0000

python-django-pyscss (1.0.2-1) unstable; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Tue, 16 Sep 2014 06:55:38 +0000

python-django-pyscss (1.0.1-3) unstable; urgency=medium

  * Adds Django 1.7 compat patch (Closes: #755628).

 -- Thomas Goirand <zigo@debian.org>  Mon, 08 Sep 2014 18:12:00 +0000

python-django-pyscss (1.0.1-2) unstable; urgency=medium

  * Added missing build-depends: python-pil, libjs-jquery and python-django,
    so it doesn't download with pip (Closes: #753380).

 -- Thomas Goirand <zigo@debian.org>  Wed, 02 Jul 2014 15:29:35 +0000

python-django-pyscss (1.0.1-1) unstable; urgency=medium

  * Initial release. (Closes: #752764)

 -- Thomas Goirand <zigo@debian.org>  Thu, 26 Jun 2014 17:02:53 +0800