15
0
Commit Graph

7 Commits

Author SHA256 Message Date
9361074e39 Accepting request 867884 from home:jayvdb:branches:devel:languages:python
- Include CHANGELOG.md & docs/*.rst
- Update to v20.2.1

OBS-URL: https://build.opensuse.org/request/show/867884
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=14
2021-01-30 12:49:01 +00:00
Tomáš Chvátal
b49053d311 Accepting request 766370 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/766370
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=12
2020-01-22 16:04:11 +00:00
Tomáš Chvátal
0c16d5fa66 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
775218c771 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=8
2018-12-04 13:17:37 +00:00
53d506358a Accepting request 615080 from home:jengelh:branches:devel:languages:python
- Use a description that actually says what the package is about.

OBS-URL: https://build.opensuse.org/request/show/615080
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=6
2018-06-08 08:06:22 +00:00
Todd R
1696a94b1e Accepting request 603710 from home:TheBlackCat:branches:devel:languages:python
- Add license file
- Package readme file
- Use %license tag

OBS-URL: https://build.opensuse.org/request/show/603710
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=2
2018-05-03 15:08:32 +00:00
Todd R
c3ba8e1f39 Accepting request 603548 from devel:languages:python:misc
Addons for the python standard library

OBS-URL: https://build.opensuse.org/request/show/603548
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=1
2018-05-03 07:20:01 +00:00