You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/python-axolotl-curve25519/files/python-axolotl-curve25519-0...

13 lines
409 B

diff -Naurp a/setup.py b/setup.py
--- a/setup.py 2018-04-14 12:44:43.000000000 +0200
+++ b/setup.py 2023-04-01 18:39:19.732484796 +0200
@@ -18,7 +18,7 @@ module_curve = Extension('axolotl_curve2
)
setup(
name='python-axolotl-curve25519',
- version="0.4.1-2",
+ version="0.4.1.post2",
license='GPLv3 License',
author='Tarek Galal',
ext_modules = [module_curve],