15
0
forked from pool/python-tomli

14 Commits

Author SHA256 Message Date
d0271ba794 Accepting request 1329534 from devel:languages:python
- update to 2.4.0:
  * TOML v1.1.0 compatibility
  * Binary wheels for Windows arm64

OBS-URL: https://build.opensuse.org/request/show/1329534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomli?expand=0&rev=11
2026-01-28 14:06:26 +00:00
0ecfc8ef9a - update to 2.4.0:
* TOML v1.1.0 compatibility
  * Binary wheels for Windows arm64

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=25
2026-01-27 16:26:41 +00:00
be7f732cf4 Accepting request 1318191 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1318191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomli?expand=0&rev=10
2025-11-18 14:29:01 +00:00
bdcdd0a272 - update to 2.3.0:
* Binary wheels for Python 3.14 (also free-threaded)
  * Performance
  * Reduced import time

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=23
2025-11-10 08:24:33 +00:00
e72dff7d56 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
8ccc3592a1 - 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
26c3a7ada6 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
ce71cf0b79 - 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
2c084092ca 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
f76968395a - 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/package/show/devel:languages:python/python-tomli?expand=0&rev=17
2024-10-11 12:07:38 +00:00
3c765d59c9 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
4193db8c07 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
a166bf8f25 - 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
aaa9409ee5 - 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 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jan 27 16:26:32 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 2.4.0:
* TOML v1.1.0 compatibility
* Binary wheels for Windows arm64
-------------------------------------------------------------------
Mon Nov 10 08:24:24 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2.3.0:
* Binary wheels for Python 3.14 (also free-threaded)
* Performance
* Reduced import time
-------------------------------------------------------------------
Mon Feb 24 08:51:45 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-tomli
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-tomli
Version: 2.2.1
Version: 2.4.0
Release: 0
Summary: A lil' TOML parser
License: MIT

Binary file not shown.

3
tomli-2.4.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d9e3a3f690db54a42eb9e98591ec5e9731779d3650c39668a220982f587a699
size 81505