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
|
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
|