From 37a34078a74d29974e13e1faff7c2e432e5a4bafe21e1adbff84674883d6dd59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Jul 2019 09:13:15 +0000 Subject: [PATCH] Update to 1.2.6: * Fix #9: Change the project's configuration: reinforce the constraint to the Wrapt requirement. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Deprecated?expand=0&rev=3 --- Deprecated-1.2.5.tar.gz | 3 --- Deprecated-1.2.6.tar.gz | 3 +++ python-Deprecated.changes | 6 ++++++ python-Deprecated.spec | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 Deprecated-1.2.5.tar.gz create mode 100644 Deprecated-1.2.6.tar.gz diff --git a/Deprecated-1.2.5.tar.gz b/Deprecated-1.2.5.tar.gz deleted file mode 100644 index d5e6b1a..0000000 --- a/Deprecated-1.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f293eb0eee34b1fcf3da530fe8fc4b0d71d43ddc2dc78e2ffb444b6c0868557 -size 5041781 diff --git a/Deprecated-1.2.6.tar.gz b/Deprecated-1.2.6.tar.gz new file mode 100644 index 0000000..a54a988 --- /dev/null +++ b/Deprecated-1.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a515c4cf75061552e0284d123c3066fbbe398952c87333a92b8fc3dd8e4f9cc1 +size 5046841 diff --git a/python-Deprecated.changes b/python-Deprecated.changes index 6525739..8b2ff3f 100644 --- a/python-Deprecated.changes +++ b/python-Deprecated.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 22 09:11:53 UTC 2019 - Tomáš Chvátal + +- Update to 1.2.6: + * Fix #9: Change the project's configuration: reinforce the constraint to the Wrapt requirement. + ------------------------------------------------------------------- Wed Mar 6 09:00:04 UTC 2019 - Tomáš Chvátal diff --git a/python-Deprecated.spec b/python-Deprecated.spec index f572465..d6c30a2 100644 --- a/python-Deprecated.spec +++ b/python-Deprecated.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Deprecated -Version: 1.2.5 +Version: 1.2.6 Release: 0 Summary: Python @deprecated decorator License: MIT @@ -27,10 +27,10 @@ URL: https://github.com/tantale/deprecated Source: https://files.pythonhosted.org/packages/source/D/Deprecated/Deprecated-%{version}.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module wrapt >= 1} +BuildRequires: %{python_module wrapt >= 1.10} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-wrapt >= 1 +Requires: python-wrapt >= 1.10 BuildArch: noarch %python_subpackages @@ -49,7 +49,7 @@ you can use the ``@deprecated`` decorator. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v +%pytest %files %{python_files} %doc CHANGELOG.rst README.md