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 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
|
python-twitter (3.3-5) unstable; urgency=medium
[ Debian Janitor ]
* Apply multi-arch hints. + python-twitter-doc: Add Multi-Arch: foreign.
-- Jelmer Vernooij <jelmer@debian.org> Sun, 27 Nov 2022 13:56:46 +0000
python-twitter (3.3-4) unstable; urgency=medium
* debian/rules
- fix pytest -k syntax for pytest7; Closes: #1013719
-- Sandro Tosi <morph@debian.org> Sun, 26 Jun 2022 12:43:08 -0400
python-twitter (3.3-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 ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Fix day-of-week for changelog entry 0.5-2.
* Remove MIA uploader Koichi Akabe <vbkaisetsu@gmail.com>. Closes: #864580
* Bump debhelper from old 12 to 13.
* Remove constraints unnecessary since buster:
+ python-twitter-doc: Drop versioned constraint on python-twitter in
Replaces.
+ python-twitter-doc: Drop versioned constraint on python-twitter in Breaks.
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on python3.
-- Sandro Tosi <morph@debian.org> Sat, 04 Jun 2022 15:42:53 -0400
python-twitter (3.3-2) unstable; urgency=medium
* Team upload.
* d/control: Remove ancient X-Python-Version field.
* d/control: Remove ancient X-Python3-Version field.
* d/copyright: Change Format URL to correct one.
* d/control: Set Vcs-* to salsa.debian.org.
* Drop Python 2 support.
* d/changelog: Remove trailing new line
* Install NOTICE file
* Install examples
* Bump debhelper compat level to 12.
* Use debhelper-compat instead of debian/compat.
* Enable autopkgtest-pkg-python testsuite.
-- Ondřej Nový <onovy@debian.org> Sun, 04 Aug 2019 20:43:13 +0200
python-twitter (3.3-1) unstable; urgency=medium
* New upstream release
* debian/patches/*
- remove because these patches are not needed for the latest package.
* debian/control
- support Python 3 (add python3-twitter package)
- bump standard version to 4.1.1
- update build depends for Python 3
* debian/copyright
- change the upstream website
* debian/watch
- change the upstream website
* debian/rules, debian/python-twitter.install
- remove example applications
- run tests
-- Koichi Akabe <vbkaisetsu@gmail.com> Sun, 15 Oct 2017 13:55:38 +0900
python-twitter (1.1+git20131227-3) UNRELEASED; urgency=medium
* Fixed VCS URL (https)
-- Ondřej Nový <novy@ondrej.org> Tue, 29 Mar 2016 22:26:14 +0200
python-twitter (1.1+git20131227-2) unstable; urgency=medium
* debian/control
- change Priority to extra
-- Koichi Akabe <vbkaisetsu@gmail.com> Sun, 26 Jan 2014 14:48:24 +0900
python-twitter (1.1+git20131227-1) unstable; urgency=medium
* New upstream release
- with the newest revision
* debian/control
- split the documentation to python-twitter-doc package
- dependencies:
- remove: python-oauth2
- add: python-requests-oauthlib, python-sphinx
* debian/patches/*.patch
- update for new release
* debian/rules
- build sphinx documents on build time
- add get-orig-source target
-- Koichi Akabe <vbkaisetsu@gmail.com> Mon, 30 Dec 2013 11:14:50 +0900
python-twitter (1.0-1) unstable; urgency=low
* New upstream release (Closes: #712416)
- support Twitter API 1.1 (old API is not supported)
- remove GetPublicTimeline that is not supported
-- Koichi Akabe <vbkaisetsu@gmail.com> Thu, 20 Jun 2013 18:41:26 +0900
python-twitter (0.8.5-1) unstable; urgency=low
* New upstream release
* debian/control
- change Homepage
- remove old style DMUA flag
* debian/tweet.1, debian/twitter-to-xhtml.1
- update documentations
-- Koichi Akabe <vbkaisetsu@gmail.com> Sat, 16 Feb 2013 15:34:03 +0900
python-twitter (0.8.2-2) unstable; urgency=low
* debian/patches/20_remove_simplejson.patch
* debian/control
- remove simplejson from dependencies because it's merged with python 2.6
and later (Closes: #568875)
- remove python-httplib2 from dependencies because python-oauth depends
on it
-- Koichi Akabe <vbkaisetsu@gmail.com> Tue, 25 Sep 2012 21:21:54 +0900
python-twitter (0.8.2-1) unstable; urgency=low
* New maintainer (Closes: #688463)
* New upstream release (Closes: #587749)
* debian/compat
- up to 9
* debian/control
- update debhelper (>= 9.0.0)
- update Standards-Version to 3.9.4
- add dependencies: python-httplib2, python-oauth2
* debian/copyright
- change to machine readable format
* debian/doc-base
- add to support doc-base
* debian/rules
- use dh9
* debian/patches
- remove old style patches and use 3.0 quilt (Closes: #664376)
- add 10_fix_shebang.patch to remove version numbers on shebang from
executable scripts and remove shebangs on non-executable scripts
* debian/tweet.1
- fix spelling error: enviroment environment
* debian/watch
- fix the match pattern
-- Koichi Akabe <vbkaisetsu@gmail.com> Sun, 23 Sep 2012 17:10:25 +0900
python-twitter (0.6-1) unstable; urgency=low
* New upstream release (Closes: #527055)
* debian/patches:
- dropped: 10_correct-05-doc.dpatch since it was corrected by upstream.
- modified: 20_removes-hashbang.dpatch to work with this new release.
- added: 30_removes_hardcoded_interpreter.dpatch which removes a
hardcoded version of the Python interpreter.
* Now Suggests www-browser to read the (HTML) documentation correctly.
* Bumped Standard-Version to 3.8.2
-- Mauro Lizaur <mauro@cacavoladora.org> Sat, 11 Jul 2009 18:45:16 -0300
python-twitter (0.5-3) unstable; urgency=low
* Now build-depends on dpatch.
* Added a patch to replace the old (0.4) doc file,
for the correct one (0.5) (Closes: #519266)
* Added a 2nd patch to fix the Lintian error
'file-in-usr-lib-site-python' and removed the sed line in
debian/rules with a hardcoded path which will made FTBFS
with the upcoming version of python-support (Closes: #517216)
* Also I changed my email-address in debian/control.
Gmail eat my shorts :-)
* Bumped Standard-Version to 3.8.1
-- Mauro Lizaur <mauro@cacavoladora.org> Wed, 18 Mar 2009 03:41:02 -0300
python-twitter (0.5-2) unstable; urgency=low
* Fixed lintian error 'copyright-file-contains-full-apache-2-license'
* Standards-Version updated to 3.8.0
-- Mauro Lizaur <lavaramano@gmail.com> Tue, 01 Jul 2008 17:20:33 -0300
python-twitter (0.5-1) unstable; urgency=low
* Initial release (Closes: #463724)
-- Mauro Lizaur <lavaramano@gmail.com> Sat, 02 Feb 2008 17:55:12 -0300
|