11
0

Accepting request 633315 from home:mcepl:work

- Clean up SPEC
- Add %check section, but make it disabled per default (circular
  dependency on pytest)
- Precompile Python files to avoid troubles with mtime and magic values.

OBS-URL: https://build.opensuse.org/request/show/633315
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=79
This commit is contained in:
Tomáš Chvátal
2018-09-05 11:17:34 +00:00
committed by Git OBS Bridge
parent adf1da9930
commit be9600f6bb
2 changed files with 29 additions and 1 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Sep 5 10:02:37 UTC 2018 - Matěj Cepl <mcepl@suse.com>
- Precompile Python files to avoid troubles with mtime and magic values.
-------------------------------------------------------------------
Tue Sep 4 16:01:22 UTC 2018 - Matěj Cepl <mcepl@suse.com>
- Clean up SPEC
- Add %check section, but make it disabled per default (circular
dependency on pytest)
-------------------------------------------------------------------
Fri Aug 31 11:55:29 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>