David Smith
|
32ac73e1a0
|
Added support for Python 3.13. (#539)
|
2024-11-18 20:57:11 +01:00 |
|
David Smith
|
e25b4bcc31
|
Target py39-plus with pyupgrade. (#540)
|
2024-11-18 20:56:40 +01:00 |
|
Carlton Gibson
|
06afd9b94a
|
Drop support for EOL Python 3.8. (#536)
|
2024-10-28 19:03:41 -07:00 |
|
pre-commit-ci[bot]
|
ffad9c3cfd
|
[pre-commit.ci] pre-commit autoupdate (#532)
updates:
- [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0)
- [github.com/psf/black: 24.4.2 → 24.10.0](https://github.com/psf/black/compare/24.4.2...24.10.0)
- [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/7.1.0...7.1.1)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2024-10-07 17:10:56 -07:00 |
|
Jon Janzen
|
862ebcd08d
|
Include test support files in sdist (#530)
Closes: https://github.com/django/daphne/issues/522
|
2024-08-26 07:02:23 -07:00 |
|
Jon Janzen
|
b1902e8ccd
|
Remove pytest-runner (#528)
Closes: https://github.com/django/daphne/issues/523
|
2024-08-24 11:51:43 -07:00 |
|
Robert Schütz
|
9ec5798c0d
|
fix tests with Twisted 24.7.0 (#526)
In the fixed test cases the responses now contain `HTTP/1.1` rather than
`HTTP/1.0`.
|
2024-08-24 20:47:58 +02:00 |
|
Jon Janzen
|
3607351212
|
Revert "Remove pytest-runner"
This reverts commit 420f065d9e .
|
2024-08-24 11:36:44 -07:00 |
|
Jon Janzen
|
420f065d9e
|
Remove pytest-runner
Closes: https://github.com/django/daphne/issues/523
|
2024-08-24 11:34:33 -07:00 |
|
pre-commit-ci[bot]
|
4a55faca45
|
[pre-commit.ci] pre-commit autoupdate (#515)
updates:
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](https://github.com/asottile/pyupgrade/compare/v3.15.2...v3.16.0)
- [github.com/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2)
- [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](https://github.com/PyCQA/flake8/compare/7.0.0...7.1.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2024-07-02 09:38:28 +02:00 |
|
Carlton Gibson
|
0f15e4595b
|
Fixed packaging configuration. (#510)
Use auto-discovery, but make sure daphne package is correctly listed.
|
2024-04-11 15:23:49 +02:00 |
|
Carlton Gibson
|
cf9145985b
|
Updated version and changelog for v4.1.1 release.
|
2024-04-10 17:42:01 +02:00 |
|
sdc50
|
c0b630834c
|
Fix twisted.plugin install (#507)
|
2024-04-10 17:33:21 +02:00 |
|
pre-commit-ci[bot]
|
63790936d1
|
[pre-commit.ci] pre-commit autoupdate (#503)
|
2024-04-02 07:14:14 +02:00 |
|
Carlton Gibson
|
df0680c9ad
|
Updated change notes and version for 4.1 release.
|
2024-02-10 15:39:05 +01:00 |
|
Carlton Gibson
|
ef24796243
|
Validate HTTP header names as per RFC 9110. (#500)
Fixes #497.
|
2024-02-10 15:31:37 +01:00 |
|
Alejandro R. Sedeño
|
9a282dd627
|
Handle Daphne-Root-Path for websockets, adding root_path to scope. (#453)
Signed-off-by: Alejandro R. Sedeño <asedeno@mit.edu>
|
2024-02-06 09:15:03 +01:00 |
|
Carlton Gibson
|
5fdc9176e5
|
Ignored flake8-bugbear B036. (#499)
"except BaseException: without re-raising" used in testing.py
|
2024-02-06 09:04:10 +01:00 |
|
pre-commit-ci[bot]
|
993efe62ce
|
[pre-commit.ci] pre-commit autoupdate (#492)
|
2024-01-01 19:58:51 +01:00 |
|
dependabot[bot]
|
c07925d53f
|
Bump actions/setup-python from 4 to 5 (#491)
|
2023-12-12 07:19:48 +01:00 |
|
Paolo Melchiorre
|
4d24e22c72
|
Fixed #489 -- Add support for Python 3.12 (#490)
|
2023-11-26 16:12:23 +01:00 |
|
pre-commit-ci[bot]
|
2d4dcbf149
|
[pre-commit.ci] pre-commit autoupdate (#485)
|
2023-10-03 12:59:12 +02:00 |
|
InvalidInterrupt
|
3758c514fd
|
Raise minimum supported Python version to 3.8 (#481)
|
2023-09-07 09:09:10 +02:00 |
|
dependabot[bot]
|
f108bbc7c1
|
Bump actions/checkout from 3 to 4 (#480)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-09-05 07:51:07 +02:00 |
|
pre-commit-ci[bot]
|
e49c39a4e5
|
[pre-commit.ci] pre-commit autoupdate (#477)
updates:
- [github.com/asottile/pyupgrade: v3.3.1 → v3.8.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.8.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-07-04 05:48:51 +01:00 |
|
Carlton Gibson
|
1eaf2206cc
|
Set pre-commit to quarterly updates. (#472)
|
2023-04-16 10:33:27 +02:00 |
|
Abenezer Belachew
|
09da15dc4e
|
Double quotes during pip (#467)
Single quotes return => ERROR: Invalid requirement: "'Twisted[tls,http2]'"
|
2023-04-14 15:10:16 +02:00 |
|
pre-commit-ci[bot]
|
21513b84da
|
[pre-commit.ci] pre-commit autoupdate (#470)
updates:
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
2023-04-14 15:03:51 +02:00 |
|
Carlton Gibson
|
077dd81809
|
Added missing stacklevel warning parameter. (#471)
|
2023-04-14 14:53:12 +02:00 |
|
pre-commit-ci[bot]
|
b0204165b1
|
[pre-commit.ci] pre-commit autoupdate (#466)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-02-07 15:20:08 +00:00 |
|
pre-commit-ci[bot]
|
79fd65dec3
|
[pre-commit.ci] pre-commit autoupdate (#464)
updates:
- [github.com/pycqa/isort: 5.11.4 → 5.12.0](https://github.com/pycqa/isort/compare/5.11.4...5.12.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-01-31 06:52:32 +00:00 |
|
pre-commit-ci[bot]
|
5681d71c17
|
[pre-commit.ci] pre-commit autoupdate (#462)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-12-29 12:19:00 +00:00 |
|
pre-commit-ci[bot]
|
fdc944a280
|
[pre-commit.ci] pre-commit autoupdate (#461)
updates:
- [github.com/pycqa/isort: 5.11.0 → v5.11.3](https://github.com/pycqa/isort/compare/5.11.0...v5.11.3)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-12-20 10:37:51 +01:00 |
|
pre-commit-ci[bot]
|
c9343aa9d6
|
[pre-commit.ci] pre-commit autoupdate (#460)
updates:
- [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](https://github.com/asottile/pyupgrade/compare/v3.3.0...v3.3.1)
- [github.com/psf/black: 22.10.0 → 22.12.0](https://github.com/psf/black/compare/22.10.0...22.12.0)
- [github.com/pycqa/isort: 5.10.1 → 5.11.0](https://github.com/pycqa/isort/compare/5.10.1...5.11.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-12-12 23:15:35 +00:00 |
|
Adam Johnson
|
d59c2bd424
|
Upgrade to tox 4 (#458)
|
2022-12-08 01:06:41 +00:00 |
|
pre-commit-ci[bot]
|
2015ecdd8f
|
[pre-commit.ci] pre-commit autoupdate (#457)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-12-06 09:01:28 +00:00 |
|
pre-commit-ci[bot]
|
18e936eed1
|
[pre-commit.ci] pre-commit autoupdate (#456)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-11-29 20:34:37 +00:00 |
|
Michael K
|
ef946d5637
|
Upgrade GitHub Actions actions (#454)
And set up dependabot to take care of them in the future.
|
2022-11-18 11:33:03 +01:00 |
|
pre-commit-ci[bot]
|
a0b2ac0e8f
|
[pre-commit.ci] pre-commit autoupdate (#452)
updates:
- [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.2.2)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-11-14 20:47:53 +00:00 |
|
pre-commit-ci[bot]
|
afd0d51b83
|
[pre-commit.ci] pre-commit autoupdate (#448)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-11-01 11:09:39 +00:00 |
|
Michael K
|
d5fbdfc4cb
|
Run tests against Python 3.11 and add trove classifier (#446)
|
2022-10-25 13:46:20 +01:00 |
|
pre-commit-ci[bot]
|
71be46265d
|
[pre-commit.ci] pre-commit autoupdate (#444)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-10-17 23:09:03 +01:00 |
|
pre-commit-ci[bot]
|
91c61f4ff4
|
[pre-commit.ci] pre-commit autoupdate (#443)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-10-10 23:39:20 +01:00 |
|
Carlton Gibson
|
060202f491
|
Updated change log and version for v4.0 release.
|
2022-10-07 14:53:16 +02:00 |
|
Adam Johnson
|
12e543750b
|
Make DaphneProcess pickleable (#440)
|
2022-10-07 13:22:40 +02:00 |
|
Jakub Stawowy
|
fef1490eff
|
Removed deprecated —ws-protocols CLI option. (#387)
|
2022-10-07 12:21:22 +02:00 |
|
pre-commit-ci[bot]
|
898529c489
|
[pre-commit.ci] pre-commit autoupdate (#441)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-09-26 21:47:43 +01:00 |
|
pre-commit-ci[bot]
|
e9637419df
|
[pre-commit.ci] pre-commit autoupdate (#439)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-09-20 10:07:55 +01:00 |
|
pre-commit-ci[bot]
|
b3bfbd6135
|
[pre-commit.ci] pre-commit autoupdate (#438)
updates:
- [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-09-06 09:35:26 +02:00 |
|
Michael K
|
c9a7fdc669
|
Run tests on main branch, not master (#435)
|
2022-08-30 07:35:56 +02:00 |
|