From 10246b92049b5f1c0a94209069cff7da0fad033f31ac65cf0a2c8e981b944e13 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 5 Jan 2023 21:06:11 +0000 Subject: [PATCH] - update to gmpy2-2.1.5: * Final (?) release of the 2.1.x series. No code changes since 2.1.3. Fixes to build Apple Silicon binary builds are the only changes since * Latest release with minor bug fixes and support for Python 3.11 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-gmpy2?expand=0&rev=4 --- gmpy2-2.1.2.tar.gz | 3 --- gmpy2-2.1.5.tar.gz | 3 +++ python-gmpy2.changes | 8 ++++++++ python-gmpy2.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 gmpy2-2.1.2.tar.gz create mode 100644 gmpy2-2.1.5.tar.gz diff --git a/gmpy2-2.1.2.tar.gz b/gmpy2-2.1.2.tar.gz deleted file mode 100644 index 91d9f64..0000000 --- a/gmpy2-2.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da75140bca128ece795895477e53b43773e3748aa90ba6170eae7ca2c74b82d1 -size 258445 diff --git a/gmpy2-2.1.5.tar.gz b/gmpy2-2.1.5.tar.gz new file mode 100644 index 0000000..cfa00d5 --- /dev/null +++ b/gmpy2-2.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc297f1fd8c377ae67a4f493fc0f926e5d1b157e5c342e30a4d84dc7b9f95d96 +size 261709 diff --git a/python-gmpy2.changes b/python-gmpy2.changes index 010657f..4094beb 100644 --- a/python-gmpy2.changes +++ b/python-gmpy2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 5 21:04:37 UTC 2023 - Dirk Müller + +- update to gmpy2-2.1.5: + * Final (?) release of the 2.1.x series. No code changes since 2.1.3. + Fixes to build Apple Silicon binary builds are the only changes since + * Latest release with minor bug fixes and support for Python 3.11 + ------------------------------------------------------------------- Mon Feb 21 03:30:39 UTC 2022 - Steve Kowalik diff --git a/python-gmpy2.spec b/python-gmpy2.spec index cfd4fe2..c2716a8 100644 --- a/python-gmpy2.spec +++ b/python-gmpy2.spec @@ -1,7 +1,7 @@ # # spec file for package python-gmpy2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-gmpy2 -Version: 2.1.2 +Version: 2.1.5 Release: 0 Summary: GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3x License: LGPL-3.0-only