14
0
forked from pool/python-pyudev

- update to 0.24.0:

* Remove six dependency
  * Drop pylint tasks
  * Support python 3.9 and 3.10

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=54
This commit is contained in:
2022-10-01 07:49:29 +00:00
committed by Git OBS Bridge
parent 1597d92213
commit bc00a63817
9 changed files with 60 additions and 78 deletions

View File

@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyudev
Version: 0.23.2+14
Version: 0.24.0
Release: 0
Summary: Udev bindings for Python
License: LGPL-2.1-or-later
Group: Development/Libraries/Python
URL: http://pyudev.readthedocs.org/
Source0: pyudev-%{version}.tar.xz
URL: https://pyudev.readthedocs.io/
Source0: https://github.com/pyudev/pyudev/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}-gh.tar.gz
# PATCH-FIX-UPSTREAM pytest_register_mark.patch gh#pyudev/pyudev#404 mcepl@suse.com
# Add missing mark registration and register and use another mark
Patch0: pytest_register_mark.patch