Hello community, here is the log from the commit of package python-usb for openSUSE:Factory checked in at 2012-04-18 16:30:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-usb (Old) and /work/SRC/openSUSE:Factory/.python-usb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-usb", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-usb/python-usb.changes 2011-09-23 12:43:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-usb.new/python-usb.changes 2012-04-18 16:30:20.000000000 +0200 @@ -1,0 +2,16 @@ +Tue Apr 17 10:38:37 UTC 2012 - [email protected] + +- Build version 1.0.0a2 +- Included coded fixes + - MANIFEST.in: Removed old test firmware from manifest file + - usb/backend/libusb10.py, usb/backend/openusb.py: Fixed: use None + when errno value is not available + - tests/utils.py: Fixed Python 3 string test case for ctrl_transfer + In Python 3, string is 4 bytes long, so ctrl_transfer test case was + failing with 'Broken error' message. This was caused because control + buffer in the benchmark firmware can only hold 8 bytes, thus it + could not handle more than a two character length string. + - usb/backend/libusb01.py: Fixed correct device enumeration for + libusb01 backend + +------------------------------------------------------------------- @@ -21,0 +38 @@ +------------------------------------------------------------------- Old: ---- pyusb-1.0.0-a1.tar.bz2 New: ---- pyusb-1.0.0a2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-usb.spec ++++++ --- /var/tmp/diff_new_pack.KlL3pp/_old 2012-04-18 16:30:23.000000000 +0200 +++ /var/tmp/diff_new_pack.KlL3pp/_new 2012-04-18 16:30:23.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-usb # -# 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 # remain the property of their copyright owners, unless otherwise agreed @@ -16,27 +16,28 @@ # -%define versuffix -a1 +%define versuffix a2 Name: python-usb Version: 1.0.0 -Release: 1 -Url: http://sourceforge.net/projects/pyusb/ +Release: 0.0 Summary: USB access on the Python language License: BSD-3-Clause Group: Development/Languages/Python -# repacked from http://downloads.sourceforge.net/project/pyusb/PyUSB%201.0/1.0.0-alpha-1/pyusb-%{version}%{versuffix}.tar.gz -# but removed tests/ subdirectory (contains proprietary firmware) +Url: http://sourceforge.net/projects/pyusb/ Source: pyusb-%{version}%{versuffix}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: dos2unix BuildRequires: python-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description -USB access on the Python language. +Aims to provide easy USB access to the Python language. %prep %setup -q -n pyusb-%{version}%{versuffix} +# Convert dos format files to unix format +find . -name "*.rst" -exec dos2unix {} \; %build python setup.py build @@ -44,11 +45,8 @@ %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 ACKNOWLEDGEMENTS ChangeLog LICENSE PKG-INFO README TODO docs/tutorial.txt +%doc ACKNOWLEDGEMENTS ChangeLog LICENSE PKG-INFO README.rst ReleaseNotes.rst TODO docs/* %changelog ++++++ pyusb-1.0.0-a1.tar.bz2 -> pyusb-1.0.0a2.tar.bz2 ++++++ ++++ 3529 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
