diff --git a/python-pyproject-metadata-0.6.1.tar.gz b/python-pyproject-metadata-0.6.1.tar.gz deleted file mode 100644 index 77c8071..0000000 --- a/python-pyproject-metadata-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f652b6b632ecd01afb1cc702b2f8934688aaba957b8291b0230854ae521309a -size 14047 diff --git a/python-pyproject-metadata-0.7.1.tar.gz b/python-pyproject-metadata-0.7.1.tar.gz new file mode 100644 index 0000000..53bf58c --- /dev/null +++ b/python-pyproject-metadata-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7467871eea29206d7cca024ee31bf9c1b13f7b9bfdefe94b481c7b671a8954 +size 14138 diff --git a/python-pyproject-metadata.changes b/python-pyproject-metadata.changes index 8436ade..b3d274e 100644 --- a/python-pyproject-metadata.changes +++ b/python-pyproject-metadata.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 17 12:49:35 UTC 2023 - Markéta Machová + +- update to 0.7.1 + * Use UTF-8 when opening files + * Use tomllib on Python >= 3.11 + ------------------------------------------------------------------- Fri Apr 21 12:31:11 UTC 2023 - Dirk Müller diff --git a/python-pyproject-metadata.spec b/python-pyproject-metadata.spec index 401bc94..7554602 100644 --- a/python-pyproject-metadata.spec +++ b/python-pyproject-metadata.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyproject-metadata -Version: 0.6.1 +Version: 0.7.1 Release: 0 Summary: PEP 621 metadata parsing License: MIT @@ -35,7 +35,9 @@ Requires: python-packaging >= 19 BuildArch: noarch # SECTION test BuildRequires: %{python_module pytest} +%if 0%{python_version_nodots} < 311 BuildRequires: %{python_module tomli >= 1.0.0} +%endif # /SECTION %python_subpackages @@ -60,9 +62,7 @@ file (e.g. `PKG-INFO`). %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# https://github.com/FFY00/python-pyproject-metadata/issues/41 -donttest="(test_load and PEP and 508 and definitely)" -%pytest -k "not ($donttest)" +%pytest %files %{python_files} %license LICENSE