diff --git a/python-tomli.changes b/python-tomli.changes index 7a1b59c..5c5893d 100644 --- a/python-tomli.changes +++ b/python-tomli.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Oct 11 11:11:23 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 2.0.2 + * Removed + - Python 3.7 support + * Improved + - Make `loads` raise `TypeError` not `AttributeError` on bad + input types that do not have the `replace` attribute. + Improve error message when `bytes` is received. + * Type annotations + - Type annotate `load` input as `typing.IO[bytes]` + (previously `typing.BinaryIO`). + +------------------------------------------------------------------- +Mon Aug 12 14:30:46 UTC 2024 - Matej Cepl + +- Make testing more verbose + ------------------------------------------------------------------- Fri Apr 21 12:37:32 UTC 2023 - Dirk Müller diff --git a/python-tomli.spec b/python-tomli.spec index 5a236e6..b8ae256 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -1,7 +1,7 @@ # # spec file for package python-tomli # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,9 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-tomli -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: A lil' TOML parser License: MIT @@ -58,12 +56,12 @@ export PYTHONPATH=$PWD/src %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pyunittest +%pyunittest -v %files %{python_files} %license LICENSE %doc README.md %{python_sitelib}/tomli -%{python_sitelib}/tomli-%{version}*-info +%{python_sitelib}/tomli-%{version}.dist-info %changelog diff --git a/tomli-2.0.1.tar.gz b/tomli-2.0.1.tar.gz deleted file mode 100644 index 48a17b0..0000000 --- a/tomli-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad22dbc128623e0c156ffaff019f29f456eba8a5d5a05164dd34f63e560449df -size 133685 diff --git a/tomli-2.0.2.tar.gz b/tomli-2.0.2.tar.gz new file mode 100644 index 0000000..2c0ec21 --- /dev/null +++ b/tomli-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a652f16bf326ba763ada67169165daf87ff9c465e21ad8264f2657beaf5264 +size 135227