File: changelog

package info (click to toggle)
python-ws4py 0.4.2%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 688 kB
  • sloc: python: 4,500; makefile: 140; javascript: 96
file content (181 lines) | stat: -rw-r--r-- 5,858 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
python-ws4py (0.4.2+dfsg1-5) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Stein Magnus Jodal ]
  * Remove myself from Uploaders

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.

 -- Stein Magnus Jodal <jodal@debian.org>  Sat, 05 Dec 2020 00:05:48 +0100

python-ws4py (0.4.2+dfsg1-4) unstable; urgency=medium

  * Team upload.
  * Drop Python 2 support (Closes: #938265).

 -- Ondřej Nový <onovy@debian.org>  Fri, 27 Sep 2019 10:22:47 +0200

python-ws4py (0.4.2+dfsg1-3) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout

  [ William Grzybowski ]
  * d/patches: Add to fix compatibility with Python 3.7. (Closes: #903529)
  * d/compat: no longer required for debhelper 12.
  * d/control: Update debhelper to version 12.
  * d/control: Update Standards-Version to 4.4.0.
  * d/rules: install docs and examples correctly for debhelper 12.

 -- William Grzybowski <william@grzy.org>  Thu, 18 Jul 2019 16:40:13 -0300

python-ws4py (0.4.2+dfsg1-2) unstable; urgency=medium

  * Team upload.
  * Add Breaks+Replace for -doc package (Closes: #882411)

 -- Ondřej Nový <onovy@debian.org>  Wed, 22 Nov 2017 15:29:35 +0100

python-ws4py (0.4.2+dfsg1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Fixed typo in description (Closes: #850177)
  * Enable autopkgtest-pkg-python testsuite
  * Fixed doc-base for newer Sphinx
  * Deprecating priority extra as per policy 4.0.1.
  * Standards-Version is 4.1.1 now
  * Move documentation to python-ws4py-doc package (Closes: #855560)
  * Removed pre-wheezy versioned dependencies
  * Bump debhelper compat level to 10
  * d/watch: Use GitHub tags for orig tarball, because it contains docs
    directory
  * d/copyright
    - Bump copyright years
    - Add myself for Debian part
    - Remove example/websensors/, it contains prebuild js
  * d/rules: Fixed for new release
  * d/python-ws4py-doc.lintian-overrides: Override
    privacy-breach-uses-embedded-file in example

 -- Ondřej Nový <onovy@debian.org>  Mon, 20 Nov 2017 12:41:24 +0100

python-ws4py (0.3.4-4) unstable; urgency=medium

  [ Sandro Tosi ]
  * Team upload.

  [ Norimitsu Sugimoto ]
  * fix to fail unittest test_manager.py on 1 core CPU machine.
    (Closes: #834921)

 -- Sandro Tosi <morph@debian.org>  Sun, 19 Feb 2017 20:57:41 -0500

python-ws4py (0.3.4-3) unstable; urgency=medium

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

  [ Stein Magnus Jodal ]
  * debian/control
    - Bump Standards-Version to 3.9.8. No changes required
    - Fix spelling-error-in-description-synopsis lintian warning due to
      duplicate words
    - Add Build-Depend-Indep on python-doc
  * debian/copyright
    - Update copyright years
  * debian/patches
    - Add patch to make intersphinx use object.inv from python-doc
      (Closes: #830613)

 -- Stein Magnus Jodal <jodal@debian.org>  Sun, 07 Aug 2016 23:02:52 +0200

python-ws4py (0.3.4-2) unstable; urgency=medium

  * Migrate to git-dpm, remove gbp config.
  * debian/clean
    - Move .egg-info from d/rules
  * debian/control
    - Set DPMT as maintainer, myself as uploader
    - Update Vcs-Git and Vcs-Browser to point to Alioth
    - Update Homepage
    - Bump Standards-Version to 3.9.6 (no change required)
    - Build-Depend on debhelper 9
    - Build-Depend on dh-python
    - Build-Depend on
      python3-{cherrypy3,gevent,sphinx,sphinxcontrib.seqdiag,tornado} so we
      can build docs under Python 3
    - Build-Depend on python{,3}-nose and python{,3}-mock to run tests
    - Run `wrap-and-sort -t -a`
    - Update python3-ws4py Suggests to include python3-cherrypy3 which is now
      available
  * debian/copyright
    - Update my email address
    - Update copyright for 2015
  * debian/patches
    - Add 0001-Fix-tests.patch based on upstream commits
  * debian/rules
    - Migrate to pybuild
  * debian/watch
    - Update to use pypi.debian.net

 -- Stein Magnus Jodal <jodal@debian.org>  Thu, 05 Nov 2015 15:50:39 +0100

python-ws4py (0.3.4-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 3.9.5.
  * Update copyright years for 2014.
  * Install upstream changelog.

 -- Stein Magnus Jodal <stein.magnus@jodal.no>  Fri, 02 May 2014 10:44:11 +0200

python-ws4py (0.3.2-1) unstable; urgency=low

  * New upstream release.
  * Update copyright years for 2013.
  * Add Build-Depends on python-sphinxcontrib.seqdiag.
  * Remove python3-sphinx as an alternative to python-sphinx, since the
    seqdiag extension isn't packaged for Python 3.

 -- Stein Magnus Jodal <stein.magnus@jodal.no>  Thu, 31 Oct 2013 21:44:47 +0100

python-ws4py (0.2.4-2) unstable; urgency=low

  * Bump Standards-Version to 3.9.4.
  * Upload to unstable.

 -- Stein Magnus Jodal <stein.magnus@jodal.no>  Wed, 15 May 2013 22:24:49 +0200

python-ws4py (0.2.4-1) experimental; urgency=low

  * New upstream release.

 -- Stein Magnus Jodal <stein.magnus@jodal.no>  Thu, 13 Dec 2012 22:19:39 +0100

python-ws4py (0.2.3-2) experimental; urgency=low

  * Remove Suggests on non-existant doc package.

 -- Stein Magnus Jodal <stein.magnus@jodal.no>  Thu, 06 Dec 2012 00:24:07 +0100

python-ws4py (0.2.3-1) experimental; urgency=low

  * Initial release. Closes: 695200

 -- Stein Magnus Jodal <stein.magnus@jodal.no>  Wed, 05 Dec 2012 10:18:20 +0100