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

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python3-%{**}}
Name: python-fastbencode
Version: 0.0.12
Version: 0.1
Release: 0
Summary: Implementation of the bencode serialization format
License: GPL-2.0-or-later