15
0

Accepting request 1034391 from home:yarunachalam:branches:devel:languages:python

- Update to version 0.1 
  * Make C extension mandatory when built in cibuildwheel
  * Rely on standard infra for optionally building extension.
  * Don't install wheel explicitly
  * Fix uploading artifacts.
- Update to version 0.0.15
  * Publish wheels from the right directory.
- Update to version 0.0.14.
  * Depend on packaging for packaging.version.
  * Add pyproject.toml
  * Build wheels on pull request.
  * Build python wheels.
  * Migrate to setup.cfg.
  * Ship py.typed.

OBS-URL: https://build.opensuse.org/request/show/1034391
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastbencode?expand=0&rev=5
This commit is contained in:
2022-11-08 09:33:13 +00:00
committed by Git OBS Bridge
parent 61490ffbf2
commit 1073e3d18d
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Nov 7 22:52:35 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 0.1
* Make C extension mandatory when built in cibuildwheel
* Rely on standard infra for optionally building extension.
* Don't install wheel explicitly
* Fix uploading artifacts.
- Update to version 0.0.15
* Publish wheels from the right directory.
- Update to version 0.0.14.
* Depend on packaging for packaging.version.
* Add pyproject.toml
* Build wheels on pull request.
* Build python wheels.
* Migrate to setup.cfg.
* Ship py.typed.
-------------------------------------------------------------------
Wed Oct 12 03:14:04 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>