15
0

- Rearrange and reapply patches.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-columnize?expand=0&rev=4
This commit is contained in:
2022-03-08 10:14:28 +00:00
committed by Git OBS Bridge
parent 45b6a39591
commit b9a5c89c4d
4 changed files with 33 additions and 18 deletions

View File

@@ -1,7 +1,10 @@
Index: columnize-0.3.10/__pkginfo__.py
===================================================================
--- columnize-0.3.10.orig/__pkginfo__.py 2020-04-17 03:02:33.000000000 +0200
+++ columnize-0.3.10/__pkginfo__.py 2022-03-08 07:53:57.177335010 +0100
---
__pkginfo__.py | 2 +-
test_columnize.py | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -45,7 +45,7 @@ exec(
)
)
@@ -11,10 +14,8 @@ Index: columnize-0.3.10/__pkginfo__.py
web = "https://github.com/rocky/pycolumnize"
# tracebacks in zip files are funky and not debuggable
zip_safe = False
Index: columnize-0.3.10/test_columnize.py
===================================================================
--- columnize-0.3.10.orig/test_columnize.py 2022-03-08 07:53:49.941293417 +0100
+++ columnize-0.3.10/test_columnize.py 2022-03-08 07:56:36.710251987 +0100
--- a/test_columnize.py
+++ b/test_columnize.py
@@ -1,7 +1,8 @@
#!/usr/bin/env python
# -*- Python -*-