Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0e21b19a8 |
4 changed files with 16 additions and 15 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@
|
|||
/visidata-2.6.1.tar.gz
|
||||
/visidata-2.8.tar.gz
|
||||
/visidata-2.10.2.tar.gz
|
||||
/visidata-2.11.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
From 275755604f80d7aae9c23016ca9051fc75f39d3a Mon Sep 17 00:00:00 2001
|
||||
From 9eb4bfeb9c6fd908f6ed8af519cd43bb3037d507 Mon Sep 17 00:00:00 2001
|
||||
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||||
Date: Wed, 27 Mar 2019 19:13:42 -0400
|
||||
Subject: [PATCH] Remove extra copy of man page.
|
||||
|
|
@ -12,23 +12,23 @@ Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
|||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index ee73dfa8..bb553945 100755
|
||||
index 68a71014..374da9c2 100755
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -29,7 +29,7 @@ setup(name='visidata',
|
||||
packages=['visidata', 'visidata.loaders', 'visidata.vendor', 'visidata.tests'],
|
||||
include_package_data=True,
|
||||
data_files = [('share/man/man1', ['visidata/man/vd.1', 'visidata/man/visidata.1'])],
|
||||
- package_data={'visidata': ['man/vd.1', 'man/vd.txt', 'ddw/input.ddw', 'tests/sample.tsv']},
|
||||
+ package_data={'visidata': ['man/vd.txt', 'ddw/input.ddw', 'tests/sample.tsv']},
|
||||
@@ -28,7 +28,7 @@ setup(name='visidata',
|
||||
],
|
||||
packages=['visidata', 'visidata.loaders', 'visidata.vendor', 'visidata.tests', 'visidata.ddw', 'visidata.man'],
|
||||
data_files=[('share/man/man1', ['visidata/man/vd.1', 'visidata/man/visidata.1'])],
|
||||
- package_data={'visidata.man': ['vd.1', 'vd.txt'], 'visidata.ddw': ['input.ddw'], 'visidata.tests': ['sample.tsv']},
|
||||
+ package_data={'visidata.man': ['vd.txt'], 'visidata.ddw': ['input.ddw'], 'visidata.tests': ['sample.tsv']},
|
||||
license='GPLv3',
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
diff --git a/visidata/help.py b/visidata/help.py
|
||||
index a9ffc88a..a0d450cb 100644
|
||||
index e43437ff..67dba043 100644
|
||||
--- a/visidata/help.py
|
||||
+++ b/visidata/help.py
|
||||
@@ -133,7 +133,7 @@ def getHelpPane(vd, name, module='vdplus'):
|
||||
@@ -135,7 +135,7 @@ def getHelpPane(vd, name, module='vdplus'):
|
||||
def openManPage(vd):
|
||||
import os
|
||||
with SuspendCurses():
|
||||
|
|
@ -38,5 +38,5 @@ index a9ffc88a..a0d450cb 100644
|
|||
|
||||
|
||||
--
|
||||
2.36.1
|
||||
2.39.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (visidata-2.10.2.tar.gz) = 5810c97cbdbda51045213196e694898a68916be3d12a79b9461649b7f226477eacd59fc026988d774a930bf255818ffecb50925a2073be1d06356381902f12f3
|
||||
SHA512 (visidata-2.11.tar.gz) = f42fb38b7776215492174be9a79dd0c40d524fcf9095ca5f32a4a31e54abedb798e9d597c1ad8f2cab5c504a0c6e24969d029966b5770b6001ce07dc46ae40de
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
%global srcname visidata
|
||||
|
||||
Name: %{srcname}
|
||||
Version: 2.10.2
|
||||
Version: 2.11
|
||||
Release: %autorelease
|
||||
Summary: Terminal interface for exploring and arranging tabular data
|
||||
|
||||
License: GPLv3
|
||||
License: GPL-3.0-only
|
||||
URL: https://visidata.org
|
||||
Source0: %pypi_source
|
||||
Source0: %pypi_source %{srcname}
|
||||
# https://github.com/saulpw/visidata/pull/269
|
||||
Patch0001: 0001-Remove-extra-copy-of-man-page.patch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue