File: changelog

package info (click to toggle)
jsonpickle 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 600 kB
  • sloc: python: 4,922; makefile: 10
file content (142 lines) | stat: -rw-r--r-- 5,242 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
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