17
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,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 20 08:12:39 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- 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 <yarunachalam@suse.com>

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e26498f7fee89991623f87230ee07d65ac2da906c17b4d5d5f589296a7bb6830
size 12139

3
wirerope-0.4.7.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ddac3e17a36f95088c815be27e5841c7278989c6a3a6852993921374017be1f8
size 12220