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
|
kitchen (1.2.6-5) unstable; urgency=medium
* d/rules: Improve manpage generation by using PYBUILD_AFTER_BUILD.
* d/watch: Fix scan URL and improve readability.
* d/python-kitchen-doc.lintian-overrides: Override
python-traceback-in-manpage.
-- Sergio Durigan Junior <sergiodj@debian.org> Fri, 23 Dec 2022 23:48:43 -0500
kitchen (1.2.6-4) unstable; urgency=medium
* Team upload.
* Update standards version to 4.6.0, no changes needed.
-- Debian Janitor <janitor@jelmer.uk> Thu, 26 May 2022 19:56:59 +0100
kitchen (1.2.6-3) 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.
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
* Update standards version to 4.5.1, no changes needed.
-- Sandro Tosi <morph@debian.org> Tue, 03 May 2022 21:23:37 -0400
kitchen (1.2.6-2) unstable; urgency=medium
* Bump version in order to make a source-only upload and unblock the
migration.
-- Sergio Durigan Junior <sergiodj@debian.org> Sat, 19 Oct 2019 18:17:12 -0400
kitchen (1.2.6-1) unstable; urgency=medium
* New upstream version 1.2.6.
* Bump Standards-Version to 4.4.1.
* Bump compat version to 12.
-- Sergio Durigan Junior <sergiodj@debian.org> Fri, 04 Oct 2019 01:34:15 -0400
kitchen (1.2.5-5) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
[ Andrey Rahmatullin ]
* Drop Python 2 support.
-- Andrey Rahmatullin <wrar@debian.org> Thu, 15 Aug 2019 23:28:27 +0500
kitchen (1.2.5-4) unstable; urgency=medium
[ Ondřej Nový ]
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
[ Sergio Durigan Junior ]
* Remove dependency on 'sphinx.ext.pngmath' when building docs.
Sphinx >= 1.8 has deprecated the support for 'sphinx.ext.pngmath'.
Since kitchen doesn't even use this extension in its documentation,
it's OK to just not depend on it at all.
Thanks to Dmitry Shachnev <mitya57@debian.org> (Closes: #918845)
* Bump Standards-Version to 4.3.0.
-- Sergio Durigan Junior <sergiodj@debian.org> Sat, 26 Jan 2019 17:49:43 -0500
kitchen (1.2.5-3) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
[ Sergio Durigan Junior ]
* Build kitchen3 docs instead of kitchen2.
Sphinx had trouble building the kitchen2 (Python 2) documentation, so
we switched to kitchen3's docs (which are equivalent). (Closes: #906372)
* Fix testsuite failures when using Python 3.7.
In order to build the package again, I had to temporarily disable
Python UTF-8 support when running the testsuite.
* Update my e-mail address.
* Update d/copyright.
* Bump Standards-Version to 4.2.0.
-- Sergio Durigan Junior <sergiodj@debian.org> Fri, 17 Aug 2018 14:09:21 -0400
kitchen (1.2.5-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
[ Sergio Durigan Junior ]
* Remove Simon Chopin from Uploaders. (Closes: #889763)
* Bump Standards-Version to 4.1.3.
* Bump d/compat version to 11.
* Adjust paths on d/python-kitchen-doc.doc-base.
Due to debhelper 11, dh_installdocs now installs documentation under
the main package's directory (in our case,
/usr/share/doc/python-kitchen/), as per Debian Policy 12.3.
* Depend on python3-sphinx.
-- Sergio Durigan Junior <sergiodj@sergiodj.net> Thu, 15 Feb 2018 00:53:53 -0500
kitchen (1.2.5-1) unstable; urgency=medium
* New upstream version 1.2.5
* Marking python-kitchen-doc as Multi-Arch: foreign.
* Bump standards to 4.1.0.
* Remove patch to update unicode table from d/path (incorporated by
upstream). (Closes: #872924)
* Updating d/patches to reflect new version.
-- Sergio Durigan Junior <sergiodj@sergiodj.net> Mon, 28 Aug 2017 00:49:05 -0400
kitchen (1.2.4-3) unstable; urgency=medium
[ Chris Lamb ]
* Update Homepage and Upstream fields in debian/control and debian/copyright.
[ Sergio Durigan Junior ]
* Temporarily disable test_text_display.py on Python >= 3.6.
The unicode data in Python 3.6 has changed, and therefore
test_text_display.py needs updating in order to reflect that. Upstream
has been notified but hasn't yet released a new version of the test.
Hopefully upstream will release a fix soon.
Thanks to Edward Betts for digging up the reason of the failure.
(Closes: #868680)
* Bump compat level to 10.
* Bump standards to 4.0.1.
* Bump copyright year on d/copyright.
* Add autopkgtest-pkg-python and Multi-Arch: foreign.
-- Sergio Durigan Junior <sergiodj@sergiodj.net> Sun, 20 Aug 2017 19:19:45 -0400
kitchen (1.2.4-2) unstable; urgency=medium
* Rename manpage to python-kitchen.1 (from kitchen.1). (Closes: #836716)
-- Sergio Durigan Junior <sergiodj@sergiodj.net> Mon, 05 Sep 2016 08:18:24 -0400
kitchen (1.2.4-1) unstable; urgency=medium
[ SVN-Git Migration ]
* Migrate from SVN to Git.
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Sergio Durigan Junior ]
* Updating package to new upstream release.
* Improve debian/rules, simplifying the testsuite run part, and
generating documentation for the package. Also, use pybuild as our
buildsystem now. (Closes: #749208)
* Improve and revamp debian/control, including new build dependencies, a
Python 3 and a documentation packages. Bump Standards-Version to 3.9.8.
* Including myself in the list of uploaders.
* Rewrite debian/watch, bumping the version to 4 and using github as the
source for the tarball (needed because the tarball from PyPi does not
include documentation).
* Regenerate patches, deleting what has been upstream'ed and expanding
existing patches to cover for the new Python 3 code.
* Update debian/copyright with copyright information for new files.
-- Sergio Durigan Junior <sergiodj@sergiodj.net> Fri, 08 Jul 2016 19:31:16 -0400
kitchen (1.1.1-1) unstable; urgency=low
[ Simon Chopin ]
* Initial release. (Closes: #705930)
* Patch the test set to use consistent locale naming (forwarded)
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
-- Simon Chopin <chopin.simon@gmail.com> Fri, 21 Jun 2013 14:24:57 -0400
|