15
0

- 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
This commit is contained in:
2023-02-20 08:15:26 +00:00
committed by Git OBS Bridge
parent 30a22ec9b4
commit 6534c6431c
4 changed files with 14 additions and 7 deletions

View File

@@ -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