New version: 0.20.0
Signed-off-by: mulhern <amulhern@redhat.com>
This commit is contained in:
parent
41acb8e7e3
commit
0859188387
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user