Overview

Request 682982 accepted

- 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__`

Request History
John Vandenberg's avatar

jayvdb created request

- 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__`


Tomáš Chvátal's avatar

scarabeus_iv accepted request

openSUSE Build Service is sponsored by