Skip to content

Commit

Permalink
update build number and added RPM requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
markllama committed Nov 13, 2022
1 parent ddefb04 commit f628643
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions powerusb.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Control PowerUSB power strips
Name: python-powerusb
Version: 2.0
Release: 1
Release: 2
Source0: %{name}-%{version}.tar.gz
License: Apache License 2.0
Group: Development/Libraries
Expand All @@ -11,8 +11,11 @@ BuildArch: noarch
Vendor: Mark Lamourine <markllama@gmail.com>
Url: http://github.com/markllama/powerusb
Requires: python3
Requires: python3-lxml
Requires: python3-hidapi
Requires: pythoni3-lxml
Requires: libusb
Requires: libhid
Requires: hidapi
Requires: hidapi-devel

%description

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from distutils.core import setup

setup(name="powerusb",
version="2.0",
version="2.0.2",
description="Control PowerUSB power strips",
long_description="""
Library and CLI tools to Control PowerUSB power strips.
Expand Down

0 comments on commit f628643

Please sign in to comment.