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
|
pyquery (1.2.9-4) unstable; urgency=medium
[ Ondřej Nový ]
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
[ Sandro Tosi ]
* Drop python2 support; Closes: #937514
-- Sandro Tosi <morph@debian.org> Sat, 04 Jan 2020 17:00:25 -0500
pyquery (1.2.9-3) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URL (https)
* d/control: Set Vcs-* to salsa.debian.org
* d/control: Deprecating priority extra as per policy 4.0.1
* d/watch: Use https protocol
* d/control: Remove trailing whitespaces
* d/control: Remove ancient X-Python-Version field
[ Piotr Ożarowski ]
* Add dh-python to Build-Depends
[ TANIGUCHI Takaki ]
* Bump Stanrads-Version to 4.1.4
-- TANIGUCHI Takaki <takaki@debian.org> Fri, 18 May 2018 19:40:22 +0900
pyquery (1.2.9-2) unstable; urgency=medium
* debian/control: Add python-setuptools to Build-Depends. (Closes: #806476)
-- TANIGUCHI Takaki <takaki@debian.org> Sun, 29 Nov 2015 16:35:45 +0900
pyquery (1.2.9-1) unstable; urgency=medium
[ Jonathan Wiltshire ]
* Update debian/watch
[ TANIGUCHI Takaki ]
* New upstream release (Closes: #737548)
+ Fix incompatible with python-cssselect 0.9.1 (Closes: #791590)
* Support python3 (Closes: #782930)
* debian/rules: Skip test.
* debian/control:
+ Bump Standards-Version 3.9.6.
+ Update debhelper version.
+ Add python3 to Build-Depends
-- TANIGUCHI Takaki <takaki@debian.org> Wed, 25 Nov 2015 19:06:55 +0900
pyquery (1.2.4-1) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Jonathan Wiltshire ]
* New upstream release
* Install README.rst, not README.txt
* Standards-version 3.9.4 (no changes)
* Debhelper compat level 9
-- Jonathan Wiltshire <jmw@debian.org> Tue, 11 Jun 2013 22:30:57 +0100
pyquery (1.2.1-1) unstable; urgency=low
* New upstream release
* Standards version 3.9.3
* debian/source/options: Ignore egg-info changes. (Closes: #671169)
-- TANIGUCHI Takaki <takaki@debian.org> Wed, 09 May 2012 20:24:10 +0900
pyquery (1.1.1-1) unstable; urgency=low
* New upstream release
-- Jonathan Wiltshire <jmw@debian.org> Sat, 21 Jan 2012 20:25:54 +0000
pyquery (1.0-1) unstable; urgency=low
* New upstream release
* Use dh_installdocs to install documentation, not dh_install
* Build with dh_python2
* Add CHANGES.txt to documentation
-- Jonathan Wiltshire <jmw@debian.org> Wed, 10 Aug 2011 14:51:52 +0100
pyquery (0.6.1-2) unstable; urgency=low
* Rebuild for Python 2.7 as supported version
* Update my email address, remove DMUA field
* Standards version 3.9.2
* debian/control: Use X-Python-Version only
-- Jonathan Wiltshire <jmw@debian.org> Sat, 16 Apr 2011 17:18:37 +0100
pyquery (0.6.1-1) unstable; urgency=low
* New upstream release:
- include upstream changelog (closes: #573274)
* debian/python-pyquery.install: Install README.txt to
/usr/share/doc/python-pyquery
-- Jonathan Wiltshire <debian@jwiltshire.org.uk> Tue, 20 Jul 2010 13:34:46 +0100
pyquery (0.6-1) unstable; urgency=low
* New upstream release.
* Set X{S,B}-Python-Version in debian/control; remove debian/pyversions
* Add Provides for python-pyquery
* Standards version 3.9.0, no changes
* debian/source/format: Declare format 3.0 (quilt)
* debian/copyright: Update license information
-- Jonathan Wiltshire <debian@jwiltshire.org.uk> Sun, 18 Jul 2010 17:12:12 +0100
pyquery (0.5-1) unstable; urgency=low
* New upstream release.
* Standards version 3.8.4, no changes
-- Jonathan Wiltshire <debian@jwiltshire.org.uk> Wed, 10 Mar 2010 09:28:40 +0000
pyquery (0.4-1) unstable; urgency=low
* New upstream release.
-- Jonathan Wiltshire <debian@jwiltshire.org.uk> Thu, 28 Jan 2010 11:48:35 +0000
pyquery (0.3.1-1) unstable; urgency=low
* Initial release (Closes: #552001)
-- Jonathan Wiltshire <debian@jwiltshire.org.uk> Thu, 22 Oct 2009 19:08:07 +0100
|