8c2cd5e7e3
Accepting request 1280121 from home:mcalabkova:branches:devel:languages:python
...
- Convert to pip-based build
OBS-URL: https://build.opensuse.org/request/show/1280121
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=33
2025-05-26 11:36:28 +00:00
5dbd327f4c
- update to 0.4.2:
...
* Small type annotation clean ups.
- Update to 0.4.1
- Cleanup use of ifpython3, using the existing macro checks
- Add remove-nose.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=31
2023-09-12 15:26:02 +00:00
39eec799c4
Accepting request 1031663 from home:yarunachalam:branches:devel:languages:python
...
- Update to 0.4.1
* Unbreak process suspension with blessed
* Remove xforms
OBS-URL: https://build.opensuse.org/request/show/1031663
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=29
2022-10-29 11:48:42 +00:00
9189d5c00f
Accepting request 1002431 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/1002431
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=27
2022-09-12 07:59:40 +00:00
6b09610b52
- update to 0.3.10:
...
* type hints
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=25
2022-03-27 11:01:15 +00:00
15256b37b5
Accepting request 960135 from home:pgajdos:python
...
- python-mock actually not needed for build
OBS-URL: https://build.opensuse.org/request/show/960135
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=23
2022-03-08 07:19:55 +00:00
f0e5662c67
Accepting request 883350 from home:apersaud:branches:devel:languages:python
...
- specfile:
* remove patch remove-nose.patch (switch to pytest makes this obsolete)
* update requirements
* skip python 2, remove several if statements in build (for python2 and python <= 3.5)
- update to version 0.3.5:
* Drop supported for Python 2, 3.4 and 3.5.
* Migrate to pytest. Thanks to Paolo Stivanin
* Add new exmples. Thanks to rybarczykj
* Improve error messages. Thanks to Etienne Richart
* Replace wcwidth with cwcwidth
- changes from version 0.3.4:
* Prevent crash when embedding in situations including the lldb
debugger. Thanks Nathan Lanza!
- changes from version 0.3.3:
* Revert backslash removal, since this broke bpython in 0.3.2
- changes from version 0.3.2:
* Migrate doc generation to Python 3
* Add MyPy typing
* Remove logging level message. Thanks Jack Rybarczyk!
* Assorted fixes: Thanks Armira Nance, Etienne Richart, Evan
Allgood, Nathan Lanza, and Vilhelm Prytz!
OBS-URL: https://build.opensuse.org/request/show/883350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=21
2021-04-07 09:53:17 +00:00
f183264e56
- Cleanup use of ifpython3, using the existing macro checks
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=19
2021-02-26 04:20:04 +00:00
Tomáš Chvátal
8addc5018f
- Fix build without python2
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=17
2020-04-23 11:10:08 +00:00
Tomáš Chvátal
39136c6cc6
Accepting request 790867 from home:polslinux:branches:devel:languages:python
...
With previous SR I forgot to remove nose from buildrequires
OBS-URL: https://build.opensuse.org/request/show/790867
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=15
2020-04-02 11:47:37 +00:00
Tomáš Chvátal
857c3c7b4c
Accepting request 790860 from home:polslinux:branches:devel:languages:python
...
- Add remove-nose.patch
OBS-URL: https://build.opensuse.org/request/show/790860
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=14
2020-04-02 11:28:39 +00:00
Tomáš Chvátal
cdfd56c706
Accepting request 790811 from home:mcalabkova:branches:devel:languages:python
...
- Update to version 0.3.1
* Add "dark" format function
* Add Input option to disable terminal start/stop. Thanks George Kettleborough!
* Fix Py3.6 compatibility. Thanks Po-Chuan Hsieh!
* Assorted fixes, thanks Jakub Wilk and Manuel Mendez!
- Drop upstreamed python-curtsies-dont-require-typing-for-python3.5.patch
OBS-URL: https://build.opensuse.org/request/show/790811
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=13
2020-04-02 08:23:55 +00:00
Tomáš Chvátal
57da2863d0
- Enable verbosity of tests to see what is validated
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=11
2019-03-18 10:39:17 +00:00
Tomáš Chvátal
a8321e4860
- Add dependency over wcwidth which is imported by the package
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=9
2018-07-18 11:44:38 +00:00
Tomáš Chvátal
2ea0e6229a
Accepting request 601621 from home:badshah400:branches:devel:languages:python
...
- Add python-curtsies-dont-require-typing-for-python3.5.patch: The
typing module is only required for python3.4 and lower; patch
taken from upstream git (gh#bpython/curtsies#111).
OBS-URL: https://build.opensuse.org/request/show/601621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=7
2018-04-26 14:59:15 +00:00
Tomáš Chvátal
ccb41a2179
Accepting request 578863 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/578863
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=5
2018-02-22 07:36:31 +00:00
Todd R
bd0481cd99
Accepting request 520044 from devel:languages:python:singlespec-staging
...
- Update to version 0.2.11
* Add sequences for home and end (fixes Curtsies #78 )
* fix #90 again
* strip ansi escape sequences if parsing fmtstr input fails
* prevent invalid negative cursor positions in CursorAwareWindow (fixes bpython #607 )
* '\x1bOA' changed from ctrl-arrow key to arrow key (fixes bpython #621 )
* alternate codes for F1-F4 (fixes bpython #626 )
- singlespec auto-conversion
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/520044
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=3
2017-08-31 22:18:09 +00:00
03963a0aba
Accepting request 422145 from devel:languages:python
...
python 2 version of python3-curtsies, which is already in openSUSE:Factory. Needed by the latest version of bpython, which is also already in openSUSE:Factory.
OBS-URL: https://build.opensuse.org/request/show/422145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-curtsies?expand=0&rev=1
2016-10-20 21:07:28 +00:00
5dfc48d5fc
Accepting request 419322 from home:badshah400:branches:devel:languages:python
...
New package; Required for bpython
OBS-URL: https://build.opensuse.org/request/show/419322
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=1
2016-08-22 11:39:07 +00:00