1
0

Accepting request 989318 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/989318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pydocstyle?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2022-08-08 06:44:46 +00:00 committed by Git OBS Bridge
commit d799c06e92
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 14 16:30:49 UTC 2022 - Ben Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de>

View File

@ -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}