File: changelog

package info (click to toggle)
astroplan 0.7-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,568 kB
  • sloc: python: 9,083; javascript: 161; makefile: 132; ansic: 88
file content (180 lines) | stat: -rw-r--r-- 5,393 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
astroplan (0.7-4) unstable; urgency=medium

  * Team upload

  [ Bas Couwenberg ]
  * Team upload.
  * Add gbp.conf to use pristine-tar & --source-only-changes by default.
  * Add upstream patch to fix test failure with Numpy 1.24 (Closes: #1027189)

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete field Name from debian/upstream/metadata
  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.

  [ Ole Streicher ]
  * Push Standards-Version to 4.6.2. No changes

 -- Ole Streicher <olebole@debian.org>  Wed, 18 Jan 2023 14:38:43 +0100

astroplan (0.7-3) unstable; urgency=medium

  * New patch for compatibility with astropy 5.1 (Closes: #1012719)
  * Update d/copyright

 -- Vincent Prat <vivi@debian.org>  Sat, 18 Jun 2022 12:53:38 +0200

astroplan (0.7-2) unstable; urgency=medium

  * New patch to fix import with Python 3.10 (Closes: #1002410)
  * Change homepage for Github page
  * Bump Standards-Version to 4.6.0.1
  * Update copyright file

 -- Vincent Prat <vivi@debian.org>  Sun, 26 Dec 2021 13:57:48 +0100

astroplan (0.7-1) unstable; urgency=medium

  * New upstream release (Closes: #973348)

 -- Vincent Prat <vivi@debian.org>  Thu, 29 Oct 2020 17:16:37 +0100

astroplan (0.6-3) unstable; urgency=medium

  * Use Debian email address as uploader (d/control)
  * New patch to fix failing test (Closes: #971120)
  * Bump debhelper compatibility version to 13

 -- Vincent Prat <vivi@debian.org>  Sat, 03 Oct 2020 16:43:24 +0200

astroplan (0.6-2) unstable; urgency=medium

  * Fix intersphinx KeyError
  * Update Standards-Version to 4.5.0

 -- Vincent Prat <vinceprat@free.fr>  Mon, 30 Mar 2020 11:59:40 +0200

astroplan (0.6-1) unstable; urgency=medium

  * New upstream release
  * Update Standards-Version to 4.4.1
  * Add Rules-Requires-Root statement
  * Remove debian/compat file and add dependency to debhelper-compat
  * Re-enable tests at build time

 -- Vincent Prat <vinceprat@free.fr>  Fri, 20 Dec 2019 19:39:42 +0100

astroplan (0.5-2) unstable; urgency=medium

  * Allow warnings in CI tests

 -- Vincent Prat <vinceprat@free.fr>  Thu, 19 Sep 2019 09:44:13 +0200

astroplan (0.5-1) unstable; urgency=medium

  * New upstream version (Closes: #932688)
  * Drop outdated patches
  * Temporarily disable tests at build time
  * Update Standards-Version to 4.4.0
  * Update debhelper compatibility version to 12

 -- Vincent Prat <vinceprat@free.fr>  Wed, 18 Sep 2019 16:24:54 +0200

astroplan (0.4-4) unstable; urgency=medium

  * Drop Python 2 support (Closes: #916526)
  * Update Standards-Version to 4.2.1

 -- Vincent Prat <vinceprat@free.fr>  Sat, 15 Dec 2018 17:43:05 +0100

astroplan (0.4-3) unstable; urgency=medium

  * Update Standards-Version to 4.1.4
  * Update VCS links to Salsa
  * Remove python-version fields
  * New patch to fix doctest failures
  * New d/upstream/metadata file

 -- Vincent Prat <vinceprat@free.fr>  Sat, 26 May 2018 15:34:41 +0200

astroplan (0.4-2) unstable; urgency=medium

  * Disable assertion failing without any reason (Closes: #887446)
  * Update debhelper compatibility version to 11
  * Update Standard-Version to 4.1.3
  * Update copyright file and use secure URI

 -- Vincent Prat <vinceprat@free.fr>  Wed, 31 Jan 2018 11:32:53 +0100

astroplan (0.4-1) unstable; urgency=medium

  * New upstream release
  * Update Standards-Version to 4.1.1
  * Use secure URI in watch file

 -- Vincent Prat <vinceprat@free.fr>  Mon, 30 Oct 2017 13:04:01 +0100

astroplan (0.3-2) unstable; urgency=medium

  * Replace build dependency on python-sphinx with python3-sphinx
  * Update Standards-Version to 4.1.0
  * Remove Testsuite field from control file

 -- Vincent Prat <vinceprat@free.fr>  Tue, 26 Sep 2017 09:45:50 +0200

astroplan (0.3-1) unstable; urgency=medium

  * New upstream release
  * Drop patch fix_astropy2.0, fixed upstream
  * Add pgp signature verification

 -- Vincent Prat <vinceprat@free.fr>  Tue, 05 Sep 2017 16:19:10 +0100

astroplan (0.2.1-2) unstable; urgency=medium

  * Patch to fix test failure (Closes: #868116)
  * Tests now run for all supported versions of Python

 -- Vincent Prat <vinceprat@free.fr>  Wed, 12 Jul 2017 14:02:55 +0200

astroplan (0.2.1-1) unstable; urgency=medium

  * New upstream version
  * Drop patches for bugs that are fixed upstream
  * Update Standards-Version to 4.0.0
  * Update debhelper compatibility version to 10
  * Update watch file version to 4
  * Use SOURCE_DATE_EPOCH instead of dpkg-parsechangelog

 -- Vincent Prat <vinceprat@free.fr>  Sun, 25 Jun 2017 17:26:54 +0200

astroplan (0.2-5) unstable; urgency=medium

  * Fix broadcasts in schedulers (Closes: #855477)

 -- Vincent Prat <vinceprat@free.fr>  Sat, 18 Feb 2017 16:37:34 +0100

astroplan (0.2-4) unstable; urgency=medium

  * Github patches + failures marked as known (Closes: #851437)

 -- Vincent Prat <vinceprat@free.fr>  Fri, 27 Jan 2017 20:57:06 +0100

astroplan (0.2-3) unstable; urgency=medium

  * Fix test failures. (Closes: #848750)

 -- Vincent Prat <vinceprat@free.fr>  Wed, 21 Dec 2016 13:25:25 +0100

astroplan (0.2-2) unstable; urgency=medium

  * Fix CI tests
  * python-astroplan-doc marked as Multi-Arch: foreign

 -- Vincent Prat <vinceprat@free.fr>  Fri, 11 Nov 2016 18:20:46 +0100

astroplan (0.2-1) unstable; urgency=medium

  * Initial release. (Closes: #838842)

 -- Vincent Prat <vinceprat@free.fr>  Mon, 26 Sep 2016 23:03:21 +0200