diff --git a/programming/language/python3/mpdecimal/actions.py b/programming/language/python3/mpdecimal/actions.py
index 4b223af1..1e62c009 100644
--- a/programming/language/python3/mpdecimal/actions.py
+++ b/programming/language/python3/mpdecimal/actions.py
@@ -9,7 +9,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
- autotools.configure("--prefix=/usr/")
+ autotools.configure("--prefix=/usr")
def build():
autotools.make()
@@ -17,4 +17,4 @@ def build():
def install():
autotools.rawInstall('DESTDIR=%s' % get.installDIR())
- pisitools.dodoc("LICENSE.txt", "README.txt")
\ No newline at end of file
+ pisitools.dodoc("LICENSE.txt", "README.txt")
diff --git a/programming/language/python3/mpdecimal/pspec.xml b/programming/language/python3/mpdecimal/pspec.xml
index e2cdf067..e753eb42 100644
--- a/programming/language/python3/mpdecimal/pspec.xml
+++ b/programming/language/python3/mpdecimal/pspec.xml
@@ -13,7 +13,7 @@
app:console
Package for correctly-rounded arbitrary precision decimal floating point arithmetic
mpdecimal is a package for correctly-rounded arbitrary precision decimal floating point arithmetic.
- http://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.5.1.tar.gz
+ http://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.5.0.tar.gz
glibc-devel
@@ -40,13 +40,6 @@
-
- 2021-06-19
- 2.5.1
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
2020-12-09
2.5.0
diff --git a/system/base/python3/pspec.xml b/system/base/python3/pspec.xml
index ed6348fa..2972bd8a 100644
--- a/system/base/python3/pspec.xml
+++ b/system/base/python3/pspec.xml
@@ -12,7 +12,7 @@
custom
Next generation of the python high-level scripting language
Python is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries.
- https://www.python.org/ftp/python/3.8.9/Python-3.8.9.tar.xz
+ https://www.python.org/ftp/python/3.8.10/Python-3.8.10.tar.xz
bzip2
@@ -130,8 +130,8 @@
2021-06-19
- 3.8.9
- Rebuild.
+ 3.8.10
+ Version bump.
Mustafa Cinasal
muscnsl@gmail.com