15
0

Accepting request 678632 from home:jayvdb:coala

- Trim unnecessary build dependencies using trim-test-deps.patch
- Simplify skip_tcsh_tests.patch so it is easier to read and update
- Update to v1.9.4
  * Use the correct interpreter when checking wrappers
  * Provide shellcode as a module function (#237)
- from v1.9.3
  * Fix handling of COMP\_POINT
  * Fix crash when writing unicode to debug\_stream in Python 2

OBS-URL: https://build.opensuse.org/request/show/678632
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=21
This commit is contained in:
Tomáš Chvátal
2019-02-25 08:27:22 +00:00
committed by Git OBS Bridge
parent c83255a471
commit 3226ad8b67
6 changed files with 40 additions and 40 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Feb 25 05:52:03 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Trim unnecessary build dependencies using trim-test-deps.patch
- Simplify skip_tcsh_tests.patch so it is easier to read and update
- Update to v1.9.4
* Use the correct interpreter when checking wrappers
* Provide shellcode as a module function (#237)
- from v1.9.3
* Fix handling of COMP\_POINT
* Fix crash when writing unicode to debug\_stream in Python 2
-------------------------------------------------------------------
Tue Dec 4 12:45:38 UTC 2018 - Matej Cepl <mcepl@suse.com>