File: changelog

package info (click to toggle)
cypari2 2.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,500 kB
  • sloc: python: 146,244; makefile: 35; ansic: 5
file content (177 lines) | stat: -rw-r--r-- 5,488 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
cypari2 (2.1.2-4) unstable; urgency=medium

  [ Stefano Rivera ]
  * Team upload.
  * Patch: Python 3.11 support. (Closes: #1024064)

  [ Debian Janitor ]
  * Use correct machine-readable copyright file URI.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Drop unnecessary dependency on dh-autoreconf.
  * Update standards version to 4.6.0, no changes needed.

 -- Stefano Rivera <stefanor@debian.org>  Sun, 25 Dec 2022 22:03:37 -0400

cypari2 (2.1.2-3) unstable; urgency=medium

  * Apply pari-2.15.patch to fix doctests with pari 2.15. (Closes: #1020456)
  * Build-Depend on pari 2.15.1~pre1.

 -- Tobias Hansen <thansen@debian.org>  Wed, 02 Nov 2022 21:33:40 +0000

cypari2 (2.1.2-2) unstable; urgency=medium

  [ Helmut Grohne ]
  * Demote sphinx dependency to B-D-I. (Closes: #983358)

  [ Tobias Hansen ]
  * Add dependency on python3-cysignals to python3-cypari2. (Closes: #978654)

 -- Tobias Hansen <thansen@debian.org>  Thu, 25 Feb 2021 21:39:44 +0000

cypari2 (2.1.2-1) unstable; urgency=medium

  * New upstream version. (Closes: #973351)
  * Mark python-cypari2-doc as Multi-Arch: foreign.
  * Fix paths in doc-base file.

 -- Tobias Hansen <thansen@debian.org>  Sat, 07 Nov 2020 11:01:53 +0000

cypari2 (2.1.1-2) unstable; urgency=medium

  * Team upload.
  * Drop python2 support; Closes: #936360, #942986

 -- Sandro Tosi <morph@debian.org>  Sun, 27 Oct 2019 10:21:42 -0400

cypari2 (2.1.1-1) unstable; urgency=medium

  * New upstream version.

 -- Tobias Hansen <thansen@debian.org>  Sun, 01 Sep 2019 10:32:20 +0000

cypari2 (1.3.1-2) unstable; urgency=medium

  * Upload to unstable.
  * Depend on cysignals (>= 1.8.1).

 -- Tobias Hansen <thansen@debian.org>  Tue, 15 Jan 2019 13:32:37 +0100

cypari2 (1.3.1-1) experimental; urgency=medium

  * New upstream version.
  * Drop 'Multi-Arch: same' for python-cypari2 and python3-cypari2.

 -- Tobias Hansen <thansen@debian.org>  Wed, 02 Jan 2019 16:34:07 +0000

cypari2 (1.2.1-3) unstable; urgency=medium

  * Team upload.
  * Drop versioned build-dep on old dpkg-dev, now covered in stable.
  * Bump Standards-Version to 4.2.1, no changes needed.
  * Replace all the (lib)python(3)-dev dependencies with only python(3)-all-dev.
    Depending on an explicit Python version create unecessary noise during
    transitions and require uploads like these to cope with the changes,
    instead of simple rebuilds.

 -- Mattia Rizzolo <mattia@debian.org>  Wed, 19 Dec 2018 02:26:11 +0100

cypari2 (1.2.1-2) unstable; urgency=medium

  * Build-Depend on libpython3.6-dev (Closes: #915235).

 -- Tobias Hansen <thansen@debian.org>  Sun, 09 Dec 2018 22:52:21 +0100

cypari2 (1.2.1-1) unstable; urgency=medium

  * New upstream version (Closes: #905302).
  * Build-Depend on libpython3.7-dev.
  * Use debhelper compat level 11.
  * Remove X-Python-Version: >= 2.7.
  * Bump Standards-Version.
  * Use secure URL in d/copyright.

 -- Tobias Hansen <thansen@debian.org>  Sat, 11 Aug 2018 11:31:31 +0000

cypari2 (1.1.4-3) unstable; urgency=medium

  * Fix doctest-find-module.patch after internal pybuild paths changed.
    (Closes: #895215)
  * Build-Depend on dh-python >= 3.20180313.

 -- Tobias Hansen <thansen@debian.org>  Thu, 12 Apr 2018 11:46:20 +0200

cypari2 (1.1.4-2) unstable; urgency=medium

  * Upload to unstable.
  * Add disable-test-with-pari-bug.patch:
    Disable a test which fails on mips architectures due to a bug in pari.

 -- Tobias Hansen <thansen@debian.org>  Tue, 06 Feb 2018 23:24:32 +0100

cypari2 (1.1.4-1) experimental; urgency=medium

  * New upstream version,
    fixing test failure on 32 bit architectures (Closes: #889502).
  * Remove reproducible_build.patch (applied upstream).

 -- Tobias Hansen <thansen@debian.org>  Mon, 05 Feb 2018 10:21:58 +0100

cypari2 (1.1.3-3) experimental; urgency=medium

  * Create python 3 package.
  * Update Vcs links for salsa.
  * Create a documentation package.
  * Use the local mathjax version.
  * Run tests.
  * Apply reproducible_build.patch from Chris Lamb. (Closes: #885873)

 -- Tobias Hansen <thansen@debian.org>  Thu, 25 Jan 2018 22:01:26 +0000

cypari2 (1.1.3-2) unstable; urgency=medium

  * Add sagemath (<< 8.1~) to prevent this package from migrating to
    testing before sagemath 8.1.
  * Upload to unstable.

 -- Tobias Hansen <thansen@debian.org>  Sat, 30 Dec 2017 10:20:56 +0100

cypari2 (1.1.3-1) experimental; urgency=medium

  * New upstream release.

 -- Tobias Hansen <thansen@debian.org>  Wed, 18 Oct 2017 19:02:56 +0100

cypari2 (1.1.1-1) experimental; urgency=medium

  * New upstream release.
  * Update Standards-Version to 4.1.1.

 -- Tobias Hansen <thansen@debian.org>  Sun, 15 Oct 2017 16:34:37 +0100

cypari2 (1.0.0-3) unstable; urgency=medium

  * Upload to unstable.

 -- Ximin Luo <infinity0@debian.org>  Fri, 18 Aug 2017 17:14:37 +0200

cypari2 (1.0.0-2) experimental; urgency=medium

  * Re-upload to experimental, the previous upload went to unstable by mistake
    (even though the changelog specified experimental) due to an oversight when
    passing sbuild(1) flags.
  * Add myself to Uploaders.
  * Update to latest Standards-Version; no changes required.

 -- Ximin Luo <infinity0@debian.org>  Wed, 16 Aug 2017 20:35:51 +0200

cypari2 (1.0.0-1) experimental; urgency=medium

  [ Tobias Hansen ]
  * Initial release (Closes: #864792).

  [ Ximin Luo ]
  * Update d/copyright.

 -- Ximin Luo <infinity0@debian.org>  Wed, 16 Aug 2017 17:59:45 +0200