head	1.5;
access;
symbols
	pkgsrc-2026Q1:1.5.0.4
	pkgsrc-2026Q1-base:1.5
	pkgsrc-2025Q4:1.5.0.2
	pkgsrc-2025Q4-base:1.5
	pkgsrc-2025Q3:1.4.0.16
	pkgsrc-2025Q3-base:1.4
	pkgsrc-2025Q2:1.4.0.14
	pkgsrc-2025Q2-base:1.4
	pkgsrc-2025Q1:1.4.0.12
	pkgsrc-2025Q1-base:1.4
	pkgsrc-2024Q4:1.4.0.10
	pkgsrc-2024Q4-base:1.4
	pkgsrc-2024Q3:1.4.0.8
	pkgsrc-2024Q3-base:1.4
	pkgsrc-2024Q2:1.4.0.6
	pkgsrc-2024Q2-base:1.4
	pkgsrc-2024Q1:1.4.0.4
	pkgsrc-2024Q1-base:1.4
	pkgsrc-2023Q4:1.4.0.2
	pkgsrc-2023Q4-base:1.4
	pkgsrc-2023Q3:1.3.0.4
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.3.0.2
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.2.0.20
	pkgsrc-2023Q1-base:1.2
	pkgsrc-2022Q4:1.2.0.18
	pkgsrc-2022Q4-base:1.2
	pkgsrc-2022Q3:1.2.0.16
	pkgsrc-2022Q3-base:1.2
	pkgsrc-2022Q2:1.2.0.14
	pkgsrc-2022Q2-base:1.2
	pkgsrc-2022Q1:1.2.0.12
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.2.0.10
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.8
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.2.0.6
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.4
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.2
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.1.0.2
	pkgsrc-2020Q3-base:1.1;
locks; strict;
comment	@# @;


1.5
date	2025.11.07.10.32.02;	author adam;	state Exp;
branches;
next	1.4;
commitid	P73XZWkBzQ6xNBhG;

1.4
date	2023.10.28.19.57.01;	author wiz;	state Exp;
branches;
next	1.3;
commitid	jP8MYROLWZ3yJqKE;

1.3
date	2023.04.30.17.20.36;	author wiz;	state Exp;
branches;
next	1.2;
commitid	U9xO95BqJD5gH9nE;

1.2
date	2020.10.21.12.29.52;	author adam;	state Exp;
branches;
next	1.1;
commitid	SSMlzMb8X4uSGLsC;

1.1
date	2020.08.05.13.54.15;	author adam;	state Exp;
branches;
next	;
commitid	Pzy7JumLZEDiDSiC;


desc
@@


1.5
log
@py-iniconfig: updated to 2.3.0

2.3.0

* add IniConfig.parse() classmethod with strip_inline_comments parameter
  - by default (strip_inline_comments=True), inline comments are properly stripped from values
  - set strip_inline_comments=False to preserve old behavior if needed
* IniConfig() constructor maintains backward compatibility (does not strip inline comments)
* users should migrate to IniConfig.parse() for correct comment handling
* add strip_section_whitespace parameter to IniConfig.parse()
  - opt-in parameter to strip Unicode whitespace from section names
  - when True, strips Unicode whitespace (U+00A0, U+2000, U+3000, etc.) from section names
  - when False (default), preserves existing behavior for backward compatibility
* clarify Unicode whitespace handling
  - since iniconfig 2.0.0 (Python 3 only), all strings are Unicode by default
  - Python 3's str.strip() has handled Unicode whitespace since Python 3.0 (2008)
  - iniconfig automatically benefits from this in all supported versions (Python >= 3.10)
  - key names and values have Unicode whitespace properly stripped using Python's built-in methods

2.2.0

* drop Python 3.8 and 3.9 support (now requires Python >= 3.10)
* add Python 3.14 classifier
* migrate from hatchling to setuptools 77 with setuptools_scm
* adopt PEP 639 license specifiers and PEP 740 build attestations
* migrate from black + pyupgrade to ruff
* migrate CI to uv and unified test workflow
* automate GitHub releases and PyPI publishing via Trusted Publishing
* include tests in sdist
* modernize code for Python 3.10+ (remove __future__ annotations, TYPE_CHECKING guards)
* rename _ParsedLine to ParsedLine
@
text
@@@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:01 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/iniconfig/__init__.py
${PYSITELIB}/iniconfig/__init__.pyc
${PYSITELIB}/iniconfig/__init__.pyo
${PYSITELIB}/iniconfig/_parse.py
${PYSITELIB}/iniconfig/_parse.pyc
${PYSITELIB}/iniconfig/_parse.pyo
${PYSITELIB}/iniconfig/_version.py
${PYSITELIB}/iniconfig/_version.pyc
${PYSITELIB}/iniconfig/_version.pyo
${PYSITELIB}/iniconfig/exceptions.py
${PYSITELIB}/iniconfig/exceptions.pyc
${PYSITELIB}/iniconfig/exceptions.pyo
${PYSITELIB}/iniconfig/py.typed
@


1.4
log
@python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
@
text
@d1 1
a1 1
@@comment $NetBSD$
d6 1
@


1.3
log
@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
@
text
@a1 1
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
a3 1
${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
a4 1
${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
d8 1
d11 1
d14 1
d17 1
@


1.2
log
@py-iniconfig: updated to 1.1.1

1.1.1
* fix version determination

1.1.0
- typing stubs
- ci fixes
@
text
@d1 8
a8 6
@@comment $NetBSD: PLIST,v 1.1 2020/08/05 13:54:15 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
d11 6
a16 2
${PYSITELIB}/iniconfig/__init__.pyi
${PYSITELIB}/iniconfig/__init__.pyo
@


1.1
log
@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.
@
text
@d1 1
a1 1
@@comment $NetBSD$
d5 1
d7 5
a11 3
${PYSITELIB}/iniconfig.py
${PYSITELIB}/iniconfig.pyc
${PYSITELIB}/iniconfig.pyo
@

