diff --git a/python-pyusb.changes b/python-pyusb.changes index 13e046a..a4bb13e 100644 --- a/python-pyusb.changes +++ b/python-pyusb.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun May 9 16:47:59 UTC 2021 - Dirk Müller + +- update to 1.1.1: + * python 3.9 support + * bugfixes + ------------------------------------------------------------------- Wed Apr 17 01:30:00 UTC 2019 - John Vandenberg diff --git a/python-pyusb.spec b/python-pyusb.spec index dc21ac0..d3425db 100644 --- a/python-pyusb.spec +++ b/python-pyusb.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyusb # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%global skip_python2 1 Name: python-pyusb -Version: 1.0.2 +Version: 1.1.1 Release: 0 Summary: USB access on the Python language # URL is incorrect on PyPI, gh#pyusb/pyusb#211 License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/pyusb/pyusb -Source: https://github.com/pyusb/pyusb/archive/v%{version}.tar.gz#/pyusb-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/pyusb/pyusb-%{version}.tar.gz BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: dos2unix BuildRequires: fdupes diff --git a/pyusb-1.0.2.tar.gz b/pyusb-1.0.2.tar.gz deleted file mode 100644 index 2bfedae..0000000 --- a/pyusb-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49dfa601f28e9399df62004170cfb623197ad32d8399885b7f789775767b50c3 -size 68694 diff --git a/pyusb-1.1.1.tar.gz b/pyusb-1.1.1.tar.gz new file mode 100644 index 0000000..4d737c3 --- /dev/null +++ b/pyusb-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d449ad916ce58aff60b89aae0b65ac130f289c24d6a5b7b317742eccffafc38 +size 74746