File: changelog

package info (click to toggle)
python-django-pyscss 2.0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 292 kB
  • ctags: 148
  • sloc: python: 429; makefile: 26
file content (122 lines) | stat: -rw-r--r-- 4,182 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
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