Commit Graph

61 Commits

Author SHA1 Message Date
deltragon 8ad89e5b94
Merge pull request #555 from terop/add_dbus-python
Add dbus-python to required dependencies
2024-06-26 22:10:31 +02:00
Tero Paloheimo 5c0884facb Remove use of distutils
As of Python 3.12 setuptools is no longer installed by default and
if setuptools is not installed distutils is not found and SafeEyes
fails to start.

Furthermore distutils is deprecated and should thus not be used
anymore. The packaging module provides a replacement for LooseVersion
and it is also recommended by PEP 632 [1].

Also update required Python version for Debian to 3.12 or newer.

[1] https://peps.python.org/pep-0632/#migration-advice
2024-06-26 21:01:09 +03:00
Gobinath d43599000c Bump version to 2.1.9 2024-06-18 20:26:09 -04:00
Gobinath 30512cc088 Bump version to 2.1.8 2024-06-08 18:41:47 -04:00
Archisman Panigrahi 97b4567709 New version with python 3.12 support 2024-06-08 16:06:03 -04:00
Tero Paloheimo d93b0480f0 Add dbus-python to required dependencies
SafeEyes does not start without dbus-python and therefore
it is added to required dependencies in setup.py.
2023-12-30 19:55:25 +02:00
Gobinath Loganathan bd18d33c90 Prepare v2.1.6 2023-07-04 20:09:53 -04:00
Onur Alp Akin 684d16265a
Reverse-DNS scheme for icons & Broken initialize logic fix & Add appstream (#519)
* Add appstream

* rename platform files reverse-dns format

* rename debian install file reverse-dns format

* rename usages reverse-dns format

* Respect XDG_CONFIG while initializing safeeyes

Instead of using custom variable to define target; Continue respecting XDG specs
https://github.com/slgobinath/SafeEyes/issues/432#issuecomment-883829334

* move appstream under platform

* add flathub badge

* update flathub badge & flatpak installation
2023-05-10 05:45:38 -04:00
Gobinath Loganathan 375bd9d737 Bump the version to 2.1.5 2023-01-05 19:11:06 -05:00
Gobinath Loganathan 7f17dabbfe Bump version to 2.1.4 2022-11-20 17:22:47 -05:00
Gobinath 736f15e907 Release v2.1.3 2021-04-19 21:32:50 -04:00
Gobinath 8f58871b72 Release v2.1.2 2021-02-13 18:43:46 -05:00
Gobinath a51ff8bff0
Fix icons and desktop file installation (#408) 2020-12-31 08:34:27 -05:00
Gobinath 41464e4ebc Release v2.1.1 2020-12-25 19:28:38 -05:00
Gobinath 12b2b0b2a4 Create desktop entries from the code 2020-12-25 19:22:57 -05:00
Gobinath 25f4aa626f Add cron expression to reset health stats 2020-12-20 10:06:34 -05:00
Gobinath a29d027852 Support Python 3.8 and 3.9 and release v2.1.0 2020-12-17 17:37:53 -05:00
Dennis Schridde 1e3786667c Fix installation into user directory (#334)
Allows `pip install --user SafeEyes` or `python setup.py install --user` to work.
2019-07-30 19:19:55 -04:00
Gobinath e127fa906b Prepapre for v2.0.9 2019-03-26 06:01:43 -04:00
Gobinath 7c50b100ab Remove dbus dependency 2019-01-21 22:01:01 -05:00
Gobinath cdb67a6ddd Release 2.0.7 2019-01-21 18:46:05 -05:00
Gobinath 15648b2ccf Prepare for release 2.0.7 2019-01-21 11:45:52 -05:00
Gobinath dc6bee31d6 Fix Gtk issues on Ubuntu 14.04
Fix #265
2019-01-21 11:38:28 -05:00
Gobinath 6e1f1111a5 Fix bug in Ubuntu build 2018-06-26 14:59:21 -04:00
Gobinath b3212a25f0 Release v2.0.6 2018-06-26 13:37:57 -04:00
Gobinath 65d76b2e89 Add markdown support on pypi 2018-03-30 14:23:56 -04:00
Gobinath e4a287c848 Release 2.0.5 2018-03-19 12:22:54 -04:00
Gobinath 020934aa0f Fix bug in smart pause and release new version 2018-02-09 10:09:08 -05:00
Gobinath c5f44f6a8f Release 2.0.3 2018-02-09 09:33:21 -05:00
Gobinath ee078e5f3b Prepare for Ubuntu build 2018-01-12 17:58:11 -05:00
Gobinath 5de1da62a8 Release v2.0.2 2018-01-04 11:57:36 -05:00
Gobinath 1c4966ab65 Release v2.0.1 2018-01-03 09:25:37 -05:00
Federico Ceratto bf57dbd72f Add missing dependencies: gi and dbus (#216)
Also sort the dependencies
Related to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881204
2017-11-13 09:15:53 -05:00
Jalakas 7c0c8c29f3 update estonian language translation, fix some remaining flake8 style fixes (#214)
* flake8 fixes

* translation: update Estonian translation
2017-11-11 10:53:24 -05:00
Gobinath 443804c3d1 Fix compiling po files while cleaning 2017-10-12 15:49:40 -04:00
Gobinath acb34d782a Release v2.0.0 2017-10-12 12:25:49 -04:00
Gobinath 5de6869309 Safeeyes 2.0.0 (#194) 2017-10-07 09:10:31 -04:00
Gobinath a8e198d7f8 Fix error in setup.py 2017-07-31 15:12:04 -04:00
Gobinath 8ea2c85c9a Release v1.2.2 2017-07-31 15:08:35 -04:00
Jalakas 1162d19c63 flake8 suggested fixes
Ignored these: tabs vs spaces, multiple imports on single line, import not on top of file, too long lines.
2017-07-05 22:59:04 +03:00
Gobinath 08932e5fff Make pyaudio optional 2017-06-21 15:14:31 -04:00
Gobinath 2cd370f11e Release v1.2.1 2017-04-28 14:11:52 -04:00
Gobinath ec6f6c9fdc Release v1.2.0 2017-04-28 13:54:05 -04:00
Gobinath 249d3be998 Release v1.2.0a10 2017-04-25 15:43:25 -04:00
Gobinath 0ee6f2f2bb Improve the screen lock command 2017-04-20 09:43:26 -04:00
Gobinath 8761d6cbbf Release Safe Eyes 1.2.0a8 2017-04-19 14:39:46 -04:00
Gobinath ef863983c1 Limit the plugins text length 2017-04-18 19:34:22 -04:00
Gobinath 84c6e2fb50 Fix issue with gi dependency 2017-04-15 14:54:20 -04:00
Gobinath 0a4590c400 Add pip install to readme 2017-04-15 10:34:54 -04:00
Gobinath e748fbfd8d Prepare alpha version 1.2.0a7 release 2017-04-15 08:54:00 -04:00