diff --git a/python-pythran.spec b/python-pythran.spec index 7612138db237551f8a0b46f4449b46bb2b492afc..97b1a3746005f96d5e2ca019e2bf3097de672a0b 100644 --- a/python-pythran.spec +++ b/python-pythran.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pythran -Version: 0.14.0 +Version: 0.16.1 Release: 1 Summary: An ahead of time compiler for a subset of the Python language. License: BSD-3-Clause URL: https://github.com/serge-sans-paille/pythran -Source0: https://files.pythonhosted.org/packages/2c/ab/a647b8cc3ac1aa07cde06875157696e4522958fb8363474bce21c302d4d8/pythran-0.14.0.tar.gz +Source0: https://files.pythonhosted.org/packages/73/32/f892675c5009cd4c1895ded3d6153476bf00adb5ad1634d03635620881f5/pythran-0.16.1.tar.gz BuildArch: noarch %description An ahead of time compiler for a subset of the Python language, with a focus on scientific computing. @@ -73,5 +73,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 20 2024 dongjiao - 0.16.1-1 +- Update version to 0.16.1 + - Numpy 2.x support + - Support python 3.12 + * Thu Nov 30 2023 Dongxing Wang - 0.14.0-1 - Init package diff --git a/pythran-0.14.0.tar.gz b/pythran-0.14.0.tar.gz deleted file mode 100644 index 5bc0076b24a36c673c91aabfff9c7dd4c3edbc0c..0000000000000000000000000000000000000000 Binary files a/pythran-0.14.0.tar.gz and /dev/null differ diff --git a/pythran-0.16.1.tar.gz b/pythran-0.16.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..12a885cb9c92801a393455f56f9cd054799caa01 Binary files /dev/null and b/pythran-0.16.1.tar.gz differ