Hello community, here is the log from the commit of package python-pyudev for openSUSE:Factory checked in at Mon Sep 5 17:03:58 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ python-pyudev/python-pyudev.changes 2011-08-31 22:44:58.000000000 +0200 @@ -0,0 +1,43 @@ +------------------------------------------------------------------- +Wed Aug 31 20:43:18 UTC 2011 - [email protected] + +- Update to version 0.12: + * #32: Fixed memory leak + * #33: Fixed Python 3 support for :mod:`pyudev.glib` + * Fixed license header in :mod:`pyudev._compat` +- Spec file updates. + * Changed License: to LGPL-2.1+. + * Minor other updates. + +------------------------------------------------------------------- +Sun Aug 28 19:28:06 UTC 2011 - [email protected] + +- Update to version 0.11: + * #30: Added :attr:`pyudev.Device.sys_number` + * #29: Added :meth:`pyudev.Device.from_device_number` and + :attr:`pyudev.Device.device_number` + * Officially support PyPy now + From 0.10: + * Added :attr:`pyudev.__version_info__` + * Added :attr:`pyudev.Device.device_type` + * :class:`pyudev.Context`, :class:`pyudev.Enumerator`, :class:`pyudev.Device` + and :class:`pyudev.Monitor` can now directly be passed to + :mod:`ctypes`-wrapped functions + * #24: Added :attr:`pyudev.Context.run_path` + From 0.9: + * #21: Added :meth:`pyudev.Device.find_parent` + * #22: Added :meth:`pyudev.Monitor.filter_by_tag` + * Added :attr:`pyudev.Context.log_priority` to control internal UDev logging + * Improve error reporting, if libudev is missing +- Spec file updates: + * Changed package name to python-pyudev. + * Changed License: to LGPL-2.1. + * Updated Url:. + * Added Provides/Obsoletes entries for pyudev. + * Build the package as noarch. + * Minor other updates. + +------------------------------------------------------------------- +Tue Feb 8 13:18:25 UTC 2011 - [email protected] + +- Initial Package (version 0.8). calling whatdependson for head-i586 New: ---- python-pyudev.changes python-pyudev.spec pyudev-0.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyudev.spec ++++++ # # spec file for package python-pyudev # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: python-pyudev Version: 0.12 Release: 1 License: LGPL-2.1+ Summary: Udev bindings for Python Url: http://packages.python.org/pyudev/ Group: Development/Libraries/Python Source0: http://pypi.python.org/packages/source/p/pyudev/pyudev-%{version}.tar.gz BuildRequires: libudev-devel BuildRequires: python-devel BuildRequires: python-setuptools %{py_requires} # pyudev was last used in KDE:Unstable:Playground (pyudev-0.8) Provides: pyudev = %{version} Obsoletes: pyudev < %{version} BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A Python binding to libudev, the hardware management library and service found in modern linux systems. %prep %setup -q -n pyudev-%{version} %build python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES %clean rm -rf %{buildroot} %files -f INSTALLED_FILES %defattr(-,root,root,-) %doc CHANGES.rst COPYING README.rst %doc doc/ %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
