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
|
mysql-connector-python (2.1.6-1) unstable; urgency=medium
* New upstream release
- fixes CVE-2017-3590; Closes: #861511
* debian/copyright
- extend upstream copyright years
- update packaging copyright years
-- Sandro Tosi <morph@debian.org> Sat, 27 May 2017 19:25:45 -0400
mysql-connector-python (2.1.5-1) unstable; urgency=medium
* New upstream release
- fixes CVE-2016-5598; Closes: #841677
* debian/copyright
- update upstream copyright years
* debian/control
- adjust b-d to "default-mysql-server | virtual-mysql-server", for new
default mysql server provider; Closes: #848291
* debian/patches/support_alternative_mysqld_implementation.patch
- support MariaDB versioning schema and search binaries only in directories
with 'bin' in their name
* compat level 10
-- Sandro Tosi <morph@debian.org> Sat, 17 Dec 2016 19:53:41 -0500
mysql-connector-python (2.1.3-1) unstable; urgency=medium
[ Sandro Tosi ]
* New upstream release
* debian/patches/
- remove, merged upstream
* debian/copyright
- extend packaging copyright years
* debian/control
- bump Standards-Version to 3.9.8 (no changes needed)
- add pylint to b-d, used by tests
[ Ondřej Nový ]
* Fixed VCS URL (https)
-- Sandro Tosi <morph@debian.org> Fri, 17 Jun 2016 21:08:45 +0100
mysql-connector-python (2.0.4-1) unstable; urgency=medium
* New upstream release
-- Sandro Tosi <morph@debian.org> Sun, 02 Aug 2015 17:32:23 +0100
mysql-connector-python (2.0.3-1) experimental; urgency=medium
* New upstream release
* debian/copyright
- extend packaging copyright years
- extend upstream copyright years
* debian/{docs, rules}
- update doc location
* debian/rules
- update examples location
* debian/control
- bump Standards-Version to 3.9.6 (no changes needed)
* debian/{compat, control}
- bump dh compat level to 9
-- Sandro Tosi <morph@debian.org> Mon, 02 Mar 2015 23:25:31 +0000
mysql-connector-python (1.2.3-2) unstable; urgency=low
[ Brian May ]
* debian/patches/fix_last_executed_query.patch
- fix last_executed_query to return unicode. Closes: #761136
[ Sandro Tosi ]
* debian/rules
- re-enable unittests at build-time (failing, so not blocking build if
failing); Closes: #739189
-- Sandro Tosi <morph@debian.org> Wed, 17 Sep 2014 22:18:14 +0100
mysql-connector-python (1.2.3-1) unstable; urgency=low
* New upstream version.
* Compatible with Django 1.7. Closes: #758844.
-- Brian May <bam@debian.org> Thu, 04 Sep 2014 13:59:17 +1000
mysql-connector-python (1.2.2-1) unstable; urgency=low
* New upstream release.
* Django warnings become errors. This has been fixed.
http://bugs.mysql.com/bug.php?id=71806.
-- Brian May <bam@debian.org> Wed, 09 Jul 2014 09:00:14 +1000
mysql-connector-python (1.1.6-1) unstable; urgency=medium
* New upstream release
* debian/control
- add proper Replaces/Breaks on mysql-utilities, now they share the same
namespace with dh_python2; thanks to Laurent Bigonville for the report and
to Dmitry Smirnov for the work on mysql-utilities; Closes: #739488
-- Sandro Tosi <morph@debian.org> Sun, 09 Mar 2014 18:15:36 +0100
mysql-connector-python (1.1.5-1) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Sandro Tosi ]
* New upstream release
* debian/watch
- updated to reflect upstream website changes
* debian/copyright
- fix license, it's only GPLv2
- update upstream copyright years
- extend packaging copyright years
- add reference to local GPL-2 file for packaging copyright notice
* debian/control
- switch me to Maintainer (team to Uploaders)
- bump Standards-Version to 3.9.5 (no changes needed)
* debian/rules
- Disable test execution, currently broken upstream - see 739189
* Switch to dh_python2
-- Sandro Tosi <morph@debian.org> Tue, 18 Feb 2014 16:26:46 +0100
mysql-connector-python (1.0.9-1) experimental; urgency=low
* New upstream release
* debian/copyright
- updated upstream copyright years
-- Sandro Tosi <morph@debian.org> Mon, 15 Apr 2013 00:05:40 +0200
mysql-connector-python (1.0.8-1) experimental; urgency=low
* New upstream release (GA)
* debian/watch
- finally forged a watch file that can scan upstream webpage and is able to
download updated tarballs
* debian/rules
- run unittests for IPv6 too
* debian/copyright
- use the correct format for machine-parsable copyright file
- extended packaging copyright years
-- Sandro Tosi <morph@debian.org> Sat, 05 Jan 2013 22:31:26 +0100
mysql-connector-python (1.0.7-2) experimental; urgency=low
* debian/{control, rules}
- run tests at build-time (requires a MySQL server)
* debian/rules
- install *.py only as examples
-- Sandro Tosi <morph@debian.org> Mon, 29 Oct 2012 00:17:45 +0100
mysql-connector-python (1.0.7-1) experimental; urgency=low
* New upstream release (GA)
* debian/copyright
- extend both upstream and packaging copyright years
- update FLOSS exception comment
* debian/{control, copyright}
- update Homepage and Source fields to point to Oracle pages
* debian/rules
- install examples for both py2 and py3 packages
- install documentation in all binary packages
-- Sandro Tosi <morph@debian.org> Sun, 28 Oct 2012 16:40:02 +0100
mysql-connector-python (0.3.2-2) experimental; urgency=low
* debian/{control, rules}
- provide Python 3 package
* debian/control
- bump Standards-Version to 3.9.3 (no changes needed)
-- Sandro Tosi <morph@debian.org> Mon, 27 Aug 2012 23:00:41 +0200
mysql-connector-python (0.3.2-1) unstable; urgency=low
* Initial release (Closes: #650809)
-- Sandro Tosi <morph@debian.org> Sat, 03 Dec 2011 15:08:34 +0100
|