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
|
python-vispy (0.14.3-1) unstable; urgency=medium
* Team upload.
* New upstream release:
- Add NumPy 2.0 support (closes: #1102477).
* Fix patch to skip files from sphinx-gallery processing.
-- Colin Watson <cjwatson@debian.org> Tue, 22 Apr 2025 16:58:50 +0100
python-vispy (0.14.1-3) unstable; urgency=medium
* Team upload.
* Use dh-sequence-python3 and dh-sequence-sphinxdoc.
* Use dh-sequence-numpy3 (closes: #1099022).
-- Colin Watson <cjwatson@debian.org> Thu, 27 Mar 2025 15:37:13 +0000
python-vispy (0.14.1-2) unstable; urgency=medium
* Team Upload.
* Fix regex for file with spaces
* d/clean: Cleanup doc related stuff for successful
consecutive builds (Closes: #1045936)
-- Nilesh Patra <nilesh@debian.org> Thu, 12 Oct 2023 13:17:53 +0530
python-vispy (0.14.1-1) unstable; urgency=medium
* Team Upload.
* New upstream version 0.14.1
* Bump Standards-Version to 4.6.2 (no changes needed)
* Remove depends on "libgl1-mesa-glx", replace with libgl1 (Closes: #1051596)
* Drop workaround_pip_allow-hosts_error.patch
* Update copyright
* New lintian overrides
* 0002-Skip-failing-example-in-the-gallery.patch: Exclude more example
files that try to fetch resourced during build
-- Nilesh Patra <nilesh@debian.org> Thu, 12 Oct 2023 06:10:25 +0530
python-vispy (0.13.0-1) unstable; urgency=medium
* Team upload.
* New upstream version.
* Exclude one failing example from the Sphinx gallery.
-- Roland Mas <lolando@debian.org> Tue, 29 Aug 2023 16:30:55 +0200
python-vispy (0.6.6-3) unstable; urgency=medium
[ Debian Janitor ]
* Update lintian override info to new format on line 1.
* Use secure URI in debian/watch.
* Set upstream metadata fields: Repository-Browse.
* Update standards version to 4.6.1, no changes needed.
[ Étienne Mollier ]
* numpy-1.24.patch: fix import failure of vispy.plot (Closes: #1031832)
-- Étienne Mollier <emollier@debian.org> Sun, 26 Feb 2023 16:13:22 +0100
python-vispy (0.6.6-2) unstable; urgency=medium
* Team Upload.
* Add patch to fix FTBFS (Closes: #997027)
-- Nilesh Patra <nilesh@debian.org> Fri, 05 Nov 2021 17:48:14 +0530
python-vispy (0.6.6-1) unstable; urgency=medium
* Team upload.
* New upstream version
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* Use secure URI in Homepage field.
* Set field Upstream-Contact in debian/copyright.
* Set upstream metadata fields: Repository.
* Remove obsolete fields Contact, Name from debian/upstream/metadata (already
present in machine-readable debian/copyright).
* watch file standard 4 (routine-update)
-- Andreas Tille <tille@debian.org> Fri, 29 Jan 2021 12:15:56 +0100
python-vispy (0.6.4-2) unstable; urgency=medium
* Team Upload.
* Clean version.py pre-build (Closes: #978286)
* Fix with cme
-- Nilesh Patra <npatra974@gmail.com> Mon, 04 Jan 2021 01:53:09 +0530
python-vispy (0.6.4-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- Build-Depends: python3-setuptools-scm
* debian patch workaround_pip_allow-hosts_error.patch
drops setuptools_scm_git_archive from setup_requires in setup.py,
to avoid a pip error emitted by setuptools (distutils):
"`allow-hosts` option is not supported when using pip"
* build docs against default version of python3. Closes: #948837.
* python-vispy-doc Depends: ${sphinxdoc:Depends}
* Standards-Version: 4.4.1
-- Drew Parsons <dparsons@debian.org> Fri, 17 Jan 2020 18:32:32 +0800
python-vispy (0.6.1-2) unstable; urgency=medium
* Team upload.
* place python3-sphinx as Build-Depends, not -Indep
to satisfy dh --with sphinxdoc
-- Drew Parsons <dparsons@debian.org> Sun, 13 Oct 2019 12:36:02 +0800
python-vispy (0.6.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Standards-Version: 4.4.0
* debhelper compatibility level 12: debhelper-compat (= 12)
* update Vcs tags to salsa.debian.org
* drop python-vispy (Python 2 is deprecated). Closes: #938250.
* override dh_auto_clean to delete vispy/visuals/text/_sdf_cpu.c
(setup.py clean does not clean up after itself)
* mark python3-vispy Architecture: any, for extension library
vispy/visuals/text/_sdf_cpu.so
* fix install path of /etc/jupyter/nbconfig/notebook.d/vispy.json
from /usr/etc/ to /etc
* lintian override: source-is-missing vispy/static/index.js
(see debian/missing-sources/jquery-3.4.1.js)
* use system fonts from fonts-open-sans instead of bundled fonts
* drop Depends: libjs-jquery-mousewheel
* provide python-vispy-doc package for documentation
- install examples (set glsl examples to nonexecutable)
- Build-Depends-Indep: python3-sphinx, python3-sphinx-bootstrap-theme,
libjs-bootstrap, libjs-jquery, python3-numpydoc
* Build-Depends: cython3, python3-all-dev
-- Drew Parsons <dparsons@debian.org> Wed, 25 Sep 2019 20:17:41 +0800
python-vispy (0.4.0-1) unstable; urgency=low
* Initial release. (Closes: #759820)
-- Ghislain Antony Vaillant <ghisvail@gmail.com> Tue, 14 Jun 2016 09:57:36 +0100
|