10 Commits

Author SHA256 Message Date
c74c7777f2 Accepting request 1248028 from devel:languages:python
- update to 2.2.1:
  * mypyc generated binary wheels for common platforms

OBS-URL: https://build.opensuse.org/request/show/1248028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomli?expand=0&rev=9
2025-02-25 15:39:17 +00:00
b8079914db - update to 2.2.1:
* mypyc generated binary wheels for common platforms

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=21
2025-02-24 08:52:39 +00:00
1bc253cc11 Accepting request 1225346 from devel:languages:python
- update to 2.1.0:
  * Instantiating `TOMLDecodeError` with free-form arguments.
  * `msg`, `doc` and `pos` arguments should be given.
  * Added `msg`, `doc`, `pos`, `lineno` and `colno` attributes to
    `TOMLDecodeError`

OBS-URL: https://build.opensuse.org/request/show/1225346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomli?expand=0&rev=8
2024-11-21 14:13:23 +00:00
c8f1082ad7 - update to 2.1.0:
* Instantiating `TOMLDecodeError` with free-form arguments.
  * `msg`, `doc` and `pos` arguments should be given.
  * Added `msg`, `doc`, `pos`, `lineno` and `colno` attributes to
    `TOMLDecodeError`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=19
2024-11-20 16:50:03 +00:00
a4e3c614e5 Accepting request 1207162 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1207162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomli?expand=0&rev=7
2024-10-12 11:24:48 +00:00
780dfed229 Accepting request 1207140 from home:glaubitz:branches:devel:languages:python
- 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`).

OBS-URL: https://build.opensuse.org/request/show/1207140
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=17
2024-10-11 12:07:38 +00:00
5da94e25b5 Accepting request 1194756 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1194756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomli?expand=0&rev=6
2024-08-20 14:13:14 +00:00
3a4e60afa6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=15 2024-08-12 17:40:37 +00:00
603c7d0146 - Make testing more verbose
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=14
2024-08-12 14:30:53 +00:00
1694c85b52 - remove buildignore on ca-certificates. flit-core is no longer
devendored so we do not have a build cycle anymore

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=13
2024-07-08 18:10:42 +00:00
4 changed files with 41 additions and 9 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Mon Feb 24 08:51:45 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2.2.1:
* mypyc generated binary wheels for common platforms
-------------------------------------------------------------------
Wed Nov 20 16:49:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.1.0:
* Instantiating `TOMLDecodeError` with free-form arguments.
* `msg`, `doc` and `pos` arguments should be given.
* Added `msg`, `doc`, `pos`, `lineno` and `colno` attributes to
`TOMLDecodeError`
-------------------------------------------------------------------
Fri Oct 11 11:11:23 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <mcepl@cepl.eu>
- Make testing more verbose
-------------------------------------------------------------------
Fri Apr 21 12:37:32 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-tomli
#
# 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,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.2.1
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

Binary file not shown.

BIN
tomli-2.2.1.tar.gz LFS Normal file

Binary file not shown.