Skip to content

Commit

Permalink
constraints: temporarily add a find-links option
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Oct 18, 2023
1 parent 38074a0 commit 83a0454
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ If you want to jump straight in, here are two important links:
* With pip you can use the constraints file at [https://dist.plone.org/release/6.1-dev/constraints.txt](https://dist.plone.org/release/6.1-dev/constraints.txt)
* With Buildout you can use the versions file at [https://dist.plone.org/release/6.1-dev/versions.cfg](https://dist.plone.org/release/6.1-dev/versions.cfg), plus optionally [`versions-extra.cfg`](https://dist.plone.org/release/6.1-dev/versions-extra.cfg) and [`versions-ecosystem.cfg`](https://dist.plone.org/release/6.1-dev/versions-ecosystem.cfg).

At the moment a few internal release are used that are not on PyPI, so you need some find-links, but this is arranged in `versions.cfg` and `constraints.txt`.


## Highlights

Expand Down
2 changes: 2 additions & 0 deletions release/combine-constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ def parse_file(filename):

# Combine them.
combi = []
# TEMPORARILY add a find-links option:
combi.append("-f https://dist.plone.org/release/6.1-dev/")
for package, versions in pins.items():
py38_version = versions.pop(38, None)
py39_version = versions.pop(39, None)
Expand Down
1 change: 1 addition & 0 deletions release/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-f https://dist.plone.org/release/6.1-dev/
AccessControl==6.2
Acquisition==5.0
AuthEncoding==5.0
Expand Down

0 comments on commit 83a0454

Please sign in to comment.