-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 2.1.1: Defensively pin pip-accel requirement
I intend to revive pip-accel based on the latest pip release, offering a minimal conceptual subset of previous functionality of pip-accel, just enough for py2deb to use. However this will surely take some time to flesh out - possibly multiple releases of both projects. I'm not even sure yet what will be involved in getting pip-accel and py2deb running on the latest version of pip (I can however already tell that large architectural changes will be required in pip-accel and consequently also py2deb). In the mean time I don't want any users (including my employer) run into breakage caused by this endeavor. Alpha / beta releases on PyPI should be able to avoid this problem, however I've never published those myself, so I'm opting for "defense in depth" 😇. See also this recent discussion: #18
- Loading branch information
Showing
3 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Authors: | ||
# - Arjan Verwer | ||
# - Peter Odding <[email protected]> | ||
# Last Change: December 16, 2018 | ||
# Last Change: May 26, 2020 | ||
# URL: https://py2deb.readthedocs.io | ||
|
||
""" | ||
|
@@ -15,4 +15,4 @@ | |
""" | ||
|
||
# Semi-standard module versioning. | ||
__version__ = '2.1' | ||
__version__ = '2.1.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters