]> git.pld-linux.org Git - packages/python-maxminddb.git/commitdiff
rel 16; disable python3 here. Now in python3-maxminddb.spec master
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 15 Feb 2024 13:43:33 +0000 (14:43 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 15 Feb 2024 13:43:33 +0000 (14:43 +0100)
python-maxminddb.spec

index 89d212f743967d9e795248a23a40966224e3a034..a9f4278d491a16996b1b3e42c04ca981a91fb1c1 100644 (file)
@@ -3,13 +3,13 @@
 %bcond_without doc             # don't build doc
 %bcond_with    tests   # do not perform "make test"
 %bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with            python3 # CPython 3.x module
 
 %define        module  maxminddb
 Summary:       Python extension for reading the MaxMind DB format
 Name:          python-%{module}
 Version:       1.1.1
-Release:       15
+Release:       16
 License:       APL
 Group:         Libraries/Python
 Source0:       https://pypi.python.org/packages/source/m/maxminddb/maxminddb-%{version}.tar.gz
This page took 0.104932 seconds and 4 git commands to generate.