1
0

- Drop the pygit2-0.28-Remove-pycparser-constraint.patch and replace

it with shorter sed
- Switch to pytest testing:
  * Fails now but that is pycparser bug https://github.com/eliben/pycparser/issues/305

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=45
This commit is contained in:
Tomáš Chvátal
2019-03-23 11:40:49 +00:00
committed by Git OBS Bridge
parent 7abfe8db2a
commit 7ea1c3f2fc
3 changed files with 19 additions and 36 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Mar 23 11:32:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Drop the pygit2-0.28-Remove-pycparser-constraint.patch and replace
it with shorter sed
- Switch to pytest testing:
* Fails now but that is pycparser bug https://github.com/eliben/pycparser/issues/305
-------------------------------------------------------------------
Wed Mar 20 20:40:34 UTC 2019 - Neal Gompa <ngompa13@gmail.com>