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-cassandra-driver (3.25.0-2) unstable; urgency=medium
* Team upload.
* Patch: Python 3.11 support. (Closes: #1024043)
-- Stefano Rivera <stefanor@debian.org> Wed, 23 Nov 2022 20:35:16 +0200
python-cassandra-driver (3.25.0-1) unstable; urgency=medium
[ Nicolas Dandrimont ]
* New upstream release
[ Emmanuel Arias]
* d/control: Bump Standards-Version to 4.6.1 (from 4.5.1; no further
changes).
* d/control: Remove trivial autopkgtest-pkg-python.
* d/copyright: Update Copyright for year for Debian files.
* d/upstream/metadata: Fix Name key in file. Use Python-Cassandra-Files
instead of TileDB.
* d/patches/0004-Fix-typos-in-upstream-source.patch: fix typos in upstream
source.
* d/tests: Run autopkgtest for this package.
* d/patches/0005-Skip-test_multi_timer_validation-flaky-test.patch: Skip
flaky test (Closes: #1000612).
-- Emmanuel Arias <eamanu@yaerobi.com> Fri, 13 May 2022 17:37:40 -0300
python-cassandra-driver (3.24.0-1) 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.
[ Emmanuel Arias ]
* d/control: Add Breaks+Replaces python3-cassandra (<< 3.20)
(Closes: #952753).
* d/gbp.conf: set debian/master as default branch.
* d/control: Bump debhelper-compat to 13
* d/control: Bump Standard-Version to 4.5.1
* wrap-and-sort
* d/control: No check the version of python3-mock dependency.
* d/copyright: Update year copyright on debian/*.
* d/copyright: Use expat license name instead of MIT license name.
* d/control: Update my contact information on Uploaders field.
* New upstream version 3.24.0
* d/control: Add python3-pure-sasl dependency.
* d/patches: add patch to skip test that fail on i386 arch.
-- Emmanuel Arias <eamanu@yaerobi.com> Fri, 05 Feb 2021 13:27:33 -0300
python-cassandra-driver (3.20.2-2) unstable; urgency=medium
* Team upload.
* Rebuilt source-only after the package went through NEW.
-- Thomas Goirand <zigo@debian.org> Fri, 14 Feb 2020 09:08:44 +0100
python-cassandra-driver (3.20.2-1) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Adam Cecile ]
* New upstream release 3.20.2.
* Add several build-dependencies to run unit tests.
* Enable unit tests.
* Re-enable Cython which is working fine now.
* Enable multi-core compilation of Cython files.
* Switch to GitHub tarball instead of PyPi to have docs and unit tests.
* Generate Sphinx doc in python3-cassandra-doc package.
* Update debian/watch to track GitHub.
* Bump Standards-Version to 4.5.0.
* Add Rules-Requires-Root: no in control.
* Add debian/upstream/metadata file.
* Add myself to uploaders.
-- Adam Cecile <acecile@le-vert.net> Tue, 07 Jan 2020 12:43:32 +0100
python-cassandra-driver (3.16.0-2) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* d/changelog: Remove trailing whitespaces.
* Drop Python 2 support.
* Use pybuild for building package.
* Add python3-six to build depends.
* Enable autopkgtest-pkg-python testsuite.
* Enable all hardening.
* d/copyright: Fix cassandra/cmurmur3.c filename.
* Bump standards version to 4.4.0 (no changes).
* Bump debhelper compat level to 12.
-- Ondřej Nový <onovy@debian.org> Fri, 09 Aug 2019 12:49:01 +0200
python-cassandra-driver (3.16.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* Convert git repository from git-dpm to gbp layout
* d/changelog: Remove trailing whitespaces.
[ Emmanuel Arias ]
* New upstream release.
* Add DPMT to Maintainer field on d/control.
* Adopt package, add myself to Uploaders (Closes: #888400).
* Update Standards Version from 4.1.4 to 4.2.1 on
d/control file.
* Update on d/copyright file the Copyright file for
debian/* files.
- Add me to there.
* Bump debhelper compatibility to 11 (from 10).
* Fix problems on d/copyright:
- Fix dep5-copyright-license-name-not-unique tag lintian
* Move from old -dbg packages to dbgsym (Closes: #857298).
- Delete python-cassandra-dbg and python-cassandra[3]-dbg
from d/control
- Delete from override_dh_auto_install (on d/rules) the
installation of *-dbg
- Change existing -dbg to -dbgsym on d/rules
-- Emmanuel Arias <emmanuelarias30@gmail.com> Wed, 05 Dec 2018 21:16:10 +0200
python-cassandra-driver (3.14.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/control: Deprecating priority extra as per policy 4.0.1
* d/watch: Use https protocol
[ Sandro Tosi ]
* New upstream release
* debian/rules
- build for all supported python3 versions; patch by Scott Kitterman;
Closes: #867010
- remove cassandra/io/asyncioreactor.py from python2 package, code is meant
to be py3k only
* debian/copyright
- extend packaging copyright years
- update upstream copyright years
* debian/control
- bump Standards-Version to 4.1.4 (no changes needed)
-- Sandro Tosi <morph@debian.org> Tue, 12 Jun 2018 19:26:05 -0400
python-cassandra-driver (3.7.1-2) unstable; urgency=medium
* debian/rules
- remove build and egg-info dirs in clean target, to build the package twice
in a row; Closes: #825924
* debian/copyright
- extend packaging copyright years
-- Sandro Tosi <morph@debian.org> Sun, 08 Jan 2017 11:28:48 -0500
python-cassandra-driver (3.7.1-1) unstable; urgency=medium
* New upstream release
* debian/rules
- dont use cython, cassandra-driver is incompatible with 0.25 we have
* compat level 10
-- Sandro Tosi <morph@debian.org> Sat, 17 Dec 2016 13:09:50 -0500
python-cassandra-driver (3.7.0-1) unstable; urgency=medium
* New upstream release
* debian/control
- add dh-python t0 b-d
-- Sandro Tosi <morph@debian.org> Sun, 02 Oct 2016 14:23:02 -0400
python-cassandra-driver (3.4.1-1) unstable; urgency=medium
[ Sandro Tosi ]
* New upstream release
* debian/control
- adjust Vcs-Browser to DPMT standards
- add libev-dev to b-p needed by cassandra.io.libevwrapper
- bump Standards-Version to 3.9.8 (no changes needed)
* debian/copyright
- extend packaging copyright years
- update upstream copyright years
* build arch:any and debug pkgs now that this prj contains extensions
[ Ondřej Nový ]
* Fixed VCS URL (https)
-- Sandro Tosi <morph@debian.org> Sun, 12 Jun 2016 22:58:39 +0100
python-cassandra-driver (2.5.1-1) unstable; urgency=low
* Initial release (Closes: #771065)
-- Sandro Tosi <morph@debian.org> Thu, 25 Jun 2015 15:50:21 -0400
|