New version: 0.20.0

Signed-off-by: mulhern <amulhern@redhat.com>
This commit is contained in:
mulhern 2016-05-02 09:36:00 -04:00
parent 41acb8e7e3
commit 0859188387
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/pyudev-0.17.tar.gz
/pyudev-0.18.1.tar.gz
/pyudev-0.19.0.tar.gz
/pyudev-0.20.0.tar.gz

View File

@ -1,12 +1,12 @@
%global srcname pyudev
Name: python-%{srcname}
Version: 0.19.0
Version: 0.20.0
Release: 1%{?dist}
Summary: A libudev binding
License: LGPLv2+
URL: http://pypi.python.org/pypi/pyudev
Source0: http://pypi.python.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz
Source0: http://pypi.io/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz
BuildArch: noarch
@ -230,6 +230,14 @@ rm -rf pyudev.egg-info
%{python3_sitelib}/pyudev/__pycache__/pyqt5.*
%changelog
* Mon May 2 2016 mulhern <amulhern@redhat.com> - 0.20.0
- Remove parsing code added in previous release
- No longer do CI for Python 2.6
- Eliminate all wildcard imports and __all__ statements
- No longer use deprecated Device.from_sys_path() method
- Minor pylint induced changes
- Documentation fixes
* 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

View File

@ -1 +1 @@
1151e9d05baf6ce7b43e7574dc0ef154 pyudev-0.19.0.tar.gz
30c19f94dba43b6f5a010285838a3f45 pyudev-0.20.0.tar.gz