File: changelog

package info (click to toggle)
jsonpickle 3.0.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,184 kB
  • sloc: python: 6,088; javascript: 654; makefile: 90; sh: 17
file content (219 lines) | stat: -rw-r--r-- 8,077 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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
jsonpickle (3.0.0+dfsg1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version. (Closes: #1024953)
  * d/patches: remove 'do-not-test-with-black.patch', as it's no longer
    relevant.
  * d/control, d/tests/control: refresh build dependencies.
  * Don't run tests with test coverage or flake8.
  * Skip tests/ecdsa_test.py, it fails for no good reason.

 -- Louis-Philippe Véronneau <pollo@debian.org>  Fri, 02 Dec 2022 10:59:06 -0500

jsonpickle (2.0.0+dfsg1-2) unstable; urgency=medium

  * Team upload.

  [ Louis-Philippe Véronneau ]
  * Change main branch from 'master' to 'debian/master', in accordance to the
    DPT policy.
  * d/gbp.conf: add file.
  * d/pybuild.testfiles, d/tests/unittests: run tests with the upstream
    .flake8 configuration file. Closes: #1020120
  * d/control: build using pybuild's PEP517 pyproject interface.
  * d/control: Standards-Version update to 4.6.1. No changes.
  * d/control: remove trivial and unnecessary autodep8 test.
  * d/tests: run autopkgtest for all supported version of Python.

 -- Louis-Philippe Véronneau <pollo@debian.org>  Mon, 10 Oct 2022 15:19:20 -0400

jsonpickle (2.0.0+dfsg1-1) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Apply multi-arch hints.
    + python-jsonpickle-doc: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.

  [ Håvard Flaget Aasen ]
  * New upstream version 2.0.0
    - New upstream release support numpy > 1.20. Closes: #999536
    - Repack source to remove minified javascript files.
  * Rebase patches and mark forwarded not needed.
  * New Patch: Disable testing with black.
  * d/watch:
    - Update to version 4.
    - Drop uversionmangle, doesn't match anything upstream.
  * Update standards version to 4.6.0.
  * d/control:
    - Update URL for homepage.
    - Add Rules-Requires-Root
    - Add build dependencies, python3-setuptools, python3-setuptools-scm,
      python3-sklearn, python3-pytest-flake8 and python3-sqlalchemy.
  * d/rules:
    - Upstream changelog is automatically installed.
    - Update path to build documentation.
    - Delete unneeded file.
  * d/source: Add options file, to ignore egg-info changes.
  * d/copyright:
    - Update upstream contact.
    - Add new file entries and update year.
    - Correct the source URL, downloaded from PyPI.
  * run wrap-and-sort

  [ Stefano Rivera ]
  * Drop use of ${python3:Provides}, long deprecated.
  * Add autopkgtest running upstream unit tests.

 -- Håvard Flaget Aasen <haavard_aasen@yahoo.no>  Sun, 14 Nov 2021 06:28:38 +0100

jsonpickle (1.2-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.2
  * Remove signing-key and update d/watch
  * Remove override_dh_auto_test in d/rules
    - Using python3-pytest and python3-pytest-cov instead.
  * Skip tests that fails under python3.8. closes: #946304
  * Increase test coverage with python3-pandas.
  * Added doc package in suggests line.
  * Bump dh to 12

 -- Håvard Flaget Aasen <haavard_aasen@yahoo.no>  Sat, 14 Dec 2019 08:30:55 +0100

jsonpickle (0.9.5-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Deprecating priority extra as per policy 4.0.1
  * d/watch: Use https protocol
  * 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
  * Use debhelper-compat instead of debian/compat.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #936769
  * debian/control
    - bump Standards-Version to 4.4.1 (no changes needed)
  * debian/patches/sphinx-py3k.patch
    - cast filter to list, make sphinx config py3k compatible

 -- Sandro Tosi <morph@debian.org>  Sun, 27 Oct 2019 11:35:27 -0400

jsonpickle (0.9.5-1) unstable; urgency=medium

  [ Sophie Brun ]
  * Team upload
  * New upstream version, build with Python 3.6 (Closes: #865926)
  * Replace python and python3 by python-all and python3-all in Build-Depends
  * Add python-bson and python3-bson to Build-Depends
  * Bump Standards-Version to 4.0.0

 -- Sandro Tosi <morph@debian.org>  Sun, 27 Oct 2019 09:35:26 -0400

jsonpickle (0.9.3-2) unstable; urgency=medium

  * Improve the way we call the test suite, based on suggestion of Piotr.

 -- Raphaël Hertzog <hertzog@debian.org>  Wed, 09 Mar 2016 11:05:43 +0100

jsonpickle (0.9.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream version.
  * Includes fixes for NumPy 1.10.x. Closes: #812114
  * Update Standards-Version to 3.9.7.
  * Update Vcs-Git to use https URL.

 -- Raphaël Hertzog <hertzog@debian.org>  Wed, 09 Mar 2016 10:26:45 +0100

jsonpickle (0.9.2-1) unstable; urgency=medium

  * New upstream version
  * use PyPI redirector for watch file
  * disable debian/patches/disable-tests-for-unpackaged-libraries.patch
  * add python-numpy and python3-numpy to Build-Depends for new tests
  * change debian/compat to 9, bump debhelper version to >= 9
  * bump Standards-Version to 3.9.6 (no changes needed)
  * install docs/source/changelog.rst as upstream changelog
  * add debian/upstream/signing-key.asc and add pgpsigurlmangle to watch
    file
  * add Suggests for python-numpy for python-jsonpickle and python3-
    numpy for python3-jsonpickle

 -- Jan Dittberner <jandd@debian.org>  Sun, 13 Sep 2015 18:36:01 +0200

jsonpickle (0.8.0-1) unstable; urgency=medium

  * New upstream version
  * change debian/copyright to machine readable format, update copyright years
  * simplify debian/rules and build documentation in
    override_dh_sphinxdoc

 -- Jan Dittberner <jandd@debian.org>  Sun, 28 Sep 2014 18:57:06 +0200

jsonpickle (0.6.1-1) unstable; urgency=medium

  * New upstream version
  * run wrap-and-sort
  * bump Standards-Version to 3.9.5 (no changes)
  * enable unit tests:
    - add python-feedparser and python-simplejson to Build-Depends
    - add override_dh_auto_test in debian/rules to run tests/runtests.py
    - use debian source format 3.0 (quilt) to enable patching
  * add Python 3 support:
    - add new binary package python3-jsonpickle
    - add dh-python, python3, python3-feedparse and python3-simplejson to
      Build-Depends
    - use pybuild as buildsystem
    - add X-Python-Version and X-Python3-Version to source package stanza
  * add doc package:
    - add new binary package python-jsonpickle-doc
    - add python-sphinx to Build-Depends
    - add patch debian/patches/disable-unsupported-sphinx-extension.patch to
      disable Sphinx extensions that are either not packaged in Debian or need
      remote access at build time
    - add override_dh_auto_build, override_dh_auto_install and
      override_dh_sphinxdoc to build and install Sphinx documentation properly
    - add debian/python-jsonpickle-doc.doc-base for docbase registration

 -- Jan Dittberner <jandd@debian.org>  Sun, 02 Feb 2014 10:39:47 +0100

jsonpickle (0.4.0-1) unstable; urgency=low

  [ John Paulett ]
  * New upstream release
  * Bump Standards-Version to 3.9.2

  [ Jan Dittberner ]
  * update copyright years in debian/copyright
  * switch from python-support to dh_python2
    - drop python-support Dependency
    - bump python dependency to 2.6.6-3~
    - add --with python2 to dh invocation in debian/rules
  * add myself to Uploaders
  * change Vcs-Svn and Vcs-Browser in debian/control to new anonscm URLs

 -- Jan Dittberner <jandd@debian.org>  Wed, 22 Jun 2011 14:01:24 +0200

jsonpickle (0.3.1-2) unstable; urgency=low

  * Add dependency on ${python:Depends} (Closes: 591986)
  * add explicit copy of license to debian/copyright

 -- Mike O'Connor <stew@debian.org>  Mon, 23 Aug 2010 18:57:38 -0400

jsonpickle (0.3.1-1) unstable; urgency=low

  * Initial release (Closes: bug#560877)

 -- John Paulett <john@paulett.org>  Mon, 16 Nov 2009 20:05:50 -0600