From 41acb8e7e3f10ddb8df762f82b0c2863aa9ec8c1 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 8 Feb 2016 14:22:47 -0500 Subject: [PATCH] New version: 0.19.0 Signed-off-by: mulhern --- .gitignore | 1 + python-pyudev.spec | 14 ++++++++++++-- sources | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bba8f2a..a39e1d8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /pyudev-0.16.1.tar.gz /pyudev-0.17.tar.gz /pyudev-0.18.1.tar.gz +/pyudev-0.19.0.tar.gz diff --git a/python-pyudev.spec b/python-pyudev.spec index 9611dcc..61888ef 100644 --- a/python-pyudev.spec +++ b/python-pyudev.spec @@ -1,7 +1,7 @@ %global srcname pyudev Name: python-%{srcname} -Version: 0.18.1 -Release: 5%{?dist} +Version: 0.19.0 +Release: 1%{?dist} Summary: A libudev binding License: LGPLv2+ @@ -230,6 +230,16 @@ rm -rf pyudev.egg-info %{python3_sitelib}/pyudev/__pycache__/pyqt5.* %changelog +* Mon Feb 08 2016 mulhern - 0.19.0 +- Never raise a DeviceNotFoundError when iterating over a device enumeration +- Device.subsystem() now returns None if device has no subsystem +- Add DeprecationWarnings to deprecated Device methods +- Replace "/" with "!" in Device.from_name() sys_name parameter +- Add some unstable classes for parsing some kinds of values +- Make version info more like Python's including micro numbers and levels +- Refactor some internal modules into subdirectories +- Work on tests and reproducers + * Thu Feb 04 2016 Fedora Release Engineering - 0.18.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index e704194..4692273 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -12fd1a4061e5041366bfca921c4de29b pyudev-0.18.1.tar.gz +1151e9d05baf6ce7b43e7574dc0ef154 pyudev-0.19.0.tar.gz