New version: 0.19.0

Signed-off-by: mulhern <amulhern@redhat.com>
This commit is contained in:
mulhern 2016-02-08 14:22:47 -05:00
parent ddbebcaa54
commit 41acb8e7e3
3 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <amulhern@redhat.com> - 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 <releng@fedoraproject.org> - 0.18.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
12fd1a4061e5041366bfca921c4de29b pyudev-0.18.1.tar.gz
1151e9d05baf6ce7b43e7574dc0ef154 pyudev-0.19.0.tar.gz