diff --git a/msgfy-0.1.0.tar.gz b/msgfy-0.1.0.tar.gz deleted file mode 100644 index 0a336d4..0000000 --- a/msgfy-0.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:474c08302cd56ccee1300ac7976a01ebd1e42716fc9bcd947d39a311a15b7012 -size 6134 diff --git a/msgfy-0.2.1.tar.gz b/msgfy-0.2.1.tar.gz new file mode 100644 index 0000000..2a56df5 --- /dev/null +++ b/msgfy-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161024732591444cc05ca3982a010005932005ec861467dead49349447a91671 +size 6102 diff --git a/python-msgfy.changes b/python-msgfy.changes index 06a74bb..5dc6acc 100644 --- a/python-msgfy.changes +++ b/python-msgfy.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 3 03:35:32 UTC 2025 - Steve Kowalik + +- Update to 0.2.1: + * Drop support for Python 3.6 + * Add support for Python 3.11 + * Update [build-system] + * Modify to use pypa/build for package build + * Improve error handling + * Improve type annotations + * Add support for Python 3.10 + * Drop support for Python 3.5 +- Switch to pyproject macros. + ------------------------------------------------------------------- Mon Mar 8 21:10:07 UTC 2021 - John Vandenberg diff --git a/python-msgfy.spec b/python-msgfy.spec index 79903dc..a50d86e 100644 --- a/python-msgfy.spec +++ b/python-msgfy.spec @@ -1,7 +1,7 @@ # # spec file for package python-msgfy # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2020, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -17,16 +17,15 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-msgfy -Version: 0.1.0 +Version: 0.2.1 Release: 0 Summary: Converts python exception instance to human-readable error messages License: MIT -Group: Development/Languages/Python URL: https://github.com/thombashi/msgfy Source: https://files.pythonhosted.org/packages/source/m/msgfy/msgfy-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -46,10 +45,10 @@ error message. find . -type f -exec chmod -x {} \; %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -58,6 +57,7 @@ find . -type f -exec chmod -x {} \; %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/msgfy* +%{python_sitelib}/msgfy +%{python_sitelib}/msgfy-%{version}.dist-info %changelog