34 Commits

Author SHA256 Message Date
cf803a8fea Accepting request 1322887 from devel:languages:python
- Add patch support-pytest-9.patch:
  * Use shiny new pathlib arguments for the collection hooks.

OBS-URL: https://build.opensuse.org/request/show/1322887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=15
2025-12-16 14:53:06 +00:00
6755dce9a2 - Add patch support-pytest-9.patch:
* Use shiny new pathlib arguments for the collection hooks.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=32
2025-12-15 03:45:49 +00:00
3b8a3d3abf Accepting request 1247627 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1247627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=14
2025-02-21 20:37:40 +00:00
e41aaf15eb - Update to 25.0.0
* Added Python 3.13 support
  * Replace deprecated utcnow()
  * Add fsync to fileutils.atomic_save
  * Add fileutils.rotate_file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=30
2025-02-21 12:33:38 +00:00
46f169b843 Accepting request 1225055 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1225055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=13
2024-11-19 21:23:16 +00:00
0dc4392bd5 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=28
2024-11-19 10:42:12 +00:00
35534d8057 Accepting request 1169368 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1169368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=12
2024-04-21 18:27:15 +00:00
3022664fff - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=26
2024-04-20 13:55:41 +00:00
ba667c47c0 Accepting request 1135274 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1135274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=11
2023-12-28 22:01:33 +00:00
8c4e8afcc6 Accepting request 1135188 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1135188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=24
2023-12-27 10:47:38 +00:00
56529cba1d Accepting request 1133365 from devel:languages:python
- update to 23.0.0:
  * Overdue update for Python 3.10 and 3.11 support
  * Add [iterutils.chunk_ranges][iterutils.chunk_ranges]
  * Improvements to `SpooledBytesIO`/`SpooledStringIO`
  * Bugfix for infinite daterange issue when start and stop is
    the same ([#302][i302])
  * Fix `Bits.as_list` behavior ([#315][i315])
- deleted patches
  - fix-ecoutil-imports.patch (upstreamed)
  - getstate-to-through-methods.patch (upstreamed)

  * jsonutils.reverse_iter_lines now works on Py3 and Windows

OBS-URL: https://build.opensuse.org/request/show/1133365
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=10
2023-12-15 20:49:52 +00:00
f082433da7 * 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
2023-12-15 09:39:28 +00:00
730984bb79 Accepting request 1133147 from home:pgajdos:python
pmmu version update

OBS-URL: https://build.opensuse.org/request/show/1133147
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=21
2023-12-15 09:38:55 +00:00
f6246b8154 Accepting request 1060583 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1060583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=9
2023-01-24 18:43:35 +00:00
a1cd457841 Accepting request 1060434 from home:mcalabkova:branches:devel:languages:python
- Add patch getstate-to-through-methods.patch
  * Adds support for Python 3.11

OBS-URL: https://build.opensuse.org/request/show/1060434
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=19
2023-01-24 08:30:24 +00:00
4a01cc4589 Accepting request 940120 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/940120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=8
2021-12-16 20:19:15 +00:00
ebd4c43268 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=18
2021-12-13 00:06:07 +00:00
77c80dc3e1 Accepting request 880497 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/880497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=7
2021-03-24 15:10:35 +00:00
df6ea864b0 Accepting request 880168 from home:bnavigator:branches:devel:languages:python
- Add boltons-pr271-py39-frozendict.patch
  * gh#mahmoud/boltons#271
  * gh#mahmoud/boltons#283

OBS-URL: https://build.opensuse.org/request/show/880168
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=16
2021-03-22 10:47:05 +00:00
a4fcbfcbd9 Accepting request 867974 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/867974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=6
2021-02-04 19:21:51 +00:00
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
b7e95cb51f Accepting request 766377 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/766377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=5
2020-01-24 12:06:56 +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
660a798e33 Accepting request 682996 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/682996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=4
2019-03-11 10:15:16 +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
28a3219a67 Accepting request 653953 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/653953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=3
2018-12-13 18:40:08 +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
75e9b4e439 Accepting request 615170 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/615170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=2
2018-06-13 13:37:32 +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
94732b5247 Accepting request 603801 from devel:languages:python
Addons for the python standard library

OBS-URL: https://build.opensuse.org/request/show/603801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=1
2018-05-15 08:08:40 +00:00
Todd R
2c81ced036 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=4 2018-05-03 16:19:48 +00:00
Todd R
70c1067432 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=3 2018-05-03 16:19:38 +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