15
0

* jsonutils.reverse_iter_lines now works on Py3 and Windows

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=22
This commit is contained in:
2023-12-15 09:39:28 +00:00
committed by Git OBS Bridge
parent 730984bb79
commit f082433da7

View File

@@ -2,29 +2,12 @@
Thu Dec 14 09:16:30 UTC 2023 - Petr Gajdos <pgajdos@suse.com>
- update to 23.0.0:
* *(February 19, 2023)*
* Overdue update for Python 3.10 and 3.11 support
([#294][i294], [#303][i303], [#320][i320], [#323][i323],
[#326][i326]/[#327][i327])
* Add [iterutils.chunk_ranges][iterutils.chunk_ranges]
([#312][i312])
* Improvements to `SpooledBytesIO`/`SpooledStringIO`
([#305][i305])
* Bugfix for infinite daterange issue when start and stop is
the same ([#302][i302])
* Fix `Bits.as_list` behavior ([#315][i315])
* [i294]: https://github.com/mahmoud/boltons/issues/294
* [i302]: https://github.com/mahmoud/boltons/issues/302
* [i303]: https://github.com/mahmoud/boltons/issues/303
* [i305]: https://github.com/mahmoud/boltons/issues/305
* [i312]: https://github.com/mahmoud/boltons/issues/312
* [i315]: https://github.com/mahmoud/boltons/issues/315
* [i320]: https://github.com/mahmoud/boltons/issues/320
* [i323]: https://github.com/mahmoud/boltons/issues/323
* [i326]: https://github.com/mahmoud/boltons/issues/326
* [i327]: https://github.com/mahmoud/boltons/issues/327
- deleted patches
- fix-ecoutil-imports.patch (upstreamed)
- getstate-to-through-methods.patch (upstreamed)
@@ -44,7 +27,7 @@ Mon Dec 13 00:04:19 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
* Support lists for iterutils.bucketize
* Python 3.9 test fixes for OMD (PEP 584, see #271)
* Make typeutils.make_sentinel more pickleable
* jsonutils.reverse_iter_lines now works on Py3 and Windows
* jsonutils.reverse_iter_lines now works on Py3 and Windows
- Drop boltons-pr271-py39-frozendict.patch:
* Included upstream.
- Add patch fix-ecoutil-imports.patch: