Hello community, here is the log from the commit of package python-usb for openSUSE:Factory checked in at 2017-10-18 10:54:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-usb (Old) and /work/SRC/openSUSE:Factory/.python-usb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-usb" Wed Oct 18 10:54:08 2017 rev:15 rq:534389 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-usb/python-usb.changes 2017-09-12 19:53:18.136731313 +0200 +++ /work/SRC/openSUSE:Factory/.python-usb.new/python-usb.changes 2017-10-18 10:54:11.646424290 +0200 @@ -1,0 +2,35 @@ +Fri Oct 13 15:54:26 UTC 2017 - [email protected] + +- specfile: + * require setuptools + * update tar-ball name (lowercase) + * update url + * added Changelog to %doc + +- update to version 1.0.2: + * Add deploy script for automated deployment. + * Revert "[ADD] pyusb module to satisfy setuptools" + * [ADD] pyusb module to satisfy setuptools + * enable building as a wheel by using setuptools + +- changes from version 1.0.1: + * Update version to 1.0.1. After changes in zc.buildout/setuptools + the tarball name needs to match case sensitive the package name + defined in setup.py + * Add message for new maintainer. + * [docs] Add section in faq for libusb Windows installation. + * [docs] Fix tutorial link in faq. + * .gitignore pyusb.egg-info + * Add topic about configuration selection and handling to FAQ. + * Update libusb website. + * Use python syntax highlighting + * legacy: Fix a few typos in help text + * legacy: set Bus.location and Device.devnum + * usb/libloader.py: load_locate_library parameter documentation + * Remove the quick packaging job, note availability of package in + Debian + * Quick Debian packaging + * Fix setup.py for v1.0.0 + * Typo fix: replace LibaryException with LibraryException. + +------------------------------------------------------------------- Old: ---- PyUSB-1.0.0.tar.gz New: ---- pyusb-1.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-usb.spec ++++++ --- /var/tmp/diff_new_pack.3uGKHM/_old 2017-10-18 10:54:12.334392015 +0200 +++ /var/tmp/diff_new_pack.3uGKHM/_new 2017-10-18 10:54:12.338391827 +0200 @@ -18,14 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-usb -Version: 1.0.0 +Version: 1.0.2 Release: 0 Summary: USB access on the Python language License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/walac/pyusb -Source: https://files.pythonhosted.org/packages/source/p/pyusb/PyUSB-%{version}.tar.gz +Url: https://walac.github.io/pyusb +Source: https://files.pythonhosted.org/packages/source/p/pyusb/pyusb-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} BuildRequires: dos2unix BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -48,7 +49,7 @@ %files %{python_files} %defattr(-,root,root) -%doc ACKNOWLEDGEMENTS LICENSE README.rst docs/* +%doc ACKNOWLEDGEMENTS ChangeLog LICENSE README.rst docs/* %{python_sitelib}/* %changelog
