From 1073e3d18d0b05fb69c13b1dc25abce9e798bc21fbc2fc071c1127a9a1d53fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 8 Nov 2022 09:33:13 +0000 Subject: [PATCH] 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 --- fastbencode-0.0.12.tar.gz | 3 --- fastbencode-0.1.tar.gz | 3 +++ python-fastbencode.changes | 20 ++++++++++++++++++++ python-fastbencode.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 fastbencode-0.0.12.tar.gz create mode 100644 fastbencode-0.1.tar.gz diff --git a/fastbencode-0.0.12.tar.gz b/fastbencode-0.0.12.tar.gz deleted file mode 100644 index 0395979..0000000 --- a/fastbencode-0.0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:533d625dd307e0ce428a0c684ea0d56413170996bc94d105df017f8dce53a15c -size 20270 diff --git a/fastbencode-0.1.tar.gz b/fastbencode-0.1.tar.gz new file mode 100644 index 0000000..4a2d20c --- /dev/null +++ b/fastbencode-0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4b0057ca46187e745f3ca66d72a132bd9127b5b539475a2166091cf347d569 +size 20712 diff --git a/python-fastbencode.changes b/python-fastbencode.changes index 4af1beb..ee7b8ee 100644 --- a/python-fastbencode.changes +++ b/python-fastbencode.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Nov 7 22:52:35 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-fastbencode.spec b/python-fastbencode.spec index 9d1d7b5..23beaaa 100644 --- a/python-fastbencode.spec +++ b/python-fastbencode.spec @@ -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