From 850c5032048575d0e6f2f53b949b3d7057b87baa552c7e53a599df1e3087cd60 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 28 Feb 2020 21:40:00 +0000 Subject: [PATCH] - update to 0.22.0: - Add a six-enabled move for collections move imports: https://github.com/pyudev/pyudev/pull/386 - Fix any newly introduced pylint errors - Numerous improvements or updates to the test infrastructure - A number of test updates - Require yapf 0.21.0 for Python formatting - Various documentation fixes and updates OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=33 --- python-pyudev.changes | 12 ++++++++++++ python-pyudev.spec | 5 +++-- pyudev-0.21.0.tar.gz | 3 --- pyudev-0.22.0.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 pyudev-0.21.0.tar.gz create mode 100644 pyudev-0.22.0.tar.gz diff --git a/python-pyudev.changes b/python-pyudev.changes index be6e194..5d47280 100644 --- a/python-pyudev.changes +++ b/python-pyudev.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Feb 28 21:38:51 UTC 2020 - Dirk Mueller + +- update to 0.22.0: + - Add a six-enabled move for collections move imports: + https://github.com/pyudev/pyudev/pull/386 + - Fix any newly introduced pylint errors + - Numerous improvements or updates to the test infrastructure + - A number of test updates + - Require yapf 0.21.0 for Python formatting + - Various documentation fixes and updates + ------------------------------------------------------------------- Tue Dec 4 12:53:19 UTC 2018 - Matej Cepl diff --git a/python-pyudev.spec b/python-pyudev.spec index 97fd837..be49f8a 100644 --- a/python-pyudev.spec +++ b/python-pyudev.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyudev # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_with test Name: python-pyudev -Version: 0.21.0 +Version: 0.22.0 Release: 0 Summary: Udev bindings for Python License: LGPL-2.1-or-later @@ -40,6 +40,7 @@ BuildRequires: %{python_module docutils} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module six} %endif %ifpython2 # pyudev was last used in KDE:Unstable:Playground (pyudev-0.8) diff --git a/pyudev-0.21.0.tar.gz b/pyudev-0.21.0.tar.gz deleted file mode 100644 index b680eba..0000000 --- a/pyudev-0.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b -size 89469 diff --git a/pyudev-0.22.0.tar.gz b/pyudev-0.22.0.tar.gz new file mode 100644 index 0000000..0ccfe83 --- /dev/null +++ b/pyudev-0.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276 +size 85077