File: changelog

package info (click to toggle)
cloudpickle 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: python: 3,315; sh: 9; makefile: 8
file content (205 lines) | stat: -rw-r--r-- 6,284 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
cloudpickle (3.1.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release:
    - Fix pickling of abstract base classes containing type annotations for
      Python 3.14 (closes: #1121743).

 -- Colin Watson <cjwatson@debian.org>  Wed, 03 Dec 2025 11:59:15 +0000

cloudpickle (3.1.1-2) unstable; urgency=medium

  * Team upload.
  * Drop dependency on python3-py

 -- Alexandre Detiste <tchet@debian.org>  Fri, 24 Oct 2025 09:18:52 +0200

cloudpickle (3.1.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Sun, 19 Jan 2025 19:51:59 +0000

cloudpickle (3.1.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release:
    - Some improvements to make cloudpickle more deterministic when pickling
      dynamic functions and classes, in particular with CPython 3.13
      (closes: #1088227).

 -- Colin Watson <cjwatson@debian.org>  Fri, 13 Dec 2024 00:30:56 +0000

cloudpickle (3.0.0-2) unstable; urgency=medium

  * Team Upload
  * Remove dependency on old python3-mock

 -- Alexandre Detiste <tchet@debian.org>  Mon, 26 Feb 2024 22:49:10 +0100

cloudpickle (3.0.0-1) unstable; urgency=medium

  [ Diane Trout ]
  * New upstream release. (Closes: #1056237)
  * Switch to github releases in d/watch as pypi releases lack the tests.
  * Add flit as a build-dependency
  * Add pybuild-plugin-pyproject as build-dependency.
  * Update debhelper-compat to 13
  * Update standards-version to 4.6.2
  * Add typing-extension as a test dependency

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.

  [ 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.


 -- Diane Trout <diane@ghic.org>  Sun, 03 Dec 2023 20:05:35 -0800

cloudpickle (2.2.1-1) unstable; urgency=medium

  * New upstream release.
  * Remove fix-classmethod-test.patch applied upstream
  * Add dependency on python3-py for tests (Closes: #1040411)

 -- Diane Trout <diane@ghic.org>  Wed, 05 Jul 2023 20:11:28 -0700

cloudpickle (2.2.0-1) unstable; urgency=medium

  * New upstream release.
  * Add fix-classmethod-test.patch (Closes: #1024205)

 -- Diane Trout <diane@ghic.org>  Sun, 20 Nov 2022 12:27:51 -0800

cloudpickle (2.0.0-1) unstable; urgency=medium

  * Add Multi-Arch: foreign (Closes: #960902)
    - Thanks  Helmut Grohne
  * Update Mainainer to new Debian Python Team address
  * Update debian/watch version
  * Add Rules-Requires-Root: no
  * New upstream release

 -- Diane Trout <diane@ghic.org>  Sat, 18 Sep 2021 18:57:39 -0700

cloudpickle (1.6.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository, Repository-Browse.

  [ Diane Trout ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.
  * Update Standards-Version to 4.5.0. No changes needed.
  * Use pytest -v for unit tests, as it's easier to see what broke
  * Set PYTHONPATH so unit tests can find an included test package
  * update d/tests/control to run real unit tests against installed package
  * New upstream release.

 -- Diane Trout <diane@ghic.org>  Fri, 06 Nov 2020 15:28:19 -0800

cloudpickle (1.3.0-1) unstable; urgency=medium

  [ Emmanuel Arias ]
  * Team upload.
  * New upstream version 1.3.0 (Closes: #952477)
  * d/control: Bump standards version to 4.5.0
  * d/gbp.conf: Set debian/master as default branch
  * d/salsa-ci.yml: enable salsa-ci

  [ Jonathan Carter ]
  * Declare Rules-Requires-Root: no

 -- Emmanuel Arias <eamanu@yaerobi.com>  Mon, 24 Feb 2020 19:14:11 -0300

cloudpickle (1.2.1-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Diane Trout ]
  * Remove autopkgtests for Python 2 version
    Thanks to Michael Hudson-Doyle for spotting this
    (Closes: #943931)

 -- Diane Trout <diane@ghic.org>  Thu, 31 Oct 2019 19:24:30 -0700

cloudpickle (1.2.1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.0.

  [ Diane Trout ]
  * New upstream release.
  * Remove Python 2 package and build dependencies
  * Update to debhelper-compat =12

 -- Diane Trout <diane@ghic.org>  Wed, 04 Sep 2019 21:51:15 -0700

cloudpickle (0.8.0-1) unstable; urgency=medium

  * New upstream version 0.8.0
  * Update to debhelper compat level 11
  * Update to Standards-Version 4.3.0. No changes needed
  * Add python{,3}-psutil build-dependency for test cases
  * Add python-concurrent.futures dependency for python 2 version

 -- Diane Trout <diane@ghic.org>  Thu, 14 Feb 2019 15:06:24 -0800

cloudpickle (0.5.6-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

  [ Diane Trout ]
  * New upstream release. (Closes: #909986)
  * Cleanup pytest directory after build

 -- Diane Trout <diane@ghic.org>  Tue, 03 Jul 2018 21:54:43 -0700

cloudpickle (0.5.2-2) unstable; urgency=medium

  * Forgot to update substvar for the Python 2 package (Closes: #884686)
    - Thanks: Mattia Rizzolo

 -- Diane Trout <diane@ghic.org>  Mon, 18 Dec 2017 10:32:39 -0800

cloudpickle (0.5.2-1) unstable; urgency=medium

  * New upstream version. (Closes: #883782)
  * Updated Standards-Version to 4.1.2. No changes needed.
  * Update debhelper to compat 10
  * Build Python 2 version for spyder. (Closes: 883784)

 -- Diane Trout <diane@ghic.org>  Fri, 08 Dec 2017 15:04:32 -0800

cloudpickle (0.4.0-1) unstable; urgency=medium

  * New upstream release.
  * Update standards version to 4.1.1. No changes needed.
  * Remove unnecessary Testsuite header.

 -- Diane Trout <diane@ghic.org>  Fri, 13 Oct 2017 08:24:04 -0700

cloudpickle (0.3.1-1) unstable; urgency=medium

  * remove unnecessary debian/files
  * Switch from git-dpm to gbp
  * New upstream version 0.3.1

 -- Diane Trout <diane@ghic.org>  Thu, 01 Jun 2017 20:53:11 -0700

cloudpickle (0.2.1-1) unstable; urgency=low

  * Initial Packaging (Closes: #847497)

 -- Diane Trout <diane@ghic.org>  Mon, 05 Dec 2016 14:24:21 -0800