diff --git a/python-system_hotkey.changes b/python-system_hotkey.changes index fa8b3b8..aa52b06 100644 --- a/python-system_hotkey.changes +++ b/python-system_hotkey.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Oct 22 16:48:44 UTC 2020 - andy great + +- Update to version 1.0.3. + * Fix a typo in Readme + * Documented the fact that xlib shouldn't really be used +- Cleanup spec file. + ------------------------------------------------------------------- Sat May 23 02:50:29 UTC 2020 - andy great diff --git a/python-system_hotkey.spec b/python-system_hotkey.spec index 598d4a6..111df35 100644 --- a/python-system_hotkey.spec +++ b/python-system_hotkey.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-system_hotkey -Version: 1.0.2 +Version: 1.0.3 Release: 0 Summary: System wide hotkeys License: BSD-3-Clause @@ -44,8 +44,6 @@ System wide hotkeys for python 3. %prep %setup -q -n system_hotkey-%{version} -# version was not bumped -sed -i -e 's:1\.0\.1:1.0.2:g' setup.py %build %python_build @@ -61,10 +59,7 @@ sed -i -e 's:1\.0\.1:1.0.2:g' setup.py %files %{python_files} %license LICENSE %doc HISTORY.rst README.rst -%dir %{python_sitelib}/system_hotkey/ -%dir %{python_sitelib}/system_hotkey/__pycache__/ -%{python_sitelib}/system_hotkey-%{version}-py%{python_version}.egg-info/ -%{python_sitelib}/system_hotkey/*.py -%pycache_only %{python_sitelib}/system_hotkey/__pycache__/*.pyc +%{python_sitelib}/system_hotkey +%{python_sitelib}/*egg-info %changelog diff --git a/system_hotkey-1.0.2.tar.gz b/system_hotkey-1.0.2.tar.gz deleted file mode 100644 index f441c17..0000000 --- a/system_hotkey-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d6e06bf359efecf4bea251e330c852f83b9150f503df28fd94239499f4ff606 -size 30373 diff --git a/system_hotkey-1.0.3.tar.gz b/system_hotkey-1.0.3.tar.gz new file mode 100644 index 0000000..1312916 --- /dev/null +++ b/system_hotkey-1.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a67fbaf416e5b2b80dc0ec8e5ac6a5a4d7af197b016908103e76524a10fa81 +size 29898