Rebase to 0.3.4 and enable testing with Python 3.11
parent
2e88d99471
commit
da7ae8419b
@ -1 +1,2 @@
|
||||
/marshalparser-0.3.0.tar.gz
|
||||
/marshalparser-0.3.4.tar.gz
|
||||
|
@ -0,0 +1 @@
|
||||
27d0905c27535dfbf13871c4d4ce4bcb146dad72 marshalparser-0.3.4.tar.gz
|
@ -1 +1 @@
|
||||
SHA512 (marshalparser-0.3.0.tar.gz) = 4ec95c1106f62b70d0de1fafd6f7b0afdc6a93f922ffc2bedc94848dc057562324c6804cc3a5a298fa453b47fc728e1fd9bf0fda1641a5443b0cb84daf4eb09a
|
||||
SHA512 (marshalparser-0.3.4.tar.gz) = 51ee373fed1cf4c9fb4f5453590ce6275fd84ee386bfc5e86af5c9c24cbbdfe9781fd9a37f227334300bd43019180f60bc6aee33e0d5d2ad11cc33741355d86c
|
||||
|
@ -1,9 +1,9 @@
|
||||
test: |
|
||||
rm -rf test/python_stdlib/{3.10,3.11,3.6,3.7,3.8} ;
|
||||
pytest -v test.py
|
||||
path: marshalparser-0.3.0/
|
||||
path: marshalparser-0.3.4/
|
||||
require:
|
||||
- python3-pytest
|
||||
- pyproject-rpm-macros
|
||||
- python3-devel
|
||||
- python3.11
|
||||
duration: 15m
|
||||
|
Loading…
Reference in New Issue