New version: 0.21.0

Signed-off-by: mulhern <amulhern@redhat.com>
This commit is contained in:
mulhern 2016-07-29 16:06:01 -04:00
parent 218219df0d
commit 84c564fe8a
3 changed files with 18 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -1,7 +1,7 @@
%global srcname pyudev
Name: python-%{srcname}
Version: 0.20.0
Release: 3%{?dist}
Version: 0.21.0
Release: 1%{?dist}
Summary: A libudev binding
License: LGPLv2+
@ -27,7 +27,7 @@ Summary: A libudev binding
%{?python_provide:%python_provide python2-%{srcname}}
BuildRequires: python2-devel
BuildRequires: python-setuptools
BuildRequires: python2-setuptools
# Dependencies for libraries loaded through ctypes
# glibc is needed for pipe2. This is not needed in the python3 package.
@ -37,7 +37,7 @@ Requires: glibc
Requires: systemd-libs
# Used for python2/3 compatibility
Requires: python-six
Requires: python2-six
%description -n python2-%{srcname}
pyudev is a LGPL licensed, pure Python binding for libudev, the device
@ -230,6 +230,18 @@ rm -rf pyudev.egg-info
%{python3_sitelib}/pyudev/__pycache__/pyqt5.*
%changelog
* Fri Jul 29 2016 mulhern <amulhern@redhat.com> - 0.21.1
- Deprecate use of Device object as mapping from udev property names to values
- Add a Properties class and a Device.properties() method for udev properties
- Fix places where Device object was incorrectly used in a boolean context
- Return an empty string, not None, if the property value is an empty string
- Exceptions re-raised from libudev calls now have a message string
- Insert a warning about using a Device in a boolean context in docs
- Infrastructure for vagrant tests is removed
- Various internal refactorings
- Extensive test improvements
- Numerous documentation fixes
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.0-3
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
30c19f94dba43b6f5a010285838a3f45 pyudev-0.20.0.tar.gz
cf4d9db7d772622144ca1be6b5d9353b pyudev-0.21.0.tar.gz