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
|
websocket-client (1.2.3-1) unstable; urgency=medium
* New upstream release.
* Do not move wsdump.py to /usr/bin, and get rid of the update-alternatives.
-- Thomas Goirand <zigo@debian.org> Tue, 15 Feb 2022 09:49:29 +0100
websocket-client (1.2.1-2) unstable; urgency=medium
* Team upload to unstable.
-- Jeroen Ploemen <jcfp@debian.org> Wed, 10 Nov 2021 10:15:12 +0000
websocket-client (1.2.1-1) experimental; urgency=medium
* Team upload.
[ 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 ]
* Bump debhelper from old 12 to 13.
[ Emmanuel Arias ]
* d/watch: fix file to point correctly to the download link.
* New upstream version 1.2.1 (Closes: #995796).
* d/patches: remove no-backports patch. It is not longer need.
* d/control: bump Standards-Version to 4.6.0.1.
* wrap-and-sort.
* d/control: add python3-websocket as Build-Dependency. Used in tests.
* d/control: build depend on the package that provides the dh addon.
* d/rules: ignore upstream tests.
- Ignoring echo-server.py that run forever.
- Ignoring 'testBadURLs' test that made ws connections.
* d/control: Remove python3-six as build depends, it's no longer used.
* d/gbp.conf: set debian/master as default branch to be according to DEP-8.
* d/salsa-ci.yml: enable salsa-ci.
* d/python3-websocket.example: package example folder.
* d/copyright: Update License and Copyright. Upstream changed it.
[ Jeroen Ploemen ]
* Control: set Rules-Requires-Root: no.
-- Emmanuel Arias <eamanu@yaerobi.com> Tue, 19 Oct 2021 08:08:58 +0000
websocket-client (0.57.0-1) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* debian/copyright: use spaces rather than tabs to start continuation
lines.
* Bump debhelper from deprecated 9 to 12.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.5.0, no changes needed.
[ Sophie Brun ]
* New upstream version 0.57.0 (Closes: #960535)
* Upstream license changes to BSD-3-clause
* Update debian/copyright: remove useless entry
* Add missing description of patch
-- Sophie Brun <sophie@offensive-security.com> Mon, 27 Jul 2020 14:29:29 +0200
websocket-client (0.53.0-2) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
[ Sandro Tosi ]
* Drop python2 support; Closes: #938814
* Bump Standards-Version to 4.4.1 (no changes needed)
-- Sandro Tosi <morph@debian.org> Sat, 02 Nov 2019 16:56:44 -0400
websocket-client (0.53.0-1) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* Convert git repository from git-dpm to gbp layout
[ Christoph Berg ]
* New upstream version.
* Remove python-backports.ssl-match-hostname dependency. (Closes: #909973)
-- Christoph Berg <christoph.berg@credativ.de> Mon, 01 Oct 2018 10:54:13 +0200
websocket-client (0.48.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
[ Alexander GQ Gerasiov ]
* New upstream release.
* 0001-Use-debian-global-ca-cert-store-instead-of-local-mozilla-copy removed:
fixed upstream.
* Remove postrm scripts: update-alternative --remove is called from prerm.
-- Alexander GQ Gerasiov <gq@debian.org> Tue, 10 Jul 2018 17:24:47 +0300
websocket-client (0.37.0-2) unstable; urgency=medium
* Add patch:
- 0001-Use-debian-global-ca-cert-store-instead-of-local-mozilla-copy
-- Thomas Goirand <zigo@debian.org> Thu, 08 Sep 2016 15:45:45 +0000
websocket-client (0.37.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Thomas Goirand ]
* New upstream release (Closes: #810088)
* Removed now useless version in python-all build-depends.
* Removed useless X-Python{3,}-Version headers.
* Standards-Version is now 3.9.8 (no change).
* Fixed duplicate short desc.
* Using update-alternatives to manage /usr/bin/wsdump.
* Add myself as uploader.
* Ran wrap-and-sort -t -a.
-- Thomas Goirand <zigo@debian.org> Mon, 11 Jul 2016 22:54:11 +0200
websocket-client (0.18.0-2) unstable; urgency=medium
* Team upload.
* Do not ship tests module in python3-websocket binary package either
(Closes: #767400)
- Thanks to Teemu Hukkanen for the patch
-- Scott Kitterman <scott@kitterman.com> Fri, 14 Nov 2014 00:50:57 -0500
websocket-client (0.18.0-1) unstable; urgency=medium
* Team upload.
* New upstream version.
-- Barry Warsaw <barry@debian.org> Thu, 25 Sep 2014 09:40:28 -0400
websocket-client (0.16.0a-2) unstable; urgency=medium
* Team upload.
* Add python3-websocket binary package. (Closes: #749943)
* d/control: wrap-and-sort
-- Barry Warsaw <barry@debian.org> Wed, 20 Aug 2014 17:01:51 -0400
websocket-client (0.16.0a-1) unstable; urgency=medium
* New upstream release
- Include the test-suite and run it at build-time (Closes: #741606, #744726)
* Switch buildsystem to pybuild
* Update copyright file
* Do not ship the tests module in the binary
-- Nicolas Dandrimont <olasd@debian.org> Fri, 15 Aug 2014 23:51:19 +0200
websocket-client (0.12.0-1) unstable; urgency=medium
* Initial release. (Closes: #727759)
-- Nicolas Dandrimont <olasd@debian.org> Sat, 21 Dec 2013 21:32:31 +0100
|