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
|
python-engineio (4.12.1-2) unstable; urgency=medium
* debian/rules: improved.
-- Paulo Henrique de Lima Santana (phls) <phls@debian.org> Mon, 19 May 2025 18:10:04 -0300
python-engineio (4.12.1-1) unstable; urgency=medium
* New upstream version 4.12.1.
* debian/manpage/python-engineio.1: updated with upstream file.
-- Paulo Henrique de Lima Santana (phls) <phls@debian.org> Mon, 19 May 2025 17:42:11 -0300
python-engineio (4.11.2-1) unstable; urgency=medium
* New upstream version 4.11.2.
* debian/control:
- Bumped Standards-Version to 4.7.2.
- Build-Depends: added python3-simple-websocket (Closes: #1074084),
python3-pytest-asyncio.
Thanks to Johnny Accot.
* debian/copyright:
- Deleted tests/common/test_async_eventlet.py line.
- Updated upstream and maintainer copyright years.
* debian/manpage/python-engineio.1: updated.
-- Paulo Henrique de Lima Santana (phls) <phls@debian.org> Mon, 10 Mar 2025 15:23:34 -0300
python-engineio (4.11.1-0.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix d/watch for new PyPi archive naming policy
* Use dh-sequence-python3
* New upstream version 4.11.1
-- Alexandre Detiste <tchet@debian.org> Sun, 22 Dec 2024 16:53:36 +0100
python-engineio (4.9.0-2) unstable; urgency=medium
* debian/control:
- Build-Depends: added python3-pytest, python3-pytest-cov.
* debian/copyright:
- Updated list of upstream files.
- Updated upstream copyright years.
* debian/rules:
- Added line to ignore 2 tests.
- Removed override_dh_auto_test line.
* debian/tests: deleted in favor of upstream tests.
-- Paulo Henrique de Lima Santana (phls) <phls@debian.org> Wed, 10 Apr 2024 22:08:55 -0300
python-engineio (4.9.0-1) unstable; urgency=medium
* New upstream version 4.9.0.
* debian/control: bumped Standards-Version to 4.7.0.
* debian/copyright.
- Added Alexandre Detiste to packaging copyright.
- Removed files were deleted by upstream.
- Updated packaging copyright years.
* debian/docs: removed README.rst.
-- Paulo Henrique de Lima Santana (phls) <phls@debian.org> Tue, 09 Apr 2024 16:16:45 -0300
python-engineio (4.3.4-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Remove old build-dependencies python3-mock & python3-six
-- Alexandre Detiste <tchet@debian.org> Thu, 04 Apr 2024 21:39:18 +0200
python-engineio (4.3.4-2) unstable; urgency=medium
* debian/clean: updated dir.
* debian/control: bumped Standards-Version to 4.6.2.
* debian/copyright: changed upstream e-mail address.
* debian/gbp.conf: file created.
-- Paulo Henrique de Lima Santana (phls) <phls@debian.org> Wed, 18 Jan 2023 19:47:19 -0300
python-engineio (4.3.4-1) unstable; urgency=medium
* New upstream version 4.3.4.
* debian/control:
- Bumped Standards-Version to 4.6.1.
- Changed Homepage from pypi to github.
- Removed X-Python3-Version line.
* debian/copyright:
- Added files to the lists.
- Updated packaging copyright years.
- Updated upstream copyright years and changed his e-mail address.
* debian/docs: added files.
* debian/manpage/python-engineio.1: updated with upstream file.
* debian/tests: updated with upstream files.
* debian/upstream/metadata:
- Changed contact e-mail address.
- Fixed upstream metadata fields: Repository.
- Removed obsolete field Name from debian/upstream/metadata (already
present in machine-readable debian/copyright).
-- Paulo Henrique de Lima Santana (phls) <phls@debian.org> Thu, 12 Jan 2023 12:15:20 -0300
python-engineio (4.0.0-1) unstable; urgency=medium
* New upstream version 4.0.0.
* debian/control:
- Added Multi-Arch: foreign;
- Bumped Standards-Version to 4.5.1.
* debian/copyright:
- Updated packaging copyright years.
- Updated upstream copyright years.
* debian/manpage: updated manpage with a file from upstream.
* debian/tests/*: updated files to improve tests.
-- Paulo Henrique de Lima Santana (phls) <phls@debian.org> Wed, 23 Dec 2020 23:27:19 -0300
python-engineio (3.11.1-1) unstable; urgency=medium
* New upstream version 3.11.1. Consequently fix CVE-2019-13611: websocket
hijacking vulnerability (Closes: #932538).
* debian/control:
- Added packages python3-coverage, python3-requests and
python3-websocket in Build-Depends.
- Added 'Rules-Requires-Root: no' in source stanza.
- Changed Maintainer's email.
- Added Vcs-* fields for repository in salsa.
- Bumped Standards-Version to 4.4.1.
- Bumped X-Python3-Version to 3.7.
- Updated DH to level 12.
* debian/copyright:
- Changed Maintainer's email.
- Listed all upstream files in copyright.
- Updated upstream code and packaging copyrights years.
* debian/manpage/python-engineio.1: added.
* debian/manpages: changed to get manpage from the right place.
* debian/upstream/CHANGES.md: added because upstream didn't include it on
the tarball.
* debian/README.source: deleted because upstream removed exemples/* files.
* debian/rules:
- Added override_dh_auto_test to skip tests.
- Removed manpage building.
* debian/salsa-ci.yml: created to start CI tests for Salsa.
* debian/tests/*: changed to perform trivial tests.
-- Paulo Henrique de Lima Santana (phls) <phls@debian.org> Thu, 26 Dec 2019 16:33:42 +0300
python-engineio (3.0.0+dfsg-1) unstable; urgency=medium
* New upstream release (Closes: #904383).
* debian/compat: deleted.
* debian/control:
- Added dependencies to allow tests and man page creation.
- Bumped Standards-Version to 4.2.1.
- New format to debhelper-compat and updated level to 11.
- Updated Paulo's email.
* debian/copyright:
- Updated Paulo's email.
- Updated long description.
- Updated packaging copyright years.
* debian/manpages: created.
* debian/README.source: created to explain about source missing in examples.
* debian/rules:
- Added override_dh_auto_build to create man page.
- Removed override_dh_auto_test to allow tests.
* debian/tests/*: added to perform tests.
* debian/upstream/metadata: created.
-- Paulo Henrique de Lima Santana (phls) <paulo@phls.com.br> Mon, 26 Nov 2018 16:14:30 -0200
python-engineio (1.6.1-1) unstable; urgency=medium
* New upstream release.
* debian/control: bumped Standards-Version to 4.0.0.
-- Paulo Henrique de Lima Santana (phls) <phls@softwarelivre.org> Tue, 27 Jun 2017 15:51:10 -0300
python-engineio (1.3.1-1) unstable; urgency=medium
* Initial release (Closes: #858933)
-- Paulo Henrique de Lima Santana (phls) <phls@softwarelivre.org> Thu, 06 Apr 2017 23:42:18 -0300
|