-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement compatibility with Towncrier >= 22.12.0rc1
#75
Conversation
I wouldn't drop support for all the older versions, meaning this needs compat shims that would satisfy the CI matrix as well as a test case for future compatibility. |
Codecov Report
@@ Coverage Diff @@
## master #75 +/- ##
==========================================
+ Coverage 50.00% 50.51% +0.51%
==========================================
Files 9 9
Lines 188 196 +8
Branches 24 25 +1
==========================================
+ Hits 94 99 +5
- Misses 93 96 +3
Partials 1 1 |
bdf25de
to
1db6ca1
Compare
This is a compatibility change needed for Towncrier >= 22.12.0rc1 after it changed the internal object to be a `dataclass`. Refs: * twisted/towncrier#429 * twisted/towncrier#461 Resolves sphinx-contrib#76. Co-Authored-By: davfsa <[email protected]> Co-Authored-By: Sviatoslav Sydorenko <[email protected]>
This is necessary as a compatibility improvement after the said function arguments got renamed but the order stayed the same. Ref: twisted/towncrier#429
1db6ca1
to
7cb2716
Compare
Towncrier >= 22.12.0rc1
Fixes breaks because of twisted/towncrier#429