1
0

Accepting request 1034461 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1034461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastbencode?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2022-11-09 11:57:18 +00:00 committed by Git OBS Bridge
commit 6f3b9364f4
4 changed files with 24 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:533d625dd307e0ce428a0c684ea0d56413170996bc94d105df017f8dce53a15c
size 20270

3
fastbencode-0.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b4b0057ca46187e745f3ca66d72a132bd9127b5b539475a2166091cf347d569
size 20712

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>

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