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