Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9d1510b44b | |||
| fcd9775ae3 | |||
| 78eb68dc64 | |||
| 5f17f390a6 |
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 13 02:42:46 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 20 17:22:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.4.8:
|
||||||
|
* Support for python 3.12+
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 20 08:12:39 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
Mon Feb 20 08:12:39 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-wirerope
|
# spec file for package python-wirerope
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,29 +16,22 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without python2
|
|
||||||
Name: python-wirerope
|
Name: python-wirerope
|
||||||
Version: 0.4.7
|
Version: 0.4.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Way to Handle Bound Methods
|
Summary: The Way to Handle Bound Methods
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: https://github.com/youknowone/wirerope
|
URL: https://github.com/youknowone/wirerope
|
||||||
Source0: https://github.com/youknowone/wirerope/archive/%{version}.tar.gz#/wirerope-%{version}.tar.gz
|
Source0: https://github.com/youknowone/wirerope/archive/%{version}.tar.gz#/wirerope-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest >= 4.0}
|
BuildRequires: %{python_module pytest >= 4.0}
|
||||||
BuildRequires: %{python_module setuptools >= 39.2.0}
|
BuildRequires: %{python_module setuptools >= 39.2.0}
|
||||||
BuildRequires: %{python_module six >= 1.11.0}
|
BuildRequires: %{python_module six >= 1.11.0}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-six >= 1.11.0
|
Requires: python-six >= 1.11.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with python2}
|
|
||||||
BuildRequires: python-inspect2 >= 0.1.0
|
|
||||||
BuildRequires: python-singledispatch >= 3.4.0.3
|
|
||||||
%endif
|
|
||||||
%ifpython2
|
|
||||||
Requires: python-inspect2 >= 0.1.0
|
|
||||||
Requires: python-singledispatch >= 3.4.0.3
|
|
||||||
%endif
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -51,10 +44,10 @@ wire object will be created by each function or bound method.
|
|||||||
sed -i -e '/addopts/d' setup.cfg
|
sed -i -e '/addopts/d' setup.cfg
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -64,6 +57,6 @@ sed -i -e '/addopts/d' setup.cfg
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitelib}/wirerope
|
%{python_sitelib}/wirerope
|
||||||
%{python_sitelib}/wirerope-%{version}*-info
|
%{python_sitelib}/wirerope-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ddac3e17a36f95088c815be27e5841c7278989c6a3a6852993921374017be1f8
|
|
||||||
size 12220
|
|
||||||
3
wirerope-0.4.8.tar.gz
Normal file
3
wirerope-0.4.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a96e899b72a54e250b4eb30ea9fa2c0f81f0271a74ef20b22d1a61a5c7505604
|
||||||
|
size 13158
|
||||||
Reference in New Issue
Block a user