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
|
python-json-pointer (2.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Fri, 08 May 2020 11:01:02 +0200
python-json-pointer (2.0-1) experimental; urgency=medium
[ Ondřej Nový ]
* Run wrap-and-sort -bastk.
[ Michal Arbet ]
* New upstream version
* d/copyright: Add me to copyright
* d/control:
- Add me to uploaders
- Bump standards to 4.5.0
- Bump debhelper-compat to 11
-- Michal Arbet <michal.arbet@ultimum.io> Tue, 05 May 2020 10:37:52 +0200
python-json-pointer (1.10-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/copyright: Changed source URL to https protocol
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
* d/control: Use team+openstack@tracker.debian.org as maintainer
* Use debhelper-compat instead of debian/compat.
* d/control: Set Vcs-* to salsa.debian.org
[ Daniel Baumann ]
* Updating copyright format url.
* Updating maintainer field.
* Running wrap-and-sort -bast.
* Removing gbp.conf, not used anymore or should be specified in the
developers dotfiles.
* Correcting permissions in debian packaging files.
* Updating standards version to 4.1.0.
[ Thomas Goirand ]
* Removed Python 2 support (Closes: #937859).
-- Thomas Goirand <zigo@debian.org> Sun, 08 Sep 2019 14:04:49 +0200
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
|