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
|
python-wadllib (1.3.0-2) unstable; urgency=low
* Rebuild against python3-defaults 3.2.3~rc1-2, to generate correct
${python3:Depends}.
* Patch no-et-roundtrip: Avoid round-trip through ET that loses namespaces.
(LP: #924240)
* Bump Standards-Version to 3.9.3, no changes needed.
-- Stefano Rivera <stefanor@debian.org> Thu, 22 Mar 2012 16:48:48 +0200
python-wadllib (1.3.0-1) unstable; urgency=low
* New upstream release. (Closes: #658051)
- With Python 3 support. Thanks Barry Warsaw.
* New maintainer.
* Wrap long dependency lists.
* Run test suite.
- B-D on python-all and python3-all for test suite.
* Dropped usage of ${python:Breaks}, no longer used by dh_python2.
* Drop pydist-overrides, no longer necessary.
* Updated watch file.
* Clean src/egg-info.
* Removed changelog duplicate, NEWS.txt.
* debian/copyright: Converted to DEP5 machine-readable format.
* Install version.txt via package_data.
-- Stefano Rivera <stefanor@debian.org> Thu, 23 Feb 2012 00:39:57 +0200
python-wadllib (1.2.0+ds-2) unstable; urgency=low
* Python transition:
- Add support for python2.7
- Drop support for python2.5
* debian/control:
- Bump Standards-Version to 3.9.2, no changes required.
-- Luca Falavigna <dktrkranz@debian.org> Mon, 18 Apr 2011 22:41:01 +0200
python-wadllib (1.2.0+ds-1) unstable; urgency=low
* New upstream release.
* Upload to unstable
-- Luca Falavigna <dktrkranz@debian.org> Mon, 14 Feb 2011 21:52:29 +0100
python-wadllib (1.1.8+ds-1) experimental; urgency=low
* New upstream release.
* Repack upstream tarball to include COPYING.txt and HACKING.txt files,
they were removed from release tarball by mistake.
* Switch to dh_python2.
* debian/patches/no_package_data.patch:
- Do not install documentation files in Python module directory.
* debian/control:
- Bump Standards-Version to 3.9.1, no changes required.
* debian/docs:
- Install documentation files under /usr/share/doc.
* debian/pydist-overrides:
- Do not require elementtree as dependency.
-- Luca Falavigna <dktrkranz@debian.org> Sat, 04 Dec 2010 12:56:24 +0100
python-wadllib (1.1.4-2) unstable; urgency=low
* Switch to format 3.0 (quilt).
* debian/control:
- Move myself as Maintainer, DPMT as Uploaders.
- Always depend on python-simplejson, drop the alternative python2.6
dependency, as wadllib explicitly needs simplejson, not json
provided by python2.6.
- Remove references on python-elementtree and python-celementtree.
- Bump Standards-Version to 3.8.4, no changes required.
* debian/preinst:
- Remove it, useful for Ubuntu Lucid only.
* debian/rules:
- Install upstream changelog.
-- Luca Falavigna <dktrkranz@debian.org> Thu, 29 Apr 2010 21:52:07 +0200
python-wadllib (1.1.4-1) unstable; urgency=low
* Initial Debian release (Closes: #551274).
* Package taken from Ubuntu, major changes introduced are:
- Switch to debhelper 7.
- Switch to python-support, also providing preinst script to handle
removal of stale .pyc files to ease transition.
-- Luca Falavigna <dktrkranz@debian.org> Sat, 17 Oct 2009 13:40:56 +0200
python-wadllib (1.1.2-0ubuntu1) karmic; urgency=low
* New upstream release.
* Add python2.6 as an alternative to celementree. Add python2.5 and
python2.6 as alternative Build-Depends. (LP: #374893)
-- James Westby <james.westby@ubuntu.com> Fri, 14 Aug 2009 16:31:45 +0100
python-wadllib (0.1~bzr7-0ubuntu1) jaunty; urgency=low
* New upstream snapshot.
- Expose dates and times as python datetime objects. This may break code
that tries to parse these values.
* Add back VCS-Bzr pointing to the correct location.
* Turn on the missing doctests extensions that are needed for the tests to pass.
-- James Westby <james.westby@ubuntu.com> Mon, 09 Feb 2009 12:33:04 +0100
python-wadllib (0.1~bzr6-0ubuntu3) jaunty; urgency=low
* Add python2.5 to python-celementtree | python-elementtree so they do not
get automatically installed on a python2.5 system
* Remove vcs references in debian/control to non-existant vcs repo
* Comment ezsetup out of setup.py to tame ezsetup and use installed packages
-- Scott Kitterman <scott@kitterman.com> Sat, 07 Feb 2009 20:42:47 -0500
python-wadllib (0.1~bzr6-0ubuntu2) intrepid; urgency=low
* Add "python-celementtree | python-elementtree" to Depends and
Build-Depends-Indep, for python2.4. The code will optimistically import
the former, but fall back to the latter. They aren't needed on python2.5,
as it first tries to import the module built in to that version, so these
can be dropped again when python2.4 is removed from the archive. Thanks
to Colin Watson.
-- James Westby <james.westby@canonical.com> Thu, 16 Oct 2008 12:13:23 +0100
python-wadllib (0.1~bzr6-0ubuntu1) intrepid; urgency=low
* Initial release (LP: #254613)
* Disable setuptools_bzr in setup.py, as we are building from a tarball,
and so the detection of version controlled data files fails, meaning
that important files are not included in the package.
-- James Westby <james.westby@canonical.com> Mon, 04 Aug 2008 12:37:47 +0100
|