1
0

Accepting request 990375 from home:bnavigator:branches:devel:languages:python

- Fix requirements
  * Don't need sphinx
  * Needs rust and cargo
  * Don't need nox; can't use it in obs as it wants to install
    wheels.
- Fix tests:
  * Plain pytest test suite without is rudimentary
  * At least build the hello-world example
- Use PEP517

OBS-URL: https://build.opensuse.org/request/show/990375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=14
This commit is contained in:
2022-07-20 10:10:13 +00:00
committed by Git OBS Bridge
parent 2016c9804b
commit 8b410919ca
2 changed files with 32 additions and 11 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jul 20 09:16:41 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Fix requirements
* Don't need sphinx
* Needs rust and cargo
* Don't need nox; can't use it in obs as it wants to install
wheels.
- Fix tests:
* Plain pytest test suite without is rudimentary
* At least build the hello-world example
- Use PEP517
-------------------------------------------------------------------
Mon Jul 18 07:35:46 UTC 2022 - Matej Cepl <mcepl@suse.com>