diff --git a/extension-helpers-0.1.tar.gz b/extension-helpers-0.1.tar.gz deleted file mode 100644 index d21f3e7..0000000 --- a/extension-helpers-0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac8a6fe91c6d98986a51a9f08ca0c7945f8fd70d95b662ced4040ae5eb973882 -size 24306 diff --git a/extension-helpers-1.0.0.tar.gz b/extension-helpers-1.0.0.tar.gz new file mode 100644 index 0000000..34c56e6 --- /dev/null +++ b/extension-helpers-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1bfac67c79cf4a7a0c09286ce2a24eec31bf17715818d0726318dd0e5050e6 +size 23463 diff --git a/python-extension-helpers.changes b/python-extension-helpers.changes index a425e9a..34cdf80 100644 --- a/python-extension-helpers.changes +++ b/python-extension-helpers.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Apr 5 15:57:58 UTC 2022 - Ben Greiner + +- Update to 1.0 + * Added support for coverage>=5 for the extension-helpers test + suite. [#24] + * Removed any direct usage of distutils. [#34] + * Remove support for the undocumented --compiler argument to + setup.py. [#36] + * Added support for enabling extension-helpers from setup.cfg. + [#33] + ------------------------------------------------------------------- Sat Feb 20 18:28:13 UTC 2021 - Ben Greiner diff --git a/python-extension-helpers.spec b/python-extension-helpers.spec index a8c27ea..e04899d 100644 --- a/python-extension-helpers.spec +++ b/python-extension-helpers.spec @@ -1,7 +1,7 @@ # # spec file for package python-extension-helpers # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,23 +19,26 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-extension-helpers -Version: 0.1 +Version: 1.0.0 Release: 0 Summary: Utilities for building and installing packages in the Astropy ecosystem License: BSD-3-Clause URL: https://github.com/astropy/extension-helpers Source: https://files.pythonhosted.org/packages/source/e/extension-helpers/extension-helpers-%{version}.tar.gz Source100: python-extension-helpers-rpmlintrc -BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools >= 43} +BuildRequires: %{python_module setuptools_scm >= 6.2} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module devel} +BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module numpy-devel if (%python-base without python36-base)} +BuildRequires: %{python_module wheel} # /SECTION -Requires: python-setuptools +Requires: python-setuptools >= 40.2 BuildArch: noarch %python_subpackages @@ -53,10 +56,10 @@ dependency in pyproject.toml files. %setup -q -n extension-helpers-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -67,6 +70,6 @@ dependency in pyproject.toml files. %doc CHANGES.rst README.rst %license LICENSE.rst licenses/LICENSE_ASTROSCRAPPY.rst %{python_sitelib}/extension_helpers -%{python_sitelib}/extension_helpers-%{version}-py*.egg-info +%{python_sitelib}/extension_helpers-%{version}*-info %changelog