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 206 207 208 209 210 211 212 213 214 215 216 217 218 219
|
python-igraph (0.10.2-1) unstable; urgency=medium
* Team upload.
* New upstream version
-- Andreas Tille <tille@debian.org> Thu, 24 Nov 2022 11:27:51 +0100
python-igraph (0.9.11-1) unstable; urgency=medium
* New upstream version 0.9.11
* Bump Standards-Version to 4.6.1.
-- TANIGUCHI Takaki <takaki@debian.org> Wed, 20 Jul 2022 19:02:37 +0900
python-igraph (0.9.9-1) unstable; urgency=medium
* Team upload.
* Drop unused debian/*.in files
* Do not Build-Depend from libigraph-dev. In the long term debian packaged
libigraph should be used instead of a code copy.
Closes: #1003829
-- Andreas Tille <tille@debian.org> Thu, 27 Jan 2022 08:25:35 +0100
python-igraph (0.9.8-1) unstable; urgency=medium
* d/watch: Follow upstream project name change.
* New upstream version 0.9.8
-- TANIGUCHI Takaki <takaki@debian.org> Sun, 28 Nov 2021 22:26:58 +0900
python-igraph (0.9.6-1) unstable; urgency=medium
* New upstream version 0.9.6
* Bump Standards-Version to 4.6.0
-- TANIGUCHI Takaki <takaki@debian.org> Sat, 11 Sep 2021 18:49:50 +0900
python-igraph (0.9.0-2) unstable; urgency=medium
* d/control: add cmake to B-D. (Closes: #983696)
-- TANIGUCHI Takaki <takaki@debian.org> Mon, 01 Mar 2021 00:26:28 +0900
python-igraph (0.9.0-1) unstable; urgency=medium
* New upstream version 0.9.0
* Bump Standards-Version to 4.5.1
* Bump debian-compat to 13
-- TANIGUCHI Takaki <takaki@debian.org> Sun, 28 Feb 2021 17:44:07 +0900
python-igraph (0.8.3-1) unstable; urgency=medium
[ 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.
[ TANIGUCHI Takaki ]
* New upstream version 0.8.3
-- TANIGUCHI Takaki <takaki@debian.org> Sat, 07 Nov 2020 12:20:20 +0900
python-igraph (0.8.2-1) unstable; urgency=medium
* New upstream version 0.8.2
-- TANIGUCHI Takaki <takaki@debian.org> Sat, 30 May 2020 13:30:27 +0900
python-igraph (0.8.0-2) unstable; urgency=medium
* d/control: Add bison and libxml2-dev to B-D.
-- TANIGUCHI Takaki <takaki@debian.org> Tue, 11 Feb 2020 14:15:37 +0900
python-igraph (0.8.0-1) unstable; urgency=medium
* d/salsa-ci.yml: Add a CI config file
* New upstream version 0.8.0
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Bump Standards-Version to 4.5.0
* d/patches/*: Remove upstream merged patches.
-- TANIGUCHI Takaki <takaki@debian.org> Tue, 11 Feb 2020 11:51:54 +0900
python-igraph (0.7.1.post6-8) unstable; urgency=medium
* Team upload.
* Convert git repository from git-dpm to gbp layout.
* Bump Standards-Version to 4.4.1.
* Drop Python 2 support (Closes: #937827).
-- Ondřej Nový <onovy@debian.org> Fri, 25 Oct 2019 13:19:35 +0200
python-igraph (0.7.1.post6-7) unstable; urgency=high
* Patch by Nicolas Boulenguez, thanks!
* Temporary workaround to avoid shipping headers in /usr/include/python3.7
(instead of /usr/include/python3.7m). This is likely to be a
python3-stdlib-extensions bug so we should consider removing this as soon
as the bug as been addressed (Closes: #920337).
* Migrate to compat = 12:
* debian/control:
- update debhelper dependency and migrate to debhelper-compat.
- Rules-Requires-Root: no.
* Remove now useless debian/compat file.
* Bump debian/watch version to 4.
-- Hugo Lefeuvre <hle@debian.org> Mon, 04 Feb 2019 09:02:15 +0100
python-igraph (0.7.1.post6-6) unstable; urgency=high
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/control: Deprecating priority extra as per policy 4.0.1
* d/watch: Use https protocol
* d/changelog: Remove trailing whitespaces
* d/control: Remove trailing whitespaces
* Convert git repository from git-dpm to gbp layout
[ Hugo Lefeuvre ]
* Thanks to Nicolas Boulenguez for his patch suggestions !
* debian/patches:
- Disable buggy tests causing FTBFS (Closes: #912410).
- Refresh patches.
* Bump compat to 11.
* debian/control:
- Bump Standards-Version to 4.3.0.
- Add python{3,}-numpy test dependency.
- Add python{3,}-texttable dependency, stop using version from vendors/.
- Bump debhelper dependency to >= 11.
- Enable autopkgtest.
* Bump copyright years.
* Convert to git-dpm and run wrap-and-sort -a.
-- Hugo Lefeuvre <hle@debian.org> Tue, 22 Jan 2019 20:41:32 +0100
python-igraph (0.7.1.post6-5) unstable; urgency=medium
* Upload to unstable.
* Bump Standards-Version to 4.0.0.
-- Hugo Lefeuvre <hle@debian.org> Sat, 23 Sep 2017 10:30:14 +0200
python-igraph (0.7.1.post6-4) experimental; urgency=low
* Bump compat level to 10 and update debhelper dependency accordingly.
* Bump copyright years in debian/copyright.
* Add hardening flags to the build options.
* Fix AttributeError when plotting graph inline in jupyter notebook
(Closes: #862054).
-- Hugo Lefeuvre <hle@debian.org> Sat, 10 Jun 2017 10:10:02 +0200
python-igraph (0.7.1.post6-3) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Hugo Lefeuvre ]
* Fix FTBFS on i386 (Closes: #806383).
* debian/control:
- Add myself to the uploaders.
- Bump Standards-Version to 3.9.8.
- Update Homepage field.
- Update Description field for python-igraph and python3-igraph in order
to avoid duplicates.
- Add dh-python to the Build-Dependency list.
* debian/compat, debian/control:
- Bump compatibility to 9, and update dependency on debhelper to (> 9).
* debian/copyright:
- Add an entry for Hugo Lefeuvre.
- Update copyright years.
* debian/rules:
- Stop shipping empty directory /usr/bin.
-- Hugo Lefeuvre <hle@debian.org> Wed, 24 Aug 2016 11:34:14 +0200
python-igraph (0.7.1.post6-2) unstable; urgency=medium
* debian/control: Add pkg-config to Build-Depends. (Closes: #806230)
-- TANIGUCHI Takaki <takaki@debian.org> Thu, 26 Nov 2015 13:03:36 +0900
python-igraph (0.7.1.post6-1) unstable; urgency=medium
* New upstream release. (Closes: #758211)
+ Fix FTBFS. (Closes: #759858, #797829)
* Bump Standards-Version to 3.9.6.
* Support Python 3. (Closes: #742134)
-- TANIGUCHI Takaki <takaki@debian.org> Wed, 25 Nov 2015 13:51:21 +0900
python-igraph (0.6.5-1) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ TANIGUCHI Takaki ]
* New upstream release
* Bump Standards-Version to 3.9.4.
-- TANIGUCHI Takaki <takaki@debian.org> Thu, 06 Jun 2013 10:57:53 +0900
python-igraph (0.5.4-2) unstable; urgency=low
* Stop installing /usr/bin/igrpah. (Closes: #664443)
* debian/control: Change Maintainer to DPMT.
-- TANIGUCHI Takaki <takaki@debian.org> Sun, 18 Mar 2012 11:38:57 +0900
python-igraph (0.5.4-1) unstable; urgency=low
* Initial release (Closes: #574825)
-- TANIGUCHI Takaki <takaki@debian.org> Sat, 17 Mar 2012 17:23:55 +0900
|