-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Prepare release 7.0.0rc1 #8814
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
Prepare release 7.0.0rc1 #8814
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ Release announcements | |
:maxdepth: 2 | ||
|
||
|
||
release-7.0.0rc1 | ||
release-6.2.4 | ||
release-6.2.3 | ||
release-6.2.2 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
pytest-7.0.0rc1 | ||
======================================= | ||
|
||
pytest 7.0.0rc1 has just been released to PyPI. | ||
|
||
This is a bug-fix release, being a drop-in replacement. To upgrade:: | ||
|
||
pip install --upgrade pytest | ||
|
||
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. | ||
|
||
Thanks to all of the contributors to this release: | ||
|
||
* Abdelrahman Elbehery | ||
* Adam Johnson | ||
* Albert Villanova del Moral | ||
* Alexandros Tzannes | ||
* Andreas Motl | ||
* Anthony Sottile | ||
* Anton | ||
* Benjamin Wohlwend | ||
* Bruno Oliveira | ||
* Chris NeJame | ||
* Chris Rose | ||
* Christian Steinmeyer | ||
* Christophe Bedard | ||
* Daniele Procida | ||
* Denis Laxalde | ||
* Dominic Davis-Foster | ||
* Feanil Patel | ||
* Florian Bruhin | ||
* Gergely Imreh | ||
* Hong Xu | ||
* Jakob van Santen | ||
* James Bourbeau | ||
* James Gerity | ||
* Jason Haugen | ||
* Jeff Widman | ||
* Johannes Maron | ||
* Jürgen Gmach | ||
* Kale Kundert | ||
* MapleCCC | ||
* Matthew Hughes | ||
* Maximilian Cosmo Sitter | ||
* Mehera Emrich | ||
* Miro Hrončok | ||
* Miroslav Šedivý | ||
* Nico Schlömer | ||
* Olga Matoula | ||
* Parth Patel | ||
* Pax | ||
* Petr Viktorin | ||
* Pierre Mourlanne | ||
* Rahul Kumaresan | ||
* Ran Benita | ||
* Ronny Pfannschmidt | ||
* Ross Vandegrift | ||
* Saiprasad Kale | ||
* Simon K | ||
* Srip | ||
* Stefaan Lippens | ||
* Sylvain Bellemare | ||
* Tadeu Manoel | ||
* Tarcísio Fischer | ||
* Thomas Grainger | ||
* Vincent Poulailleau | ||
* Zac Hatfield-Dodds | ||
* Zack Kneupper | ||
* alshapton | ||
* antonblr | ||
* bengartner | ||
* bluetech | ||
* bot2x | ||
* dependabot[bot] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not related to the release itself, but we should probably remove |
||
* hauntsaninja | ||
* maskypy40 | ||
* mefmund | ||
* mobius-crypt | ||
* pre-commit-ci[bot] | ||
* pytest bot | ||
* sousajf1 | ||
* sousajo | ||
* symonk | ||
* wim glenn | ||
|
||
|
||
Happy testing, | ||
The pytest Development Team |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh, lies... This is because the release script does:
pytest/scripts/release.py
Lines 25 to 27 in 1d67553
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
time to parse it with packaging to manage th e parts better
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather just pass the
--major
flag we pass toprepare-release-pr.py
already through torelease.py
instead of relying on parsing the version number to guess information we already have.