File: changelog

package info (click to toggle)
python-yaql 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 644 kB
  • ctags: 1,257
  • sloc: python: 7,492; sh: 30; makefile: 23
file content (143 lines) | stat: -rw-r--r-- 4,464 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
python-yaql (1.1.1-2) unstable; urgency=medium

  * d/s/options: extend-diff-ignore of .gitreview
  * d/control: Using OpenStack's Gerrit as VCS URLs.

 -- Ondřej Nový <onovy@debian.org>  Mon, 26 Sep 2016 19:17:30 +0200

python-yaql (1.1.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Standards-Version is 3.9.8 now (no change)
  * d/rules: Changed UPSTREAM_GIT to new URL
  * d/copyright: Changed source URL to new one
  * Enabled autopkgtest-pkg-python testsuite
  * Bump required openstack-pkg-tools version to 52
  * d/rules: Cleanup and use pkgos-dh_* tools
  * d/watch: Changed URL to new one

 -- Ondřej Nový <onovy@debian.org>  Fri, 05 Aug 2016 23:33:54 +0200

python-yaql (1.1.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Mon, 04 Apr 2016 16:35:04 +0000

python-yaql (1.1.0-1) experimental; urgency=medium

  [ Corey Bryant ]
  * New upstream release.
  * d/control: Align (Build-)Depends with upstream and update uploaders.

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

  [ Thomas Goirand ]
  * Standards-Version: 3.9.7 (no change).
  * Fixed debian/copyright ordering.

 -- Thomas Goirand <zigo@debian.org>  Fri, 04 Mar 2016 01:40:02 +0800

python-yaql (1.0.2-1) experimental; urgency=medium

  * New upstream release.
  * Removed doc patches.

 -- Thomas Goirand <zigo@debian.org>  Thu, 10 Dec 2015 10:45:25 +0100

python-yaql (1.0.1-7) unstable; urgency=medium

  * override_dh_python3 to fix Py3 shebang.

 -- Thomas Goirand <zigo@debian.org>  Fri, 23 Oct 2015 23:59:20 +0000

python-yaql (1.0.1-6) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Fri, 16 Oct 2015 12:31:26 +0000

python-yaql (1.0.1-5) experimental; urgency=medium

  * Fixed non-ascii chars in README.rst causing FTBFS in Jessie by adding
    upstream patch: Documentation_structure_update.patch.

 -- Thomas Goirand <zigo@debian.org>  Wed, 16 Sep 2015 13:34:46 +0200

python-yaql (1.0.1-4) experimental; urgency=medium

  * Fixed long description (Close: #792694).

 -- Thomas Goirand <zigo@debian.org>  Mon, 14 Sep 2015 11:40:31 +0000

python-yaql (1.0.1-3) experimental; urgency=medium

  * Added missing --with python3.

 -- Thomas Goirand <zigo@debian.org>  Sat, 12 Sep 2015 20:10:55 +0000

python-yaql (1.0.1-2) experimental; urgency=medium

  * Added Python 3 support.

 -- Thomas Goirand <zigo@debian.org>  Fri, 11 Sep 2015 12:05:53 +0000

python-yaql (1.0.1-1) experimental; urgency=medium

  * New upstream release.
  * Fixed (build-)depends for this release.

 -- Thomas Goirand <zigo@debian.org>  Fri, 11 Sep 2015 11:44:22 +0000

python-yaql (0.2.7-1) experimental; urgency=medium

  [ gustavo panizzo ]
  * New upstream release.

  [ Thomas Goirand ]
  * Packaging from debian/experimental.
  * Fixed watch file to not use pypi, but the github tag.

 -- Thomas Goirand <zigo@debian.org>  Thu, 30 Jul 2015 20:22:05 +0000

python-yaql (0.2.6-3) unstable; urgency=medium

  * Re-added scripts to remove alternatives, since an upgrade and then a purge
    may need such thing (Closes: #788158).

 -- Thomas Goirand <zigo@debian.org>  Thu, 11 Jun 2015 18:30:21 +0200

python-yaql (0.2.6-2) unstable; urgency=medium

  * (temporarily) removed Python 3 support from the package, as per discussion
    with upstream, and until Murano is capable of using Yaql 1.0.x,

 -- Thomas Goirand <zigo@debian.org>  Tue, 05 May 2015 08:58:19 +0000

python-yaql (0.2.6-1) unstable; urgency=medium

  * New upstream release.
  * Fixed build-depends for this release.
  * Running unit tests using testr directly.
  * Re-did Python3 fixups patch. This time it needed even more fixes.
  * Removed all traces of /usr/bin/yaql binary, gone upstream.

 -- Thomas Goirand <zigo@debian.org>  Thu, 30 Apr 2015 22:40:42 +0000

python-yaql (0.2.3-2) unstable; urgency=medium

  * Also build-depends on python3-ply. This avoids FTBFS, because the package
    was trying to download it from PyPi at build time, when running the unit
    tests. Thanks to Daniel Schepler <dschepler@gmail.com> for the bug report,
    and to Jonathan Wiltshire <jmw@debian.org> for the patch (Closes: #764987).
  * Standards-Version is now 3.9.6 (no change).

 -- Thomas Goirand <zigo@debian.org>  Mon, 13 Oct 2014 17:01:29 +0800

python-yaql (0.2.3-1) unstable; urgency=medium

  * Initial release. (Closes: #762792)

 -- Thomas Goirand <zigo@debian.org>  Thu, 25 Sep 2014 16:01:57 +0800