Skip to content

Commit

Permalink
python-pyppeteer: Allow newer version of websockets
Browse files Browse the repository at this point in the history
Signed-off-by: Algent Albrahimi <[email protected]>
  • Loading branch information
algent-al committed Jan 1, 2024
1 parent 7917964 commit 5519a1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions packages/py/python-pyppeteer/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : python-pyppeteer
version : 1.0.2
release : 2
release : 3
source :
- https://files.pythonhosted.org/packages/source/p/pyppeteer/pyppeteer-1.0.2.tar.gz : ddb0d15cb644720160d49abb1ad0d97e87a55581febf1b7531be9e983aad7742
homepage : https://github.com/pyppeteer/pyppeteer
Expand All @@ -21,9 +21,11 @@ rundeps :
- python-urllib3
- python-websockets
setup : |
# support newer versions of pyee
# support newer versions of pyee and websockets
sed -i -e "s|pyee (>=8.1.0,<9.0.0)|pyee (>=8.1.0)|g" PKG-INFO
sed -i -e "s|pyee>=8.1.0,<9.0.0|pyee>=8.1.0|g" setup.py
sed -i -e "s|websockets>=10.0,<11.0|websockets>=10.0|g" setup.py
sed -i -e "s|websockets (>=10.0,<11.0)|websockets (>=10.0)|g" PKG-INFO
build : |
%python3_setup
install : |
Expand Down
4 changes: 2 additions & 2 deletions packages/py/python-pyppeteer/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-10-22</Date>
<Update release="3">
<Date>2024-01-01</Date>
<Version>1.0.2</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
Expand Down

0 comments on commit 5519a1c

Please sign in to comment.