diff --git a/distroinfo-0.6.2.tar.gz b/distroinfo-0.6.2.tar.gz deleted file mode 100644 index f1eab9c..0000000 --- a/distroinfo-0.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87610c8a8fcf7a57e96b262f726a4cae51ca1e018f8f14ffa6f987a0c6e054c5 -size 239272 diff --git a/distroinfo-0.6.3.tar.gz b/distroinfo-0.6.3.tar.gz new file mode 100644 index 0000000..43ea091 --- /dev/null +++ b/distroinfo-0.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c26340b5f4c0f7f51c2ea713995609c68c12fa3373cc5c303a4e74f20cd1fbd +size 242041 diff --git a/python-distroinfo.changes b/python-distroinfo.changes index a7f7bb7..a1a2a65 100644 --- a/python-distroinfo.changes +++ b/python-distroinfo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 14 13:31:23 UTC 2025 - pgajdos@suse.com + +- version update to 0.6.3 + * Update setuptools and tox configuration + * Close the opened file + ------------------------------------------------------------------- Tue Mar 14 22:38:10 UTC 2023 - Dirk Müller diff --git a/python-distroinfo.spec b/python-distroinfo.spec index b6ab78b..84c3147 100644 --- a/python-distroinfo.spec +++ b/python-distroinfo.spec @@ -1,7 +1,7 @@ # # spec file for package python-distroinfo # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-distroinfo -Version: 0.6.2 +Version: 0.6.3 Release: 0 Summary: Parsing, validation and query functions for packaging metadata License: Apache-2.0 @@ -57,11 +56,12 @@ metadata stored in human readable and reviewable text/YAML files. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec -m pytest +%pytest -k 'not integration' %files %{python_files} %doc AUTHORS ChangeLog README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/distroinfo-%{version}-*-info +%{python_sitelib}/distroinfo %changelog