Revisions of python-boltons
buildservice-autocommit
accepted
request 1225055
from
Markéta Machová (mcalabkova)
(revision 29)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 1225054
from
Markéta Machová (mcalabkova)
(revision 28)
- Update to 24.1.0 * Added max_depth parameter to fileutils.iter_find_files * Added enter parameter to iterutils.research to support traversing custom data types * Add optional print tracing for iterutils.remap for easier debugging * Fixed typeutils.Sentinel copy behavior to return self * Tentative Python 3.13 support
buildservice-autocommit
accepted
request 1169368
from
Dirk Mueller (dirkmueller)
(revision 27)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 26)
- update to 24.0.0: * Per the RFC in issue [#365][i339], boltons is now **Python 3 only**. 3.7+ for now. * Added Python 3.12 support ([#361][i361]) * Fix [dictutils.OneToOne][dictutils.OneToOne]'s `update()` behavior with empty iterables
buildservice-autocommit
accepted
request 1135274
from
Dirk Mueller (dirkmueller)
(revision 25)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1135188
from
Eric Schirra (ecsos)
(revision 24)
- Add %{?sle15_python_module_pythons}
buildservice-autocommit
accepted
request 1133365
from
Dirk Mueller (dirkmueller)
(revision 23)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 22)
* jsonutils.reverse_iter_lines now works on Py3 and Windows
Dirk Mueller (dirkmueller)
accepted
request 1133147
from
Petr Gajdos (pgajdos)
(revision 21)
pmmu version update
buildservice-autocommit
accepted
request 1060583
from
Dirk Mueller (dirkmueller)
(revision 20)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1060434
from
Markéta Machová (mcalabkova)
(revision 19)
- Add patch getstate-to-through-methods.patch * Adds support for Python 3.11
Steve Kowalik (StevenK)
committed
(revision 18)
- 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.
buildservice-autocommit
accepted
request 880497
from
Dirk Mueller (dirkmueller)
(revision 17)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 880168
from
Benjamin Greiner (bnavigator)
(revision 16)
- Add boltons-pr271-py39-frozendict.patch * gh#mahmoud/boltons#271 * gh#mahmoud/boltons#283
buildservice-autocommit
accepted
request 867974
from
Dirk Mueller (dirkmueller)
(revision 15)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 867884
from
John Vandenberg (jayvdb)
(revision 14)
- Include CHANGELOG.md & docs/*.rst - Update to v20.2.1
buildservice-autocommit
accepted
request 766377
from
Tomáš Chvátal (scarabeus_iv)
(revision 13)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 766370
from
Markéta Machová (mcalabkova)
(revision 12)
- 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
buildservice-autocommit
accepted
request 682996
from
Tomáš Chvátal (scarabeus_iv)
(revision 11)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 682982
from
John Vandenberg (jayvdb)
(revision 10)
- 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__`
Displaying revisions 1 - 20 of 29