forked from pool/python-methodtools
Accepting request 1131720 from devel:languages:python
- update to 0.4.7: * switch to Git Hub Actions * skip reagent calling for built-in property * bump twirerope to 0.4.7 OBS-URL: https://build.opensuse.org/request/show/1131720 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-methodtools?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:084e8cc6dc1e261938ea6d4240897677a048eae0214e1576673ee3be94e0ec92
|
||||
size 6374
|
||||
3
methodtools-0.4.7.tar.gz
Normal file
3
methodtools-0.4.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2339bcdc9dfe2df922cf17f7c303824e2702fac28fbec53c65102b0bd1691bb1
|
||||
size 6789
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 22:17:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.4.7:
|
||||
* switch to Git Hub Actions
|
||||
* skip reagent calling for built-in property
|
||||
* bump twirerope to 0.4.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 07:58:13 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-methodtools
|
||||
#
|
||||
# Copyright (c) 2020 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,25 +16,21 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-methodtools
|
||||
Version: 0.4.2
|
||||
Version: 0.4.7
|
||||
Release: 0
|
||||
Summary: Expand Standard Functools to Methods
|
||||
License: BSD-2-Clause
|
||||
URL: https://github.com/youknowone/methodtools
|
||||
Source0: https://github.com/youknowone/methodtools/archive/%{version}.tar.gz#/methodtools-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pytest >= 3.0}
|
||||
BuildRequires: %{python_module pytest >= 4.6.7}
|
||||
BuildRequires: %{python_module pytest-cov >= 2.6.1}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wirerope >= 0.4.2}
|
||||
BuildRequires: %{python_module wirerope >= 0.4.7}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-wirerope >= 0.4.2
|
||||
Requires: python-wirerope >= 0.4.7
|
||||
BuildArch: noarch
|
||||
%if %{with python2}
|
||||
BuildRequires: python-functools32 >= 3.2.3
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user