File: changelog

package info (click to toggle)
python-gmpy2 2.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,608 kB
  • ctags: 1,109
  • sloc: ansic: 21,066; python: 5,815; makefile: 113
file content (181 lines) | stat: -rw-r--r-- 6,646 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-gmpy2 (2.0.7-2) unstable; urgency=medium

  * Overhauled debian/rules to use pybuild. Things look a lot better now!
    Since dpkg-buildpackage -A and dpkg-buildpackage -B now work correctly,
    this also Closes: #805958.
  * Update URL in changelog to PyPi.

 -- Martin Kelly <martin@martingkelly.com>  Wed, 02 Dec 2015 20:21:08 -0800

python-gmpy2 (2.0.7-1) unstable; urgency=medium

  * New upstream release
  * Fixed duplicate long description lintian error

 -- Martin Kelly <martin@martingkelly.com>  Sun, 23 Aug 2015 15:36:51 -0700

python-gmpy2 (2.0.5-1) unstable; urgency=medium

  * New upstream release
  * Fixed watch file to use PyPi redirector
  * Removed bogus test correction patches that are now present upstream
  * Made the Sphinx manpage use the most recent changelog entry for build date
    so we get reproducible builds

 -- Martin Kelly <martin@martingkelly.com>  Tue, 23 Jun 2015 16:58:32 -0700

python-gmpy2 (2.0.4-2) unstable; urgency=medium

  * Adding in upstream patch for bogus test failures. We can drop the patch at
    next release. Closes: #767417.
  * Adding Multi-Arch: foreign so that just one copy of the -common package is
    required for multi-arch setups.

 -- Martin Kelly <martin@martingkelly.com>  Sat, 01 Nov 2014 12:26:30 -0700

python-gmpy2 (2.0.4-1) unstable; urgency=medium

  * New upstream release
  * Updated Standards-Version to 3.9.6.0 (no changes needed)
  * Using machine-readable copyright file
  * Copyright is GPL 3 now, not GPL 2; fixed
  * Fixed build error by adding -a flag to dh_* scripts
  * Added dh-python to Build-Depends
  * Dropping manpage patch (it's now fixed upstream)
  * Unit tests now return error code, so the package build will fail if they
    fail

 -- Martin Kelly <martin@martingkelly.com>  Sun, 26 Oct 2014 14:26:49 -0700

python-gmpy2 (2.0.3-1) unstable; urgency=medium

  * New upstream release
  * Updated Standards-Version to 3.9.5.0 (no changes needed)
  * Changed Python 3 dev build dependency to python3-all-dev
  * Added Python and Python 3 as build dependencies (needed to run setup.py)

 -- Martin Kelly <martin@martingkelly.com>  Sun, 23 Feb 2014 14:30:07 -0800

python-gmpy2 (2.0.2-1) unstable; urgency=low

  * New upstream release
  * Updated Standards-Version to 3.9.4.0 (no changes needed)
  * Changed rules to use default compiler hardening flags
  * The manpage that comes with gmpy2 is now installed on the system
  * Renamed package to python-gmpy2.
  * Now providing a python3-gmpy2 package, which works with Python 3, as well
    as a common package for files in common between the two packages
  * No longer installing the tests
  * Now running tests at build time
  * Added patch to correct manpage library section from 1 to 3

 -- Martin Kelly <martin@martingkelly.com>  Sun, 13 Oct 2013 16:18:02 -0700

python-gmpy (1.15-1) unstable; urgency=low

  * New upstream release
  * Updated Standards-Version to 3.9.3.0 (no changes needed)
  * Updated the watch file to make it actually work (not sure if it really did
    before)
  * Updated debhelper compatibility level to 9
  * Changed the license symlink to be more specific
  * Cleaned up the rules file

 -- Martin Kelly <aomighty@gmail.com>  Tue, 13 Mar 2012 23:31:03 -0400

python-gmpy (1.14-3) unstable; urgency=low

  * Removed version from libgmp3-dev dependency and changed it to libgmp-dev
    (Closes: #619585)

 -- Martin Kelly <aomighty@gmail.com>  Fri, 25 Mar 2011 14:24:29 -0700

python-gmpy (1.14-2) unstable; urgency=low

  * Changed build-depends from libgmp3-dev to libgmp10-dev as per SONAME change
    (Closes: #618216)

 -- Martin Kelly <aomighty@gmail.com>  Mon, 14 Mar 2011 21:16:48 -0400

python-gmpy (1.14-1) unstable; urgency=low

  * New upstream release
  * Changed the watch file to remove the .ds in the orig.tar.gz filename

 -- Martin Kelly <aomighty@gmail.com>  Mon, 20 Dec 2010 16:07:03 -0800

python-gmpy (1.12-1) unstable; urgency=low

  * New upstream release
  * Bump Standards-Version to 3.9.1.0 (no changes needed)
  * Moved from pycentral to dh_python2
  * Changed python dependency to 2.6.5 so that dh_python2 will be installed
  * Added a source/format file with 3.0 (native)
  * Added the flag --install-layout=deb to the python install line since python
    2.6 wants it

 -- Martin Kelly <aomighty@gmail.com>  Wed, 14 Jul 2010 22:17:17 -0500

python-gmpy (1.11-1) unstable; urgency=low

  * New upstream release
  * Bump Standards-Version to 3.8.4.0 (no changes needed)
  * Removed "XS-DM-Upload-Allowed: yes" field because Ondrej Certik is no
    longer an active uploader
  * Added "${misc:Depends} to Depends to remove Lintian warning
  * Updated dates in copyright file
  * Changed copyright file to list copyright as "Copyright" instead of "(C)" to
    fix lintian warning

 -- Martin Kelly <aomighty@gmail.com>  Mon, 08 Feb 2010 16:31:32 -0500

python-gmpy (1.10-1) unstable; urgency=low

  * New upstream release
  * Changed Uploaders entry to Debian Python Modules Team (Closes: #550456)
  * Changed Homepage entry to the more recent http://code.google.com/p/gmpy/
  * Bump Standards-Version to 3.8.3.0 (no changes needed)

 -- Martin Kelly <aomighty@gmail.com>  Fri, 25 Dec 2009 14:31:15 -0800

python-gmpy (1.04-1) unstable; urgency=low

  * New upstream release
  * Probably fixes a bug in python-mpmath (Closes: #530381)
  * Bump Standards-Version to 3.8.1 (no changes needed)

 -- Martin Kelly <aomighty@gmail.com>  Thu, 11 Jun 2009 08:43:15 -0700

python-gmpy (1.03.ds-1) unstable; urgency=low

  * New upstream release (Closes: #488941)
  * Bump Standards-Version to 3.8.0 (no changes needed)
  * XS-DM-Upload-Allowed: yes field added
  * Ondrej Certik added to uploaders
  * debian/watch file fixed
  * debian/copyright updated with info how to get the orig.tar.gz
  * license in debian/copyright updated to reflect the current codebase (set
    to LGPL 2.1)
  * install tests into /usr/share/doc/python-gmpy/examples/

 -- Ondrej Certik <ondrej@certik.cz>  Fri, 04 Jul 2008 16:50:28 +0200

python-gmpy (1.02~1.dfsg.1-1) unstable; urgency=low

  * New upstream release
  * Bump Standards-Version to 3.7.3 (no changes needed)

 -- Martin Kelly <aomighty@gmail.com>  Sat, 29 Dec 2007 21:27:19 -0800

python-gmpy (1.01.dfsg.1-1) unstable; urgency=medium

  * Modified the upstream sources to include a COPYING license file, since the
    upstream author did not include one (Closes: #427005)

 -- Martin Kelly <aomighty@gmail.com>  Sat, 02 Jun 2007 11:40:18 -0700

python-gmpy (1.01-1) unstable; urgency=low

  * Initial release (Closes: #299723)

 -- Martin Kelly <aomighty@gmail.com>  Fri, 18 May 2007 21:46:23 -0700