forked from pool/python-pyudev
Accepting request 105807 from home:adra:branches:devel:languages:python
Update to version 0.14 OBS-URL: https://build.opensuse.org/request/show/105807 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
a0ee3e3f89
commit
57f041fc85
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 18 16:21:43 UTC 2012 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.14:
|
||||||
|
* Documentation now hosted at http://pyudev.readthedocs.org
|
||||||
|
* #37: Added :class:`pyudev.wx.WxUDevMonitorObserver` for wxPython
|
||||||
|
* Added :class:`pyudev.MonitorObserver`
|
||||||
|
* Added :attr:`pyudev.glib.GUDevMonitorObserver.enabled`,
|
||||||
|
:attr:`pyudev.pyqt4.QUDevMonitorObserver.enabled` and
|
||||||
|
:attr:`pyudev.pyside.QUDevMonitorObserver.enabled`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 6 13:37:02 UTC 2011 - asterios.dramis@gmail.com
|
Sun Nov 6 13:37:02 UTC 2011 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyudev
|
# spec file for package python-pyudev
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,14 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: python-pyudev
|
Name: python-pyudev
|
||||||
Version: 0.13
|
Version: 0.14
|
||||||
Release: 1
|
Release: 0
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Summary: Udev bindings for Python
|
Summary: Udev bindings for Python
|
||||||
Url: http://packages.python.org/pyudev/
|
Url: http://pyudev.readthedocs.org/
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Source0: http://pypi.python.org/packages/source/p/pyudev/pyudev-%{version}.tar.gz
|
Source0: http://pypi.python.org/packages/source/p/pyudev/pyudev-%{version}.tar.gz
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
@@ -48,9 +46,6 @@ python setup.py build
|
|||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f INSTALLED_FILES
|
%files -f INSTALLED_FILES
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc CHANGES.rst COPYING README.rst
|
%doc CHANGES.rst COPYING README.rst
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:60f4e71d3b32148b499db7ad860f94a9f73fa8faf06583e56ae4bbbdc020f946
|
|
||||||
size 64088
|
|
3
pyudev-0.14.tar.gz
Normal file
3
pyudev-0.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8a887b151aac965e77f98034559949934e5fba90836ba601e841dbdfdc6de7eb
|
||||||
|
size 67659
|
Reference in New Issue
Block a user