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
|
tweepy (3.6.0-2) unstable; urgency=medium
* Team upload.
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support.
* Fix Homepage.
* Bump debhelper compat level to 12.
* Bump standards version to 4.4.0 (no changes).
-- Ondřej Nový <onovy@debian.org> Thu, 08 Aug 2019 16:50:06 +0200
tweepy (3.6.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Add upstream fix for FTBFS with pip >= 10. (Closes: #915756)
-- Adrian Bunk <bunk@debian.org> Thu, 17 Jan 2019 17:09:41 +0200
tweepy (3.6.0-1) unstable; urgency=medium
* Team upload
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/changelog: Remove trailing whitespaces
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
[ Sophie Brun ]
* New upstream version 3.6.0
* Import upstream patches for Python3.7 (Closes: #904648)
* d/rules: remove get-orig-source
* Bump Standards-Version to 4.2.1
* Add autopkgtest-pkg-python
* Clean d/rules
* Use pybuild to install the package
* Install examples
-- Sophie Brun <sophie@offensive-security.com> Tue, 16 Oct 2018 15:09:28 +0200
tweepy (3.5.0-1) unstable; urgency=medium
* Team upload
* New upstream release
* Disable upstream tests (Closes: #804558)
The tests fail as they need internet access
* Use secure URL for Vcs
* Make Python 3 package short description unique
* Upload sponsored by Petter Reinholdtsen.
-- Ross Gammon <rossgammon@mail.dk> Thu, 11 Feb 2016 21:58:30 +0100
tweepy (3.4.0-1) unstable; urgency=medium
[ Carl Chenet ]
* New upstream release. (Closes: #793030).
* Wrap and sort dependencies list.
* Bump Standards-Version to 3.9.6.1. No changes were required.
* Add support for python3. New binary package python3-tweepy.
* Update Vcs-* URLs.
[ Miguel Landaeta ]
* Update copyright dates.
* Improve clean target to allow twice-in-a-row builds.
-- Miguel Landaeta <nomadium@debian.org> Tue, 27 Oct 2015 22:25:03 -0300
tweepy (3.1.0-2) unstable; urgency=medium
* Upload to unstable.
-- Miguel Landaeta <nomadium@debian.org> Thu, 30 Apr 2015 15:07:39 -0300
tweepy (3.1.0-1) experimental; urgency=low
* New upstream release. (Closes: #692444).
Since 3.0.0 release a fix for security vulnerability CVE-2012-5821
is included.
* Bump Standards-Version to 3.9.6. No changes were required.
* Update copyright file.
* Drop 01_use_python_oauth.diff patch. Upstream doesn't use python-auth
library anymore.
* Simplify d/rules file.
* Bump dependency on debhelper to v9.
* Add B-D on python-pip, python-requests-oauthlib and dh-python.
-- Miguel Landaeta <nomadium@debian.org> Sun, 14 Dec 2014 14:51:37 -0300
tweepy (2.3-1) unstable; urgency=low
* New upstream release.
* Update my email address.
* Bump Standards-Version to 3.9.5. No changes were required.
-- Miguel Landaeta <nomadium@debian.org> Sun, 23 Mar 2014 23:29:05 -0300
tweepy (2.1-1) unstable; urgency=low
[ Miguel Landaeta ]
* New upstream release.
[ Ryan Kavanagh ]
* Bump X-Python-Version to >= 2.6; upstream has dropped support for
Python 2.5
-- Miguel Landaeta <miguel@miguel.cc> Wed, 17 Jul 2013 22:56:23 -0300
tweepy (2.0-1) unstable; urgency=low
[ Miguel Landaeta ]
* New upstream release. (Closes: #669881, #681905).
* Update Homepage field. (Closes: #653895).
* Update watch file. Thanks to Bart Martens <bartm@debian.org>.
* Update copyright file.
* Bump Standards-Version to 3.9.4. No changes were required.
* Fix wrong paragraph separation in python-tweepy-doc
description. (Closes: #703091).
* Add missing Build-Depends on python-oauth.
* Remove references to tweepyshell tool since it's not included anymore.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Ryan Kavanagh ]
* Move tweepy/oauth.py out of the way during calls to setup.py (i.e., during
clean and build). This bundled version is out of sync with Debian's copy
and was causing build failures.
-- Miguel Landaeta <miguel@miguel.cc> Sat, 06 Jul 2013 12:48:47 -0300
tweepy (1.7.1-2) unstable; urgency=low
* Python transition:
- Add support for python2.7.
- Drop support for python2.5.
* Bump Standards-Version to 3.9.2. No changes were required.
-- Miguel Landaeta <miguel@miguel.cc> Tue, 19 Apr 2011 16:59:04 -0430
tweepy (1.7.1-1) unstable; urgency=low
* Initial release. (Closes: #581602).
-- Miguel Landaeta <miguel@miguel.cc> Mon, 28 Mar 2011 14:04:30 -0430
|