From 6534c6431c8d77fded4460303a5c94de437cd3175de762c969b04c38c0171a7f Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 20 Feb 2023 08:15:26 +0000 Subject: [PATCH] - Update to version 0.4.7 * Fix to work with python3.11 new bound method behavior * Fix test_wire_super. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wirerope?expand=0&rev=6 --- python-wirerope.changes | 7 +++++++ python-wirerope.spec | 8 ++++---- wirerope-0.4.6.tar.gz | 3 --- wirerope-0.4.7.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 wirerope-0.4.6.tar.gz create mode 100644 wirerope-0.4.7.tar.gz diff --git a/python-wirerope.changes b/python-wirerope.changes index fd4d8f8..1477a53 100644 --- a/python-wirerope.changes +++ b/python-wirerope.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 20 08:12:39 UTC 2023 - Daniel Garcia + +- Update to version 0.4.7 + * Fix to work with python3.11 new bound method behavior + * Fix test_wire_super. + ------------------------------------------------------------------- Tue Oct 11 17:16:24 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-wirerope.spec b/python-wirerope.spec index bffe310..1eeab19 100644 --- a/python-wirerope.spec +++ b/python-wirerope.spec @@ -1,7 +1,7 @@ # # spec file for package python-wirerope # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-wirerope -Version: 0.4.6 +Version: 0.4.7 Release: 0 Summary: The Way to Handle Bound Methods License: BSD-2-Clause @@ -64,6 +63,7 @@ sed -i -e '/addopts/d' setup.cfg %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/wirerope +%{python_sitelib}/wirerope-%{version}*-info %changelog diff --git a/wirerope-0.4.6.tar.gz b/wirerope-0.4.6.tar.gz deleted file mode 100644 index 3feaba4..0000000 --- a/wirerope-0.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e26498f7fee89991623f87230ee07d65ac2da906c17b4d5d5f589296a7bb6830 -size 12139 diff --git a/wirerope-0.4.7.tar.gz b/wirerope-0.4.7.tar.gz new file mode 100644 index 0000000..a92d285 --- /dev/null +++ b/wirerope-0.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddac3e17a36f95088c815be27e5841c7278989c6a3a6852993921374017be1f8 +size 12220