Skip to content

Releases: rhinstaller/python-simpleline

1.8.3

02 Nov 13:28
f845d6c
Compare
Choose a tag to compare
  • Fix bumpver Makefile target
  • Add tests for UIScreen wide disabling of concurrency check
  • Abstract registering signal handler in the InputHandler constructor
  • Allow to disable concurrency check for all UIScreen inputs
  • Add Makefile target for local container tests
  • Use localization from rhel-9 weblate translation component

1.1.3

27 Oct 13:09
3c0e7eb
Compare
Choose a tag to compare

What's Changed

  • Add tests for UIScreen wide disabling of concurrency check
  • Abstract registering signal handler in the InputHandler constructor
  • Allow to disable concurrency check for all UIScreen inputs
  • Enable execution of the tests on GitHub actions
  • Add Makefile target for container tests execution
  • Remove pocketlint from the build requires

1.1.2

22 Sep 09:32
27745e5
Compare
Choose a tag to compare
  • Always close the password dialog (vponcova)

1.9.0

11 Oct 09:35
cf7a049
Compare
Choose a tag to compare
  • Add tests for UIScreen wide disabling of concurrency check
  • Abstract registering signal handler in the InputHandler constructor
  • Allow to disable concurrency check for all UIScreen inputs
  • Rename helper test classes to have Mock postfix
  • Call App.initialize() in the setUp phase of GlobalConfiguration test
  • Use {} and [] instead of dict() and list()
  • Specify encoding for open()
  • Remove 'u' prefix from strings

1.8.2

23 Aug 14:54
6113c0c
Compare
Choose a tag to compare
  • Remove changelog from the upstream spec file
  • Fix spec file archive link

1.8.1

23 Aug 10:25
f12e258
Compare
Choose a tag to compare
1.8.1 Pre-release
Pre-release
  • Include also documentation to the tarball
  • Rename doc directory to docs
  • Add explanations of what is included in the MANIFEST.in file
  • Update packit config to reflect new tag naming
  • Change tag name to just version
  • Fix GitHub workflow checkout

simpleline-1.8

22 Feb 16:32
d239f2d
Compare
Choose a tag to compare
  • Add missing make command to spec file (jkonecny)
  • Don't translate the prompt keys (vponcova)
  • Test build on Fedora ELN (jkonecny)
  • Remove packit get-current-action (jkonecny)
  • Run tests in GitHub workflow (martin)
  • Fix raise-missing-from (W0707) pylint warnings (martin)
  • Fix pylint to check test code correctly (jkonecny)
  • Use script to run unit tests (jkonecny)
  • Use relative imports in tests (jkonecny)
  • Change directory structure of unit tests (jkonecny)
  • Fix documentation of _process_screen method (jkonecny)
  • Fix pylint issues (jkonecny)
  • Use pylint instead of pocketlint (jkonecny)
  • Add coverage support (jkonecny)
  • Make link to exmples directory in Readme (jkonecny)
  • Fix homepage of the project in setup.py (jkonecny)
  • Fix classifiers in setup.py (jkonecny)
  • Add pypi-upload to Makefile (jkonecny)

simpleline-1.1.1

11 Aug 13:34
4e9fe8c
Compare
Choose a tag to compare
  • Use relative imports in tests (jkonecny)
  • Solve pylint errors (jkonecny)
  • Remove pot file (jkonecny)
  • Switch translations to rhel-8 Weblate branch (jkonecny)
  • Add potfile to the .gitignore (jkonecny)
  • Pause releasing when calling bumpver (jkonecny)
  • Remove Zanata from the Simpleline (jkonecny)
  • Switch po-push from Zanata to Weblate (jkonecny)
  • Download translations from Weblate (jkonecny)

simpleline-1.7

25 Jun 16:02
35d5064
Compare
Choose a tag to compare
  • Testing farm seems like a better option (jkonecny)
  • Fix upstream package name (jkonecny)
  • Copy archive to the project root for packit (jkonecny)
  • Use BUILD_ARGS for packit to remove wheel dependency (jkonecny)
  • Correct how packit sniffing package version (jkonecny)
  • Add packit action to create archive correctly (jkonecny)
  • Simplify Packit configuration file (jkonecny)
  • Enable copr builds and add packit config (dhodovsk)
  • Add possibility to change setup.py arguments (jkonecny)
  • Fix typo in setup.py (jkonecny)
  • Add translation badge from Weblate (jkonecny)
  • Add potfile to the .gitignore (jkonecny)
  • Pause releasing when calling bumpver (jkonecny)
  • Remove unused PREFIX from the Makefile (jkonecny)
  • Remove Zanata from the Simpleline (jkonecny)
  • Switch po-push from Zanata to Weblate (jkonecny)
  • Download translations from Weblate (jkonecny)
  • Remove pot file from this repository (jkonecny)
  • Add new directories to .gitignore and make clean (jkonecny)
  • Add Makefile PHONY targets (jkonecny)
  • Simplify archive creation (jkonecny)
  • Reflect rename of COPYING to LICENSE.md (jkonecny)
  • Change license in spec file to LGPLv3+ (jkonecny)
  • Add COPR badge for daily builds (jkonecny)
  • Improve setup.py (jkonecny)
  • Change license to LGPLv3 for all the files (jkonecny)
  • Change License from GPLv2+ to LGPLv3+ (jkonecny)

simpleline-1.6

22 Aug 10:02
3973611
Compare
Choose a tag to compare
  • Always close the password dialog (vponcova)
  • Remove unnecessary pass statements (jkonecny)