From 67ce8dabe9114d7fa88ddd84c7ad2299acb82b8f47c656a4d1d148900ae7981f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Dec 2023 22:18:33 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-methodtools?expand=0&rev=4 --- methodtools-0.4.2.tar.gz | 3 --- methodtools-0.4.7.tar.gz | 3 +++ python-methodtools.changes | 8 ++++++++ python-methodtools.spec | 16 ++++++---------- 4 files changed, 17 insertions(+), 13 deletions(-) delete mode 100644 methodtools-0.4.2.tar.gz create mode 100644 methodtools-0.4.7.tar.gz diff --git a/methodtools-0.4.2.tar.gz b/methodtools-0.4.2.tar.gz deleted file mode 100644 index 2c6e957..0000000 --- a/methodtools-0.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:084e8cc6dc1e261938ea6d4240897677a048eae0214e1576673ee3be94e0ec92 -size 6374 diff --git a/methodtools-0.4.7.tar.gz b/methodtools-0.4.7.tar.gz new file mode 100644 index 0000000..619d98c --- /dev/null +++ b/methodtools-0.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2339bcdc9dfe2df922cf17f7c303824e2702fac28fbec53c65102b0bd1691bb1 +size 6789 diff --git a/python-methodtools.changes b/python-methodtools.changes index 1775787..d9fcef9 100644 --- a/python-methodtools.changes +++ b/python-methodtools.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Dec 7 22:17:50 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-methodtools.spec b/python-methodtools.spec index 47f9bd1..28f80ef 100644 --- a/python-methodtools.spec +++ b/python-methodtools.spec @@ -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