From b2f5ae9404570597c72fcfc2418c9ffa78a6b79f5c8737c4a5023a46e577faab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 15 Jul 2022 06:49:48 +0000 Subject: [PATCH] Accepting request 989230 from home:bnavigator:branches:devel:languages:python - Remove old pathlib extra package build requirement. It is included in the stdlib since Python 3.4 OBS-URL: https://build.opensuse.org/request/show/989230 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydocstyle?expand=0&rev=27 --- python-pydocstyle.changes | 6 ++++++ python-pydocstyle.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pydocstyle.changes b/python-pydocstyle.changes index f3f88a4..bc614a2 100644 --- a/python-pydocstyle.changes +++ b/python-pydocstyle.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 14 16:30:49 UTC 2022 - Ben Greiner + +- Remove old pathlib extra package build requirement. It is + included in the stdlib since Python 3.4 + ------------------------------------------------------------------- Tue Apr 12 21:25:34 UTC 2022 - Ben Greiner diff --git a/python-pydocstyle.spec b/python-pydocstyle.spec index aa6e1c0..eba19b3 100644 --- a/python-pydocstyle.spec +++ b/python-pydocstyle.spec @@ -29,7 +29,6 @@ Source: https://github.com/PyCQA/pydocstyle/archive/%{version}.tar.gz#/p # Tests invoke pip and pycodestyle directly, when they should use sys.executable. # https://github.com/PyCQA/pydocstyle/pull/403 Patch0: integration-tests-invocation.patch -BuildRequires: %{python_module pathlib} # Tests invoke pip BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest}