Hello community,

here is the log from the commit of package python-usb for openSUSE:Factory
checked in at Mon Apr 4 13:16:36 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/python-usb/python-usb.changes  2011-03-31 
18:49:50.000000000 +0200
@@ -0,0 +1,21 @@
+-------------------------------------------------------------------
+Thu Mar 31 16:49:15 UTC 2011 - [email protected]
+
+- remove tests from the tarball
+  - they are not used during the build and contain firmware files
+    with unknown licenses
+
+-------------------------------------------------------------------
+Tue Mar 29 13:23:31 UTC 2011 - [email protected]
+
+- updated to 1.0.0 alpha 1
+  - implemented standard control requests
+  - finish implementation of 0.4 API emulation
+  - documentation update
+  - tutorial update
+
+-------------------------------------------------------------------
+Mon Dec 20 20:37:31 UTC 2010 - [email protected]
+
+- created package (1.0.0 alpha 0)
+

calling whatdependson for head-i586


New:
----
  python-usb.changes
  python-usb.spec
  pyusb-1.0.0-a1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-usb.spec ++++++
#
# spec file for package python-usb
#
# 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/
#


%define versuffix -a1

Name:           python-usb
Version:        1.0.0
Release:        1
Url:            http://sourceforge.net/projects/pyusb/
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)
Source:         pyusb-%{version}%{versuffix}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildArch:      noarch

%description
USB access on the Python language.

%prep
%setup -q -n pyusb-%{version}%{versuffix}

%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 ACKNOWLEDGEMENTS ChangeLog LICENSE PKG-INFO README TODO docs/tutorial.txt

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to