]> git.pld-linux.org Git - packages/python-parsedatetime.git/commitdiff
- up to 2.6 master auto/th/python-parsedatetime-2.6-1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 21 May 2022 16:28:43 +0000 (18:28 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 21 May 2022 16:28:43 +0000 (18:28 +0200)
- disable tests, importing icu is broken as local icu.py overrides the external import :/

python-parsedatetime.spec

index 55f7585e84ef77762166b5323e73eab41957df9e..455089e209d951ffee32b837a60a35172c8afeab 100644 (file)
@@ -1,19 +1,19 @@
 #
 # Conditional build:
 %bcond_without doc     # don't build doc
-%bcond_without tests   # do not perform "make test"
+%bcond_with    tests   # do not perform "make test"
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
 
-%define        module  parsedatetime
+%define                module  parsedatetime
 Summary:       Parse human-readable date/time strings in Python
 Name:          python-%{module}
-Version:       2.1
-Release:       8
+Version:       2.6
+Release:       1
 License:       Apache v2.0
 Group:         Libraries/Python
 Source0:       https://github.com/bear/%{module}/archive/v%{version}/%{module}-%{version}.tar.gz
-# Source0-md5: 9054ba8585a94fb68f29d47c14536cc5
+# Source0-md5: 4d9af6a4427c383910bbc34a5d44f151
 URL:           https://github.com/bear/parsedatetime
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.713
This page took 0.138174 seconds and 4 git commands to generate.