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
|
sphinxcontrib-nwdiag (2.0.0-4) unstable; urgency=medium
* Team upload.
* Remove dependency on python3-mock,
the tests are missing from PyPi archive anyway.
-- Alexandre Detiste <tchet@debian.org> Sat, 14 Dec 2024 20:39:31 +0100
sphinxcontrib-nwdiag (2.0.0-3) unstable; urgency=medium
* Team upload.
* Fix Vcs Url's
-- Alexandre Detiste <tchet@debian.org> Thu, 08 Aug 2024 00:15:26 +0200
sphinxcontrib-nwdiag (2.0.0-2) unstable; urgency=medium
* Import package on Salsa/DPT
* Use dh-sequence-python3
* Update d/watch to download archive from GitHub
* Remove old patches
* Set Rules-Requires-Root: no
-- Alexandre Detiste <tchet@debian.org> Sun, 04 Aug 2024 19:08:10 +0200
sphinxcontrib-nwdiag (2.0.0-1) unstable; urgency=medium
* New upstream release.
* debian/control
- Bumps Standards-Version to 4.5.1.
- Build-Depends
* Appends debhelper-compat instead of debhelper.
- Deletes debian/compat
- Depends: Updates python3-sphinx version dependency.
- Homepage: Changes uri scheme.
* debian/watch
- Fixes debian-watch-uses-insecure-uri.
- Bumps version to 4.
* debian/patches
- Adds update-egg-info.patch
-- Kouhei Maeda <mkouhei@palmtb.net> Mon, 01 Feb 2021 20:34:58 +0900
sphinxcontrib-nwdiag (0.9.5-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Remove Python 2 support (Closes: #938535).
* Add dh-python as build-depends.
-- Thomas Goirand <zigo@debian.org> Sat, 19 Oct 2019 02:18:16 +0200
sphinxcontrib-nwdiag (0.9.5-1) unstable; urgency=medium
* New upstream release
* debian/control
- Standards-Version: Bump version to 3.9.8.
- Build-Depends
* Bump version debhelper (>= 0.9.0).
* Appends python-blockdiag (>= 1.5.0), python3-blockdiag (>= 1.5.0).
- Depends
* Appends python-blockdiag (>= 1.5.0), python3-blockdiag (>= 1.5.0).
* debian/compat
- Bump version to 9.
-- Kouhei Maeda <mkouhei@palmtb.net> Tue, 01 Nov 2016 09:12:35 +0900
sphinxcontrib-nwdiag (0.9.0-2) unstable; urgency=medium
* Fixes debian-watch-file-unsupported-pypi-url (Closes: #789358)
- Thanks Tobias Frost <tobi@debian.org> for report and patch.
* debian/control
- Fixes Homepage section.
-- Kouhei Maeda <mkouhei@palmtb.net> Thu, 22 Oct 2015 12:43:25 +0900
sphinxcontrib-nwdiag (0.9.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Disable tests for now, required depedencies are not available in Jessie:
sphinx-testing, python3-sphinx-testing (Closes: #768708)
-- Tobias Frost <tobi@debian.org> Sat, 22 Nov 2014 18:42:30 +0100
sphinxcontrib-nwdiag (0.9.0-1) unstable; urgency=medium
* New upstream release
* debian/control
- Build-Depends: Appended python-sphinx-testing, python3-sphinx-testing.
- Standards-Version: Bump version to 3.9.6.
* debian/patches
- Removed Use-io_open-instead-of-open.patch.
-- Kouhei Maeda <mkouhei@palmtb.net> Sat, 25 Oct 2014 13:47:07 +0900
sphinxcontrib-nwdiag (0.8.2-1) unstable; urgency=medium
* New upstream release
* Support Python3
- Appended python3-sphinxcontrib.seqdiag package.
* debian/control
- Bump Standards-Version to 3.9.5.
- Build-Depends: Appended python-sphinx, python-nwdiag, python-mock,
python3-all, python3-setuptools, python3-sphinx, python3-nwdiag,
python3-mock
* debian/rules
- Appended new rules for supporting Python3.
* debian/patches
Added Added-test-data.patch, Use-io_open-instead-of-open.patch/
-- Kouhei Maeda <mkouhei@palmtb.net> Mon, 01 Sep 2014 13:08:13 +0900
sphinxcontrib-nwdiag (0.7.0-1) unstable; urgency=low
* New upstream release
* debian/control
- Update dependency python-nwdiag version to >= 1.0.0
* debian/patches
- Delete update_egg-info
* debian/docs
- Rename README to README.rst
* debian/copyright
- Change "Format" section to latest url
-- Kouhei Maeda <mkouhei@palmtb.net> Sat, 23 Nov 2013 18:48:31 +0900
sphinxcontrib-nwdiag (0.6.1-1) unstable; urgency=low
* New upstream release
* debian/control
- Update Standards-Version to 3.9.4
- Update Depends python-nwdiag to >= 0.9.0
-- Kouhei Maeda <mkouhei@palmtb.net> Tue, 11 Jun 2013 18:21:07 +0900
sphinxcontrib-nwdiag (0.4.1-1) unstable; urgency=low
* New upstream release
-- Kouhei Maeda <mkouhei@palmtb.net> Tue, 24 Apr 2012 03:05:34 +0900
sphinxcontrib-nwdiag (0.4.0-1) unstable; urgency=low
* New upstream release
-- Kouhei Maeda <mkouhei@palmtb.net> Sat, 14 Apr 2012 12:57:45 +0900
sphinxcontrib-nwdiag (0.3.1-1) unstable; urgency=low
* Initial release (Closes: #630233)
* Update egg-info
-- Kouhei Maeda <mkouhei@palmtb.net> Sat, 11 Feb 2012 23:27:36 +0900
|