14
0

Accepting request 1295796 from home:dancermak:branches:devel:languages:python

Switch to github fork

OBS-URL: https://build.opensuse.org/request/show/1295796
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-editor?expand=0&rev=22
This commit is contained in:
2025-07-26 05:20:50 +00:00
committed by Git OBS Bridge
parent 47509c59a2
commit 5aba18bf14
7 changed files with 49 additions and 45 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jul 25 13:59:54 UTC 2025 - dcermak@suse.com
- Update to version 1.0.4+git13:
* fix: resolve test failures in package build
-------------------------------------------------------------------
Tue Jul 22 14:45:03 UTC 2025 - dcermak@suse.com
- Update to version 1753113091.b90b296:
* feat: recognize emacsclient as emacs
* fix: shlex.split() $EDITOR before calling Popen
* ci: run the CI on python 3.6 too
* Add simple tests using pytest & CI using github actions
* support python 3.12
* Move the import of disutils.spawn into the scope where it is actually being used so that inquirer can mostly function on default ubuntu python.
-------------------------------------------------------------------
Fri Jun 20 11:51:56 UTC 2025 - Nico Krapp <nico.krapp@suse.com>