From 388bb0dfc8e2eb63d850442714898217885311618c102e23ea106c47e967658c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 25 Oct 2021 19:42:42 +0000 Subject: [PATCH 1/2] Accepting request 927125 from home:DocB:branches:devel:languages:python - version 2.5.6 OBS-URL: https://build.opensuse.org/request/show/927125 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-utils?expand=0&rev=9 --- python-python-utils.changes | 5 +++++ python-python-utils.spec | 4 ++-- python-utils-2.4.0.tar.gz | 3 --- python-utils-2.5.6.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 python-utils-2.4.0.tar.gz create mode 100644 python-utils-2.5.6.tar.gz diff --git a/python-python-utils.changes b/python-python-utils.changes index 036ae68..7e1b4e0 100644 --- a/python-python-utils.changes +++ b/python-python-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 23 16:28:04 UTC 2021 - Axel Braun + +- version 2.5.6 + ------------------------------------------------------------------- Fri Mar 20 11:00:23 UTC 2020 - pgajdos@suse.com diff --git a/python-python-utils.spec b/python-python-utils.spec index 8e99536..aa4b7b8 100644 --- a/python-python-utils.spec +++ b/python-python-utils.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-utils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-utils -Version: 2.4.0 +Version: 2.5.6 Release: 0 Summary: Utilities not included with the standard Python install License: BSD-3-Clause diff --git a/python-utils-2.4.0.tar.gz b/python-utils-2.4.0.tar.gz deleted file mode 100644 index 5b46312..0000000 --- a/python-utils-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f21fc09ff58ea5ebd1fd2e8ef7f63e39d456336900f26bdc9334a03a3f7d8089 -size 22230 diff --git a/python-utils-2.5.6.tar.gz b/python-utils-2.5.6.tar.gz new file mode 100644 index 0000000..64a9bc8 --- /dev/null +++ b/python-utils-2.5.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352d5b1febeebf9b3cdb9f3c87a3b26ef22d3c9e274a8ec1e7048ecd2fac4349 +size 14057 From 0ff5346ba6b57beca8ba9bea6a5f3423c08bcfd391db7b61eacf392b7c69e4f6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 9 Dec 2021 00:19:18 +0000 Subject: [PATCH 2/2] Accepting request 936447 from home:pgajdos:python - do not require pytest-runner for build, it is not needed OBS-URL: https://build.opensuse.org/request/show/936447 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-utils?expand=0&rev=10 --- python-python-utils.changes | 5 +++++ python-python-utils.spec | 12 +++--------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/python-python-utils.changes b/python-python-utils.changes index 7e1b4e0..e6276c5 100644 --- a/python-python-utils.changes +++ b/python-python-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 8 09:03:34 UTC 2021 - pgajdos@suse.com + +- do not require pytest-runner for build, it is not needed + ------------------------------------------------------------------- Sat Oct 23 16:28:04 UTC 2021 - Axel Braun diff --git a/python-python-utils.spec b/python-python-utils.spec index aa4b7b8..3ff613e 100644 --- a/python-python-utils.spec +++ b/python-python-utils.spec @@ -25,7 +25,6 @@ License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/WoLpH/python-utils Source: https://files.pythonhosted.org/packages/source/p/python-utils/python-utils-%{version}.tar.gz -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -53,14 +52,9 @@ classes which make common patterns shorter and easier. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# default test settings enable some pytest backends we don't care about -mv pytest.ini old_pytest.ini_old -%{python_expand rm -rf _build.* build tests/__pycache__ tests/*.pyc tests/*.pyo -export PYTHONDONTWRITEBYTECODE=1 -export PYTHONPATH=%{buildroot}%{$python_sitelib} -py.test-%{$python_bin_suffix} tests/*.py -} -mv old_pytest.ini_old pytest.ini +mv pytest.ini{,.hide} +%pytest +mv pytest.ini{.hide,} %files %{python_files} %doc README.rst