From 61490ffbf26a0906ee3a4cdb6dc4a1a90edfe6704983a1527e1142a099fd4736 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Oct 2022 08:38:27 +0000 Subject: [PATCH] Accepting request 1009979 from home:yarunachalam:branches:devel:languages:python - Update to version 1.2.2 Fix import error for Python 3.6+. OBS-URL: https://build.opensuse.org/request/show/1009979 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastbencode?expand=0&rev=3 --- fastbencode-0.0.12.tar.gz | 3 +++ fastbencode-0.0.9.tar.gz | 3 --- python-fastbencode.changes | 6 ++++++ python-fastbencode.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 fastbencode-0.0.12.tar.gz delete mode 100644 fastbencode-0.0.9.tar.gz diff --git a/fastbencode-0.0.12.tar.gz b/fastbencode-0.0.12.tar.gz new file mode 100644 index 0000000..0395979 --- /dev/null +++ b/fastbencode-0.0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533d625dd307e0ce428a0c684ea0d56413170996bc94d105df017f8dce53a15c +size 20270 diff --git a/fastbencode-0.0.9.tar.gz b/fastbencode-0.0.9.tar.gz deleted file mode 100644 index a258f17..0000000 --- a/fastbencode-0.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6094b27a8de77d416932bdd1796a127b1319daa9f0bb900fa38d88efc169283 -size 19964 diff --git a/python-fastbencode.changes b/python-fastbencode.changes index ad98f08..4af1beb 100644 --- a/python-fastbencode.changes +++ b/python-fastbencode.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 12 03:14:04 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 1.2.2 + Fix import error for Python 3.6+. + ------------------------------------------------------------------- Fri Jun 17 06:06:27 UTC 2022 - Steve Kowalik diff --git a/python-fastbencode.spec b/python-fastbencode.spec index 655cd15..9d1d7b5 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.9 +Version: 0.0.12 Release: 0 Summary: Implementation of the bencode serialization format License: GPL-2.0-or-later