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 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382
|
pytools (2025.1.2-1) unstable; urgency=medium
* New upstream release (Closes: #1076925).
* Refresh patches.
-- Tomasz Rybak <serpent@debian.org> Tue, 01 Apr 2025 19:49:47 +0200
pytools (2025.1.1-1) unstable; urgency=medium
* New upstream release.
* Add python3-hatchling build-dependency
* Update debian/copyright.
* Refresh patches.
* Update Standards-Version to 4.7.2; no changes necessary.
* Add dependency to mathjax library and replace CDN links with packaged file.
-- Tomasz Rybak <serpent@debian.org> Sat, 22 Mar 2025 22:08:38 +0100
pytools (2024.1.14-1) unstable; urgency=medium
* New upstream release.
* Refresh patches.
* Add pybuild pyproject build dependency.
* Add autopkgtests (Closes: #1035268)
-- Tomasz Rybak <serpent@debian.org> Mon, 23 Sep 2024 23:37:49 +0200
pytools (2024.1.6-1) unstable; urgency=medium
* New upstream release.
* Refresh patches.
-- Tomasz Rybak <serpent@debian.org> Tue, 02 Jul 2024 21:24:07 +0200
pytools (2024.1.1-1) unstable; urgency=medium
* New upstream release (Closes: #1068968)
* Refresh patches.
* Remove appdirs dependency (Closes: #1068004)
Package already depends on platformdirs since 2022.1.14-1
* Add custom clean step (Closes: #1045500)
* Do not override dh_auto_build: files it deleted do not exist anymore.
* Clear debian/copyright.
* Update Standards-Version to 4.7.0; no changes necessary.
[ Alexandre Detiste ]
* Remove extraneous dependency on python3-six
-- Tomasz Rybak <serpent@debian.org> Wed, 24 Apr 2024 21:15:12 +0200
pytools (2023.1.1-1) unstable; urgency=medium
* New upstream release.
* Refresh patches.
* Add python-pytest-doc to build dependencies, for documentation links.
-- Tomasz Rybak <serpent@debian.org> Mon, 04 Dec 2023 21:03:40 +0100
pytools (2022.1.14-2) unstable; urgency=medium
* Remove python-numpy-doc Build-Dependency; it is not built anymore
from NumPy sources (Closes: #1028683).
-- Tomasz Rybak <serpent@debian.org> Mon, 16 Jan 2023 20:23:37 +0100
pytools (2022.1.14-1) unstable; urgency=medium
* New upstream release.
* Update debian/copyright.
* Refresh patches.
* Hard-code project name for documentation (Closes: #996834).
* Add python3-platformdirs and python3-typing-extensions as dependencies.
* Use (upstream default) furo Sphinx theme - recently packaged for Debian.
* Update Standards-Version to 4.6.2; no changes necessary.
-- Tomasz Rybak <serpent@debian.org> Tue, 27 Dec 2022 23:35:33 +0100
pytools (2021.2.8-1) unstable; urgency=medium
* New upstream release (Closes: #996485).
* Drop remove-decorator.patch - upstream removed module.
* Documentation:
* Refresh documentation patch.
* Include file downloaded during build as part of patch.
* Split documentation built dependencies to *-Indep block.
* Add explicit dependency on python3-doc and python-numpy-doc
for Sphinx index.
* Update Standards-Version to 4.6.0; no changes necessary.
-- Tomasz Rybak <serpent@debian.org> Sat, 16 Oct 2021 22:48:55 +0200
pytools (2021.1-2) unstable; urgency=medium
* Source-only upload (Closes: #982619).
* Mark python-pytools-doc as Multi-Arch: foreign.
-- Tomasz Rybak <serpent@debian.org> Sun, 21 Feb 2021 20:31:47 +0100
pytools (2021.1-1) unstable; urgency=medium
* New upstream release.
* Refresh patches.
* Update debian/watch file for new git repository.
* Update debian/copyright with information about new files.
* Add patch for reproducible, offline generation of documentation.
* Add options to get verbose log from pybuild.
* Update Standards-Version to 4.5.1; no changes necessary.
* Set compatibility level to 13; no changes necessary.
-- Tomasz Rybak <serpent@debian.org> Sun, 07 Feb 2021 22:24:07 +0100
pytools (2019.1.1-2) unstable; urgency=medium
* Remove Python 2 packages, preparing for #938289.
* Update doc-base files.
-- Tomasz Rybak <serpent@debian.org> Sun, 17 Nov 2019 19:04:56 +0100
pytools (2019.1.1-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version to 4.4.1; no changes necessary.
* Use debhelper-compat versioned dependency instead of d/compat
to mark debhelper compatibility level.
* Update d/copyright; use debmake suggestion and change name of MIT
to Expat licence, removing ambiguity.
* Change d/watch to use upstream git repository.
* Add upstream GPG key.
* Do not Suggest python-pytools in doc package, preparing for #938289.
* Fix dependency in doc package to use sptinxdoc:Depends.
-- Tomasz Rybak <serpent@debian.org> Sun, 03 Nov 2019 18:21:36 +0100
pytools (2019.1-1) unstable; urgency=medium
* New upstream release
* Update patches.
* Add separate documentation package.
* Add d/source/local-options with options proposed by debmake.
* Add DEB_BUILD_OPTIONS terse.
* Update Standards-Version to 4.3.0; no changes necessary.
* Set compatibility level to 12; no changes necessary.
* Update debian/watch to new version and to use substitution variables.
-- Tomasz Rybak <serpent@debian.org> Sun, 27 Jan 2019 22:45:24 +0100
pytools (2018.5.2-1) unstable; urgency=medium
* New upstream version.
* Run tests from d/rules during build; Build-Depends on pytest for this.
* Add Rules-Requires-Root to d/control.
* Update d/copyright to DEP-5 format.
* Reorder d/control putting Python 3 packages first.
* Remove unnecessary X-Python{,3}-Version fields.
* Update Standards-Version to 4.2.1; no changes necessary.
* Set compatibility level to 11; no changes necessary.
-- Tomasz Rybak <serpent@debian.org> Mon, 15 Oct 2018 22:46:47 +0200
pytools (2018.1-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix installation of doc file.
Closes: #903352
* Fix Vcs fields
-- Andreas Tille <tille@debian.org> Fri, 03 Aug 2018 09:56:05 +0200
pytools (2018.1-1) unstable; urgency=medium
* New upstream release.
* Update my email to @debian.org.
* Update Standards-Version to 4.1.3; no changes necessary.
* Remove trailing spaces from debian/changelog
-- Tomasz Rybak <serpent@debian.org> Thu, 08 Mar 2018 19:34:35 +0100
pytools (2017.6-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version to 4.1.1; no changes necessary.
* Change debian/watch file to use HTTPS, as suggested by lintian.
-- Tomasz Rybak <tomasz.rybak@post.pl> Sun, 26 Nov 2017 13:29:24 +0100
pytools (2016.2.6-1) unstable; urgency=medium
* New upstream release.
* Set compatibility level to 10; no changes necessary.
-- Tomasz Rybak <tomasz.rybak@post.pl> Tue, 29 Nov 2016 19:28:33 +0100
pytools (2016.2.1-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version to 3.9.8; no changes necessary.
-- Tomasz Rybak <tomasz.rybak@post.pl> Tue, 12 Jul 2016 22:09:14 +0200
pytools (2016.1-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version to 3.9.7; no changes necessary.
* Change Vcs-* links to use https.
* Remove versions in Python dependencies.
-- Tomasz Rybak <tomasz.rybak@post.pl> Sun, 27 Mar 2016 17:01:26 +0200
pytools (2015.1.6-1) unstable; urgency=medium
* New upstream release.
* Refresh patches.
-- Tomasz Rybak <tomasz.rybak@post.pl> Thu, 07 Jan 2016 19:02:37 +0100
pytools (2015.1.3-1) unstable; urgency=medium
* New upstream release.
* Use pybuild as build system.
* Add python{3}-six as dependency, add versions to Python dependencies.
* Refresh patches.
-- Tomasz Rybak <tomasz.rybak@post.pl> Thu, 17 Sep 2015 18:10:47 +0200
pytools (2015.1.2-1) unstable; urgency=medium
* New upstream release.
-- Tomasz Rybak <tomasz.rybak@post.pl> Thu, 09 Jul 2015 18:07:08 +0200
pytools (2014.3.5-1) unstable; urgency=medium
* New upstream release.
* Fix debian/watch to work with PyPI.
* Add dh-python to Build-Depends.
* Drop use-appdirs.patch, merged by upstream.
* Refresh patches.
-- Tomasz Rybak <tomasz.rybak@post.pl> Tue, 09 Jun 2015 22:22:55 +0200
pytools (2014.3-2) unstable; urgency=medium
* Add dependency to appdirs and use it to create cache directories,
similarly to fix in PyOpenCL and PyCUDA.
* Update Standards-Version to 3.9.6; no changes necessary.
-- Tomasz Rybak <tomasz.rybak@post.pl> Sat, 29 Nov 2014 20:06:12 +0100
pytools (2014.3-1) unstable; urgency=medium
* New upstream release.
-- Tomasz Rybak <tomasz.rybak@post.pl> Sun, 24 Aug 2014 13:17:01 +0200
pytools (2014.2.1-1) unstable; urgency=medium
* New upstream release.
* Fix Vcs-Browser link, as pointed in #749489.
* Update Standards-Version to 3.9.5; no changes necessary.
-- Tomasz Rybak <tomasz.rybak@post.pl> Sun, 01 Jun 2014 15:40:51 +0200
pytools (2013.5.7-1) unstable; urgency=low
* New upstream release.
-- Tomasz Rybak <tomasz.rybak@post.pl> Thu, 28 Nov 2013 19:05:48 +0100
pytools (2013.5.6-1) unstable; urgency=low
* New upstream release.
* Fix patch removing distributed decorator.
-- Tomasz Rybak <tomasz.rybak@post.pl> Tue, 27 Aug 2013 20:56:50 +0200
pytools (2013.5.2-1) unstable; urgency=low
* New upstream version.
* Upstream changed build system; remove unnecessary replace-setuptools.patch.
-- Tomasz Rybak <tomasz.rybak@post.pl> Sun, 30 Jun 2013 16:50:10 +0200
pytools (2013.2-1) unstable; urgency=low
* New upstream release.
* Build-depend on python3-all instead of python3 (Closes: #707310)
* Update debian/compat to 9, update dependencies.
* Update Standards-Version to 3.9.4; no changes necessary.
* Fix VCS-* fields to contain canonical URIs.
* Change my email.
-- Tomasz Rybak <tomasz.rybak@post.pl> Thu, 13 Jun 2013 18:46:28 +0200
pytools (2011.5-2) unstable; urgency=low
* Add Python 3 package.
* Update Standards-Version to 3.9.3.
* Update debian/copyright to official 1.0 format.
-- Tomasz Rybak <bogomips@post.pl> Tue, 24 Apr 2012 19:45:54 +0200
pytools (2011.5-1) unstable; urgency=low
* New upstream version, adds workaround for Python bug
http://bugs.python.org/issue3905
* Refresh patches to apply and unapply cleanly.
* Add debian/clean to remove generated files from pytools.egg-info/*
-- Tomasz Rybak <bogomips@post.pl> Fri, 25 Nov 2011 12:29:02 +0100
pytools (2011.3-1) unstable; urgency=low
* New upstream release
* Update Standards-Version to 3.9.2; no changes necessary.
* Switch to debhelper compat level 8; no changes necessary.
* Add Vcs-* fields in debian/control pointing to Alioth git repository
* Change debian/rules to use dh_python2 which is recommended in Wheezy
-- Tomasz Rybak <bogomips@post.pl> Thu, 28 Apr 2011 17:41:27 +0200
pytools (10-7) unstable; urgency=low
* Removed pytools.log and pytools.grid as they are not used by PyCUDA
and depend on not packaged Python modules
* Removed programs logtool and runalyzer-gather; they depend on removed
packages and are not required by PyCUDA
* Added dependency on python-pysqlite2 or python 2.6
-- Tomasz Rybak <bogomips@post.pl> Sat, 12 Jun 2010 18:45:41 +0200
pytools (10-6) UNRELEASED; urgency=low
* Added XS-Python-Version
* Changed link to download page removing file version to avoid further edits.
* Removed dependency on quilt
* Added copyright of pytools/decorator.py
-- Tomasz Rybak <bogomips@post.pl> Sat, 05 Jun 2010 22:14:17 +0200
pytools (10-5) UNRELEASED; urgency=low
* Fixed short description
* Removed decorator distributed with package as the file is already
in Debian package python-decorator, patching source
* Added python-setuptools as build dependency, so package does not try to
download it during build
-- Tomasz Rybak <bogomips@post.pl> Wed, 02 Jun 2010 15:45:18 +0200
pytools (10-4) UNRELEASED; urgency=low
* Changed packaging solution from python-central to python-support
* Changed priority from extra to optional
* Added missing dependencies
-- Tomasz Rybak <bogomips@post.pl> Mon, 31 May 2010 18:46:24 +0200
pytools (10-3) UNRELEASED; urgency=low
* Added manpages generated by help2man
* Changed architecture from any to all as package contains only Python code
* Changed rules script to build for "all" architecture - previous one was
not dealing with this change
-- Tomasz Rybak <bogomips@post.pl> Sat, 22 May 2010 20:24:52 +0200
pytools (10-2) UNRELEASED; urgency=low
* Fixes pointed by lintian:
* Changed version by adding Debian revision
* Added license
* Changed version of Python build-dependency by removing Debian revision
* Changed section from devel to python
* Fixed list indentation in long package description
-- Tomasz Rybak <bogomips@post.pl> Thu, 20 May 2010 22:41:29 +0200
pytools (10-1) UNRELEASED; urgency=low
* Initial release
-- Tomasz Rybak <bogomips@post.pl> Mon, 17 May 2010 19:01:17 +0200
|