CVS log for pkgsrc/devel/py-iniconfig/distinfo
Up to [cvs.NetBSD.org] / pkgsrc / devel / py-iniconfig
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Apr 30 17:20:36 2023 UTC (22 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4
lines
py-iniconfig: update to 2.0.0.
2.0.0
======
* add support for Python 3.7-3.11
* drop support for Python 2.6-3.6
* add encoding argument defaulting to utf-8
* inline and clarify type annotations
* move parsing code from inline to extra file
* add typing overloads for helper methods
.. note::
major release due to the major changes in python versions supported + changes in packaging
the api is expected to be compatible
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:18:34 2021 UTC (3 years, 4 months ago) by nia
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,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Oct 7 13:43:16 2021 UTC (3 years, 5 months ago) by nia
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2
lines
devel: Remove SHA1 hashes for distfiles
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Oct 21 12:29:52 2020 UTC (4 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -6
lines
py-iniconfig: updated to 1.1.1
1.1.1
* fix version determination
1.1.0
- typing stubs
- ci fixes
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Aug 8 18:09:55 2020 UTC (4 years, 7 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Add missing version number to unbreak build.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Aug 5 13:54:15 2020 UTC (4 years, 7 months ago) by adam
Branches: MAIN
py-iniconfig: added version 1.0.1
iniconfig is a small and simple INI-file parser module having a unique set of
features:
* tested against Python2.4 across to Python3.2, Jython, PyPy
* maintains order of sections and entries
* supports multi-line values with or without line-continuations
* supports "#" comments everywhere
* raises errors with proper line-numbers
* no bells and whistles like automatic substitutions
* iniconfig raises an Error if two sections have the same name.
CVSweb <webmaster@jp.NetBSD.org>