Commit Graph

21 Commits

Author SHA256 Message Date
Dominique Leuenberger
e75e217632 Accepting request 1005791 from devel:languages:python
- update to 0.11.4:
  * Fix a memory leak caused by `lru_cache` on methods.
  * Fix a regression issue that copying an array results in extra `None` items.
  * Fix a regression of `array.add_line` that it incorrectly adds a comma to
    non-value lines.
  * Fix adding float to an integer value.
  * Keep the end-of-array style when adding items to or removing items from an array.
  * Fix a bug of redundant table header shown when removing children from a
    super table.

OBS-URL: https://build.opensuse.org/request/show/1005791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomlkit?expand=0&rev=9
2022-09-25 13:34:42 +00:00
52a262d87e - update to 0.11.4:
* Fix a memory leak caused by `lru_cache` on methods.
  * Fix a regression issue that copying an array results in extra `None` items.
  * Fix a regression of `array.add_line` that it incorrectly adds a comma to
    non-value lines.
  * Fix adding float to an integer value.
  * Keep the end-of-array style when adding items to or removing items from an array.
  * Fix a bug of redundant table header shown when removing children from a
    super table.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=19
2022-09-24 16:13:44 +00:00
Richard Brown
834b3b8e41 Accepting request 989026 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/989026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomlkit?expand=0&rev=8
2022-07-18 16:32:45 +00:00
2ab0fbe7ad Accepting request 989017 from home:bnavigator:branches:devel:languages:python
- Update to version 0.11.1
  * Keep consistent line endings when changing files. (#201)
  * Make KeyAlreadyPresent and InvalidStringError subclasses of
    ParseError. (#202)
  * Remove empty table from OutOfOrderTableProxy when deleting
    items. (#204)
  * Raise errors when trying to access unsupported methods on
    OutOfOrderTableProxy. (#205)
  * Fix unwrap() for String values to remove the quotes. (#199)
- Release 0.11.0
  * Add unwrap method to recursive convert to plain old python
    objects by @syntapy in #187
  * Remove the is_tomlkit check by @frostming in #195
- Release 0.10.2
  * Use the plain python string representation of Key in
    KeyAlreadyPresent error message. (#185)
  * Fix the astimezone() and replace() methods of datetime objects.
    (#188)
  * Add type definitions for items() function. (#190)
- Release 0.10.1
  * Preserve the newlines before super tables when rendering.
    (#178)
  * Fix the bug that comments are appended with comma when
    rendering a multiline array. (#181)
- Release 0.10.0
  * Fix the only child detection when creating tables. (#175)
  * Include the docs/ directory and CHANGELOG.md in sdist tarball.
    (#176)
  * Add keyword arguments to string API to allow selecting the
    representation type. (#177)

OBS-URL: https://build.opensuse.org/request/show/989017
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=17
2022-07-13 17:25:17 +00:00
Dominique Leuenberger
8502553e04 Accepting request 948284 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/948284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomlkit?expand=0&rev=7
2022-02-03 22:15:57 +00:00
ea9fd4f44e Accepting request 948282 from home:mcepl:branches:devel:languages:python
- Update to version 0.8.0:
  - Drop support for Python<3.6.
  - Comply with TOML v1.0.0.
  - And many bug fixes

OBS-URL: https://build.opensuse.org/request/show/948282
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=16
2022-01-23 23:11:57 +00:00
Dominique Leuenberger
75f4fcf7dc Accepting request 839722 from devel:languages:python
- Update to version 0.7.0
  * Added support for sorting keys when dumping raw 
    dictionaries by passing sort_keys=True to dumps() (#103).
  * Keys are not longer sorted by default when dumping a raw 
    dictionary but the original order will be preserved (#103).
  * Fixed compliance with the 1.0.0rc1 TOML specification (#102).

OBS-URL: https://build.opensuse.org/request/show/839722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomlkit?expand=0&rev=6
2020-10-29 08:46:35 +00:00
Tomáš Chvátal
9f06f97215 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=14 2020-10-06 08:31:55 +00:00
Dominique Leuenberger
37fdf8f949 Accepting request 822437 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/822437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomlkit?expand=0&rev=5
2020-08-01 10:30:29 +00:00
Tomáš Chvátal
6476128973 Accepting request 822426 from home:mcalabkova:branches:devel:languages:python
- update to version 0.6.0
  * Added support for heterogeneous arrays

OBS-URL: https://build.opensuse.org/request/show/822426
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=12
2020-07-23 14:30:10 +00:00
Dominique Leuenberger
7251ff036c Accepting request 784176 from devel:languages:python
- Fix build without python2

- version update to 0.5.11
  * Fix containers and our of order tables dictionary behavior (#82))
  * Fixed out of order tables not behaving properly (#79)
  * Fixed the behavior for out of order tables (#68).
  * Fixed parsing errors when single quotes are present in a table name (#71).
  * Fixed parsing errors when parsing some table names (#76).

OBS-URL: https://build.opensuse.org/request/show/784176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomlkit?expand=0&rev=4
2020-03-26 23:21:29 +00:00
Tomáš Chvátal
11c2d4373e - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=10
2020-03-12 08:03:45 +00:00
Tomáš Chvátal
5d5f38bfd1 Accepting request 783784 from home:pgajdos:python
- version update to 0.5.11
  * Fix containers and our of order tables dictionary behavior (#82))
  * Fixed out of order tables not behaving properly (#79)
  * Fixed the behavior for out of order tables (#68).
  * Fixed parsing errors when single quotes are present in a table name (#71).
  * Fixed parsing errors when parsing some table names (#76).

OBS-URL: https://build.opensuse.org/request/show/783784
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=9
2020-03-11 11:46:12 +00:00
Dominique Leuenberger
52515967a8 Accepting request 751845 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/751845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomlkit?expand=0&rev=3
2019-12-07 14:19:25 +00:00
Tomáš Chvátal
802eafebb6 Accepting request 751682 from home:mcepl:branches:devel:languages:python
- Update to 0.5.8:
  - Added support for producing multiline arrays

OBS-URL: https://build.opensuse.org/request/show/751682
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=7
2019-11-29 09:48:48 +00:00
Dominique Leuenberger
7569f596de Accepting request 736034 from devel:languages:python
- Update to 0.5.7:
  * Fixed handling of inline tables.
  * Fixed boolean comparison.
  * Fixed appending inline tables to tables.

- Update to 0.5.5:
  * Fixed display of inline tables after element deletion.
  * Fixed the handling of inline tables.
  * Fixed date, datetime and time handling on Python 3.8.
  * Fixed behavior for sub table declaration with intermediate tables.
  * Fixed behavior of setdefault() on containers (Thanks to @AndyKluger).
  * Fixed tables string representation.

OBS-URL: https://build.opensuse.org/request/show/736034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomlkit?expand=0&rev=2
2019-10-10 09:51:33 +00:00
Tomáš Chvátal
6cd52adf42 - Update to 0.5.7:
* Fixed handling of inline tables.
  * Fixed boolean comparison.
  * Fixed appending inline tables to tables.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=5
2019-10-08 09:06:16 +00:00
Tomáš Chvátal
b95e7ce7f0 - Update to 0.5.5:
* Fixed display of inline tables after element deletion.
  * Fixed the handling of inline tables.
  * Fixed date, datetime and time handling on Python 3.8.
  * Fixed behavior for sub table declaration with intermediate tables.
  * Fixed behavior of setdefault() on containers (Thanks to @AndyKluger).
  * Fixed tables string representation.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=4
2019-07-22 12:38:50 +00:00
Dominique Leuenberger
14a200ed88 Accepting request 681700 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/681700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomlkit?expand=0&rev=1
2019-03-22 13:59:20 +00:00
Tomáš Chvátal
e3de11b9d6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=2 2019-03-05 11:23:19 +00:00
Tomáš Chvátal
f5f5933e8a osc copypac from project:home:jayvdb:coala:python3-bears package:python-tomlkit revision:1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=1
2019-03-05 11:13:58 +00:00