The NetBSD Project

CVS log for pkgsrc/devel/py-boltons/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-boltons

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Feb 23 18:43:57 2025 UTC (8 weeks, 1 day ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -2 lines
py-boltons: adapt for flit_core 3.11.

Bump PKGREVISION.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Feb 5 20:56:23 2025 UTC (2 months, 2 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
py-boltons: updated to 25.0.0

25.0.0

- Added Python 3.13 support
- Replace deprecated `utcnow()`
- Add fsync to [`fileutils.atomic_save`][fileutils.atomic_save]
- Add [`fileutils.rotate_file`][fileutils.rotate_file]

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:02 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2 lines
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 4 11:09:42 2024 UTC (5 months, 2 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -4 lines
py-boltons: updated to 24.1.0

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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jun 11 10:11:14 2024 UTC (10 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -3 lines
py-boltons: updated to 24.0.0

24.0.0

Per the RFC in issue #365, boltons is now Python 3 only. 3.7+ for now.
If you're a Python 2 user, feel free to pin at boltons<24.0.0.

Other minor changes:

Added Python 3.12 support
Fix [dictutils.OneToOne][dictutils.OneToOne]'s update() behavior with empty iterables

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Nov 1 09:17:31 2023 UTC (17 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
py-boltons: updated to 23.1.1

23.1.1

Tiny release to include more test files in the sdist (source distribution) on PyPI.

23.1.0

Add fill/end parameters for iterutils.windowed and iterutils.pairwise, respectively
Fix cache eviction for cacheutils.LRU
Fix OrderedMultiDict (OMD) pickleability under Py3
funcutils.copy_function maintains kw-only defaults
Support OMD ior

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jun 7 10:00:13 2023 UTC (22 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -3 lines
py-boltons: updated to 23.0.0

23.0.0

Overdue update for Python 3.10 and 3.11 support
Add iterutils.chunk_ranges
Improvements to SpooledBytesIO/SpooledStringIO
Bugfix for infinite daterange issue when start and stop is the same
Fix Bits.as_list behavior

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:52:53 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon May 31 13:39:34 2021 UTC (3 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
py-boltons: updated to 21.0.0

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)
Make typeutils.make_sentinel more pickleable
jsonutils.reverse_iter_lines now works on Py3 and Windows

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Sep 8 18:07:53 2020 UTC (4 years, 7 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
py-boltons: updated to 20.2.1

20.2.1
Improve import time of iterutils by deferring hashlib/socket imports
Add custom repr parameter to funcutils.format_invocation

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 1 07:02:59 2020 UTC (4 years, 9 months ago) by adam
Branches: MAIN
py-boltons: added version 20.2.0

Boltons is a set of pure-Python utilities in the same spirit as - and yet
conspicuously missing from - the standard library, including:

* Atomic file saving, bolted on with fileutils
* A highly-optimized OrderedMultiDict, in dictutils
* Two types of PriorityQueue, in queueutils
* Chunked and windowed iteration, in iterutils
* A full-featured TracebackInfo type, for representing stack traces, in tbutils
* A lightweight UTC timezone available in timeutils.
* Recursive mapping for nested data transforms, with remap

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>