File: changelog

package info (click to toggle)
python-rtree 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 396 kB
  • sloc: python: 2,887; makefile: 103; sh: 41
file content (139 lines) | stat: -rw-r--r-- 4,475 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
python-rtree (1.0.1-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.6.1, no changes.
  * Use pybuild-plugin-pyproject instead of python3-setuptools.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 12 Oct 2022 06:19:17 +0200

python-rtree (1.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Update watch file for GitHub URL changes.
  * Bump Standards-Version to 4.6.0, no changes.
  * Bump debhelper compat to 12, no changes.
  * Require at least libspatialindex-dev 1.8.5.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 05 Apr 2022 05:32:40 +0200

python-rtree (0.9.7-1) unstable; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 25 Dec 2020 06:49:44 +0100

python-rtree (0.9.6-1) unstable; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 22 Dec 2020 19:09:08 +0100

python-rtree (0.9.5-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.5.1, no changes.
  * Add python3-wheel to build dependencies.
  * Set PYTHONPATH for sphinx-build.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 18 Dec 2020 16:13:37 +0100

python-rtree (0.9.4-2) unstable; urgency=medium

  * Bump debhelper compat to 10, changes:
    - Drop --parallel option, enabled by default
  * Bump watch file version to 4.
  * Update lintian overrides.
  * Use sphinxdoc helper.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 12 Nov 2020 13:04:18 +0100

python-rtree (0.9.4-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.5.0, no changes.
  * Update Source, Comment & Files-Excluded for GitHub releases.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 12 Feb 2020 05:52:09 +0100

python-rtree (0.9.3-1) unstable; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 11 Dec 2019 08:40:36 +0100

python-rtree (0.9.2-1) unstable; urgency=medium

  * New upstream release.
  * Update watch file to use GitHub releases.
  * Drop Name field from upstream metadata.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 10 Dec 2019 05:50:34 +0100

python-rtree (0.9.1+ds-1) unstable; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 26 Nov 2019 05:22:49 +0100

python-rtree (0.9.0+ds-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.4.1, no changes.
  * Add python3-pytest to build dependencies.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 25 Nov 2019 05:59:43 +0100

python-rtree (0.8.3+ds-4) unstable; urgency=medium

  * Rename doc-base document to python3-rtee to avoid conflict.
    (closes: #933482)
  * Update Homepage URL.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 30 Jul 2019 17:21:48 +0200

python-rtree (0.8.3+ds-3) unstable; urgency=medium

  * Bump Standards-Version to 4.4.0, no changes.
  * Drop autopkgtests to test installability & module import.
  * Add lintian override for testsuite-autopkgtest-missing.
  * Drop unused python3:Provides substvar.
  * Update gbp.conf to use --source-only-changes by default.
  * Drop Python 2 support.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 21 Jul 2019 10:07:01 +0200

python-rtree (0.8.3+ds-2) unstable; urgency=medium

  * Add python3-sphinx to build dependencies.
  * Bump Standards-Version to 4.1.5, no changes.
  * Add autopkgtest to test installability.
  * Update copyright-format URL to use HTTPS.
  * Update Vcs-* URLs for Salsa.
  * Add module import tests to autopkgtest configuration.
  * Update watch file to use HTTPS.
  * Strip trailing whitespace from control & rules files.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 21 Jul 2018 12:14:37 +0200

python-rtree (0.8.3+ds-1) unstable; urgency=medium

  * New upstream release.
  * Update Vcs-Git URL to use HTTPS.
  * Bump Standards-Version to 3.9.8, no changes.
  * Exclude pre-built docs from upstream tarball.
  * Add numpy to build depends for tests.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 15 Dec 2016 07:53:43 +0100

python-rtree (0.8.2+ds-2) unstable; urgency=medium

  * Add libspatialindex-dev as dependency of the binary packages too.
    Required for find_library('spatialindex_c') in core.py.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 01 Sep 2015 13:30:00 +0200

python-rtree (0.8.2+ds-1) unstable; urgency=medium

  * Initial release (Closes: #797541)

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 31 Aug 2015 18:02:57 +0200