99db819aee
- Update to version 1.2.5 + remove Remove-shebang-line.patch, replaced by sed expression + add sure_hideDeps.patch, hides implicit Python dependencies + add runTestsOnly.patch only run the tests with make test + run the package tests as part of the package build + No upstream changelog available OBS-URL: https://build.opensuse.org/request/show/284524 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sure?expand=0&rev=2
16 lines
362 B
Diff
16 lines
362 B
Diff
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -10,9 +10,9 @@ install_deps:
|
|
|
|
test:
|
|
@nosetests -s --verbosity=2 tests --rednose
|
|
- @steadymark OLD_API.md
|
|
- @steadymark README.md
|
|
- @pandoc -o readme.rst README.md
|
|
+ #@steadymark OLD_API.md
|
|
+ #@steadymark README.md
|
|
+ #@pandoc -o readme.rst README.md
|
|
|
|
clean:
|
|
@printf "Cleaning up files that are already in .gitignore... "
|