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
|
python-json-pointer (1.10-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Fixed VCS URLs (https).
* Added simple Debian tests.
* Standards-Version bumped to 3.9.8 (no changes needed)
* d/copyright
- Fixed order
- Added myself to Debian part
* Added -doc package with sphinx documentation
* Removed redundant d/docs
* Don't run autotests with nocheck option enabled
-- Ondřej Nový <novy@ondrej.org> Sat, 30 Apr 2016 23:41:24 +0200
python-json-pointer (1.9-3) unstable; urgency=medium
* override_dh_python3 to fix Py3 shebang.
-- Thomas Goirand <zigo@debian.org> Fri, 23 Oct 2015 22:38:57 +0000
python-json-pointer (1.9-2) unstable; urgency=medium
* Uploading to unstable.
* Standards-Version is now 3.9.6.
* Added dh-python in build-depends, removed versions for python-all and
python3-all.
-- Thomas Goirand <zigo@debian.org> Fri, 16 Oct 2015 09:55:07 +0000
python-json-pointer (1.9-1) experimental; urgency=medium
* New upstream release.
* Removed applied upstream utf8 in setup.py patch.
* Added management of /usr/bin/jsoinpointer using update-alternatives, so
that Python 2 and 3 versions don't conflict.
-- Thomas Goirand <zigo@debian.org> Mon, 30 Mar 2015 10:31:06 +0200
python-json-pointer (1.0-2) unstable; urgency=low
* Ran wrap-and-sort.
* Adds support for python3.
* Adds Ubuntu patch for utf-8 in setup.py fixing FTBFS.
* Adds README.md in the doc folders.
* Cleans correctly (allow to build twice).
* Standards-Version: 3.9.4
-- Thomas Goirand <zigo@debian.org> Thu, 30 May 2013 14:02:39 +0800
python-json-pointer (1.0-1) unstable; urgency=low
* Uploading to unstable.
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Sat, 11 May 2013 06:56:05 +0000
python-json-pointer (0.6-2) experimental; urgency=low
* Added patch from Ubuntu to run tests at build time (Closes: #702292).
-- Thomas Goirand <zigo@debian.org> Tue, 05 Mar 2013 05:27:55 +0000
python-json-pointer (0.6-1) experimental; urgency=low
* Initial release (Closes: #699507).
-- Thomas Goirand <zigo@debian.org> Tue, 09 Oct 2012 11:55:15 +0000
|