2023-01-24 08:30:24 +00:00
|
|
|
-------------------------------------------------------------------
|
2023-12-15 09:38:55 +00:00
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2023-01-24 08:30:24 +00:00
|
|
|
Mon Jan 23 14:33:24 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
|
|
|
|
|
|
|
|
|
- Add patch getstate-to-through-methods.patch
|
|
|
|
|
* Adds support for Python 3.11
|
|
|
|
|
|
2021-12-13 00:06:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 13 00:04:19 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 21.0.0:
|
|
|
|
|
* Fix OMD.addlist when the added list is empty
|
|
|
|
|
* Add funcutils.noop, satisfying PEP 559
|
|
|
|
|
* 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
|
|
|
|
|
- Drop boltons-pr271-py39-frozendict.patch:
|
|
|
|
|
* Included upstream.
|
|
|
|
|
- Add patch fix-ecoutil-imports.patch:
|
|
|
|
|
* Support Python 3.10.
|
|
|
|
|
|
2021-01-30 12:49:01 +00:00
|
|
|
-------------------------------------------------------------------
|
2021-03-22 10:47:05 +00:00
|
|
|
Fri Mar 19 19:53:55 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Add boltons-pr271-py39-frozendict.patch
|
|
|
|
|
* gh#mahmoud/boltons#271
|
|
|
|
|
* gh#mahmoud/boltons#283
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2021-01-30 12:49:01 +00:00
|
|
|
Sat Jan 30 07:06:02 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Include CHANGELOG.md & docs/*.rst
|
|
|
|
|
- Update to v20.2.1
|
|
|
|
|
* Improve import time of iterutils
|
|
|
|
|
* Add custom repr parameter to funcutils.format_invocation
|
|
|
|
|
- from v20.2.0
|
|
|
|
|
* Added iterutils.lstrip, iterutils.rstrip, iterutils.strip
|
|
|
|
|
* More robust and complete strutils.strip_ansi
|
|
|
|
|
* Add iterutils.untyped_sorted
|
|
|
|
|
* Fixes to IndexedSet rsub and index methods
|
|
|
|
|
* Expose text mode flag in fileutils.AtomicSaver
|
|
|
|
|
* Add strutils.int_list_complement and
|
|
|
|
|
strutils.int_list_to_int_tuples to the int_list suite
|
|
|
|
|
* Docs: intersphinx links finally point to Python 3 docs
|
|
|
|
|
- from v20.1.0
|
|
|
|
|
* Add funcutils.update_wrapper, used to make a wrapper function
|
|
|
|
|
reflect various aspects of the wrapped function's API
|
|
|
|
|
* Fix FunctionBuilder handling of functions without __module__
|
|
|
|
|
* Add partial support to FunctionBuilder
|
|
|
|
|
* Fix NetstringSocket's handling of arguments in read_ns
|
|
|
|
|
* Fix IndexedSet's index() method to account for removals
|
|
|
|
|
* Add seekable, readable, and writable to SpooledIOBase
|
|
|
|
|
* Add a special case to singularize
|
|
|
|
|
* Fix various warnings for Py3.9
|
|
|
|
|
|
2020-01-22 16:04:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 22 15:50:52 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 20.0.0
|
|
|
|
|
* New module pathutils
|
|
|
|
|
* add strutils.unwrap_text which does what you think to wrapped text
|
|
|
|
|
* iterutils.chunked to work with the bytes type
|
|
|
|
|
* funcutils.format_invocation for formatting simple function calls func(pos1, pos2, kw_k=kw_v)
|
|
|
|
|
* A bunch of small fixes and enhancements.
|
|
|
|
|
* many more in upstream CHANGELOG.md
|
|
|
|
|
|
Accepting request 682982 from home:jayvdb:branches:devel:languages:python
- Activate test suite, using GitHub as sdist
- Update to v19.1.0
* Quick release to enhance funcutils.FunctionBuilder and funcutils.wraps
to maintain function annotations on Python 3+
- from v19.0.0
* New types and utilities
+ dictutils.ManyToMany, complement of dictutils.OneToOne
+ dictutils.FrozenDict, immutable mapping
+ setutils.complement(), "negative" sets, useful for exclusion and
many other set operations
+ iterutils.soft_sorted(), more flexible sorting of sequences
+ iterutils.flatten_iter() and .flatten(), collapse nested iterables
+ mathutils.Bits type, representing a bitstring and translating
between integer, bytestring, hex, and boolean sequence representations
* funcutils improvements
+ FunctionBuilder funcutils.wraps now support coroutines/async
+ FunctionBuilder.add_arg() allows the addition of arguments to the
signature, to match FunctionBuilder.remove_arg()
+ Similarly funcutils.wraps() now takes an "expected" argument, to
complement "injected"
* Other bugfixes and improvements
+ cacheutils.LRI is now threadsafe and correctly handles duplicate keys
+ dictutils.subdict() returns the same type of dictionary it was passed
+ urlutils, better IPv6 support and URL behave more natively like strings
+ Improve singularization in strutils
+ Fix some deprecation warnings in Python 3.7
+ Document the change in dict constructor behavior affecting
dictutils.OMD under Python 3.7+
- from v18.0.1
* A few bugfixes and a handy text utility.
* Add MultiSub for multiple string substitutions in a single call
* `tableutils.Table.to_text()` is more Markdown compatible
* `atomic_save` works better with `overwrite=True`
* Reduced memory footprint on `tbutils._DeferredLine` with `__slots__`
OBS-URL: https://build.opensuse.org/request/show/682982
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=10
2019-03-09 09:49:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Mar 9 08:12:17 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Activate test suite, using GitHub as sdist
|
|
|
|
|
- Update to v19.1.0
|
|
|
|
|
* Quick release to enhance funcutils.FunctionBuilder and funcutils.wraps
|
|
|
|
|
to maintain function annotations on Python 3+
|
|
|
|
|
- from v19.0.0
|
|
|
|
|
* New types and utilities
|
|
|
|
|
+ dictutils.ManyToMany, complement of dictutils.OneToOne
|
|
|
|
|
+ dictutils.FrozenDict, immutable mapping
|
|
|
|
|
+ setutils.complement(), "negative" sets, useful for exclusion and
|
|
|
|
|
many other set operations
|
|
|
|
|
+ iterutils.soft_sorted(), more flexible sorting of sequences
|
|
|
|
|
+ iterutils.flatten_iter() and .flatten(), collapse nested iterables
|
|
|
|
|
+ mathutils.Bits type, representing a bitstring and translating
|
|
|
|
|
between integer, bytestring, hex, and boolean sequence representations
|
|
|
|
|
* funcutils improvements
|
|
|
|
|
+ FunctionBuilder funcutils.wraps now support coroutines/async
|
|
|
|
|
+ FunctionBuilder.add_arg() allows the addition of arguments to the
|
|
|
|
|
signature, to match FunctionBuilder.remove_arg()
|
|
|
|
|
+ Similarly funcutils.wraps() now takes an "expected" argument, to
|
|
|
|
|
complement "injected"
|
|
|
|
|
* Other bugfixes and improvements
|
|
|
|
|
+ cacheutils.LRI is now threadsafe and correctly handles duplicate keys
|
|
|
|
|
+ dictutils.subdict() returns the same type of dictionary it was passed
|
|
|
|
|
+ urlutils, better IPv6 support and URL behave more natively like strings
|
|
|
|
|
+ Improve singularization in strutils
|
|
|
|
|
+ Fix some deprecation warnings in Python 3.7
|
|
|
|
|
+ Document the change in dict constructor behavior affecting
|
|
|
|
|
dictutils.OMD under Python 3.7+
|
|
|
|
|
- from v18.0.1
|
|
|
|
|
* A few bugfixes and a handy text utility.
|
|
|
|
|
* Add MultiSub for multiple string substitutions in a single call
|
|
|
|
|
* `tableutils.Table.to_text()` is more Markdown compatible
|
|
|
|
|
* `atomic_save` works better with `overwrite=True`
|
|
|
|
|
* Reduced memory footprint on `tbutils._DeferredLine` with `__slots__`
|
|
|
|
|
|
2018-12-04 13:17:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 4 12:46:17 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
|
2018-06-08 08:06:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 7 20:48:58 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Use a description that actually says what the package is about.
|
|
|
|
|
|
2018-05-03 15:08:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 3 14:07:08 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Add license file
|
|
|
|
|
- Package readme file
|
|
|
|
|
- Use %license tag
|
|
|
|
|
|
2018-05-03 07:20:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 3 07:16:06 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to 18.0.0
|
|
|
|
|
* Add <thead> and <tbody> structure to tableutils.Table HTML output, which helps with styling and other functionality (e.g., jQuery datatables).
|
|
|
|
|
* Add dictutils.subdict() to get a filtered version of a dictionary based on a subset of keys.
|
|
|
|
|
* Add beta version of cacheutils.MinIDMap.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Apr 15 23:00:34 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to 17.1.0
|
|
|
|
|
* No upstream changelog
|
|
|
|
|
- Implement single-spec version
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 21 20:02:23 UTC 2016 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update t0 16.1.1
|
|
|
|
|
* No upstream changelog
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 20 14:10:33 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|
|