archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / python-gnuplot / trunk / 0001-1.8-is-not-a-valid-version-number.patch
blob2fdbf3c11a7340f8cb44e902a71aea20b5f7e8eb
1 From b79ff144297597b405f510d08ebad60f074cdb39 Mon Sep 17 00:00:00 2001
2 From: Jelle van der Waa <jelle@vdwaa.nl>
3 Date: Tue, 11 Apr 2023 19:47:27 +0200
4 Subject: [PATCH] 1.8+ is not a valid version number
6 ---
7 Gnuplot/__init__.py | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/Gnuplot/__init__.py b/Gnuplot/__init__.py
11 index d707af4..758d455 100644
12 --- a/Gnuplot/__init__.py
13 +++ b/Gnuplot/__init__.py
14 @@ -155,7 +155,7 @@ Bugs:
16 """
18 -__version__ = '1.8+'
19 +__version__ = '1.8'
21 # Other modules that should be loaded for 'from Gnuplot import *':
22 __all__ = ['utils', 'funcutils', ]
23 --
24 2.40.0