head	1.7;
access;
symbols
	pkgsrc-2026Q2:1.7.0.8
	pkgsrc-2026Q2-base:1.7
	pkgsrc-2026Q1:1.7.0.6
	pkgsrc-2026Q1-base:1.7
	pkgsrc-2025Q4:1.7.0.4
	pkgsrc-2025Q4-base:1.7
	pkgsrc-2025Q3:1.7.0.2
	pkgsrc-2025Q3-base:1.7
	pkgsrc-2025Q2:1.6.0.2
	pkgsrc-2025Q2-base:1.6
	pkgsrc-2025Q1:1.5.0.2
	pkgsrc-2025Q1-base:1.5
	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.10
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.3.0.8
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.3.0.6
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.4
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.3.0.2
	pkgsrc-2022Q3-base:1.3
	pkgsrc-2022Q2:1.2.0.40
	pkgsrc-2022Q2-base:1.2
	pkgsrc-2022Q1:1.2.0.38
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.2.0.36
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.34
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.2.0.32
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.30
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.28
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.2.0.26
	pkgsrc-2020Q3-base:1.2
	pkgsrc-2020Q2:1.2.0.22
	pkgsrc-2020Q2-base:1.2
	pkgsrc-2020Q1:1.2.0.2
	pkgsrc-2020Q1-base:1.2
	pkgsrc-2019Q4:1.2.0.24
	pkgsrc-2019Q4-base:1.2
	pkgsrc-2019Q3:1.2.0.20
	pkgsrc-2019Q3-base:1.2
	pkgsrc-2019Q2:1.2.0.18
	pkgsrc-2019Q2-base:1.2
	pkgsrc-2019Q1:1.2.0.16
	pkgsrc-2019Q1-base:1.2
	pkgsrc-2018Q4:1.2.0.14
	pkgsrc-2018Q4-base:1.2
	pkgsrc-2018Q3:1.2.0.12
	pkgsrc-2018Q3-base:1.2
	pkgsrc-2018Q2:1.2.0.10
	pkgsrc-2018Q2-base:1.2
	pkgsrc-2018Q1:1.2.0.8
	pkgsrc-2018Q1-base:1.2
	pkgsrc-2017Q4:1.2.0.6
	pkgsrc-2017Q4-base:1.2
	pkgsrc-2017Q3:1.2.0.4
	pkgsrc-2017Q3-base:1.2;
locks; strict;
comment	@# @;


1.7
date	2025.07.13.06.20.09;	author kim;	state Exp;
branches;
next	1.6;
commitid	6GzMxPepn82B8y2G;

1.6
date	2025.04.14.17.05.53;	author kim;	state Exp;
branches;
next	1.5;
commitid	DyJyujVgEoGfD2RF;

1.5
date	2024.12.30.14.31.58;	author adam;	state Exp;
branches;
next	1.4;
commitid	PEB4hai1NbZF9xDF;

1.4
date	2023.11.04.16.13.23;	author wiz;	state Exp;
branches;
next	1.3;
commitid	MpdOvl0ban2xhjLE;

1.3
date	2022.08.19.13.48.29;	author wiz;	state Exp;
branches;
next	1.2;
commitid	08qbUUI9uaG3GuQD;

1.2
date	2017.07.22.06.44.50;	author adam;	state Exp;
branches;
next	1.1;
commitid	Oy97UVFH4hvaWb0A;

1.1
date	2017.07.09.06.53.06;	author adam;	state Exp;
branches;
next	;
commitid	yLE5VwTtgkTWowYz;


desc
@@


1.7
log
@py-cares: Update to 4.9.0

What's Changed (4.9.0)

- Create dependabot configuration by @@bdraco in #226
- build(deps): bump pypa/cibuildwheel from 2.22.0 to 2.23.3 by @@dependabot in #227
- Pin Python version to 3.13.3 to avoid Windows build error by @@saghul in #235
- Fix shutdown race by @@bdraco in #236
- Add support for windows arm64 by @@finnagin in #233

What's Changed (4.8.0)

- Cancel previous CI jobs on pull request update by @@bdraco in #222
- Update bundled c-ares to v1.34.5 by @@bdraco in #221
- Add ARES_FLAG_NO_DFLT_SVR and ARES_FLAG_EDNS to API by @@bdraco in #224

What's Changed (4.7.0)

- Update c-ares to 1.29.0 to add reinit support to Channel by @@bdraco in #219
- Add event thread support by @@bdraco in #220

What's Changed (4.6.1)

- Fix missing attribute type information for errno by @@Dreamsorcerer in #215

What's Changed (4.6.0)

- Swap out is_all_ascii for built-in str.isascii by @@bdraco in #209
- Fixup tests by @@saghul in #214
- Add initial type annotations by @@Dreamsorcerer in #212
- Fix module has no attribute type errors by @@Dreamsorcerer in #211
@
text
@@@comment $NetBSD: PLIST,v 1.6 2025/04/14 17:05:53 kim 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}/pycares/__init__.py
${PYSITELIB}/pycares/__init__.pyc
${PYSITELIB}/pycares/__init__.pyo
${PYSITELIB}/pycares/__main__.py
${PYSITELIB}/pycares/__main__.pyc
${PYSITELIB}/pycares/__main__.pyo
${PYSITELIB}/pycares/_cares.abi3.so
${PYSITELIB}/pycares/_version.py
${PYSITELIB}/pycares/_version.pyc
${PYSITELIB}/pycares/_version.pyo
${PYSITELIB}/pycares/errno.py
${PYSITELIB}/pycares/errno.pyc
${PYSITELIB}/pycares/errno.pyo
${PYSITELIB}/pycares/py.typed
${PYSITELIB}/pycares/utils.py
${PYSITELIB}/pycares/utils.pyc
${PYSITELIB}/pycares/utils.pyo
@


1.6
log
@py-cares: fix for setuptools>=78
@
text
@d1 1
a1 1
@@comment $NetBSD: PLIST,v 1.5 2024/12/30 14:31:58 adam Exp $
d20 1
@


1.5
log
@py-cares: updated to 4.5.0

4.5.0

Test data updates to fix test failures
Update test_idna_encoding_query_a with new errno to align to new c-ares version
Do not define HAVE_GETSERVBYPORT_R for platforms Android, Cygwin, Darwin
Drop distutils
build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Add 3.13 support, remove 3.8
chore(ci): fix upload & add more platforms to cibuildwheel
Test building release wheels on PRs
Fix building sdist
Fixup CI
@
text
@d1 1
a1 2
@@comment $NetBSD: PLIST,v 1.4 2023/11/04 16:13:23 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
d5 1
@


1.4
log
@py-cares: update to 4.4.0.

What's Changed

    Bump GitHub Actions versions and fix warnings in the process by @@Jackenmen in #184
    Bump versions of used GitHub Actions by @@Jackenmen in #189
    Add support for 3.12, drop EOL 3.7 by @@Jackenmen in #188
@
text
@d1 1
a1 1
@@comment $NetBSD$
d13 1
a13 1
${PYSITELIB}/pycares/_cares.so
@


1.3
log
@py-cares: update to 4.2.2.

After 4.0:

No longer updated. Please check the commits.

Version 4.0.0
=============
- doc: uppdate README
- core: add support for CAA queries
- core: add support for getaddrinfo()
- doc: update README
- core: add ability to use the system installed c-ares
- misc: set version to 4.0.0
- test: remove TTL tests
- core: update c-ares and use a submodule
- core: drop bundled c-ares version
- misc: drop tasks.py

Version 3.2.0
=============
- misc: add Python 3.9 classifier
- core: drop py3.5 from CI and documentation
- ci: run tests in Python 3.9
- ci: fix SDK path in appveyor
- ci: fix VS linker in appveyor
- ci: update python installer script in appveyor
- misc: add compiled windows dll to gitignore
- test: skip SOA non-ascii test due to changes in remote host
- test: fix broken chunked TXT test due to changes in remote host
- test: skip ANY test due to problems with mac
- ci: add action to release wheels to PyPi
- ci: drop AppVeyor
- ci: don't fail fast
- ci: stop testing on Travis
- test: add generic way to check for a CI
- test: relax check
- test: try to avoid spurious CI failures
- ci: test all platforms on GH actions
- ci: build wheels on GH Actions
- build: fix build error on macOS
- ci: explicitly set Python versions to build wheels for
- ci: update cibuildwheel
- ci: re-add IDNA test

Version 3.1.1
=============
- ffi: new style callbacks

Version 3.1.0
=============
- misc: add Python 3.8 classifier
- (origin/master, origin/HEAD) build: use Travis to build Python Wheels
- ci: use GH Actions to test on macOS
- ci: run tests in Python 3.8 too
- test: remove no longer valid test
- test: remove empty test
- errno: return str from errno.strerror
- core: fix crash when processing .onion queries
- test: fix test_query_txt_multiple_chunked
- doc: fix path of _version.py file
- core: fix support for ARES_OPT_LOOKUPS option
- build: add cygwin support
- core: fix struct in6_addr alignment
- misc: simplify non-ascii txt test example
- core: fix long TXT record with non-ascii bytes
- build: remove extra add_include_dir line on linux
- build: fix testing manylinux wheels

Version 3.0.0
=============
(changes since version 2.x)
 - core: drop C backend in favor of CFFI
 - core: drop Python < 3.5 support
 - core: use None instead of -1 for default values
 - core: add support for ANY queries
 - core: automagically encode query names with IDNA
 - core: add support for ares_search

Version 3.0.0b5
===============
 - core: add support for ares_search

Version 3.0.0b4
===============
 - core: give better errors descriptions for AresError
 - test: add IDNA test using the query() API
 - cffi: simplify destroying ares channel

Version 3.0.0b3
===============
 - core: reorganize package
 - core: automagically encode query names with IDNA

Version 3.0.0b2
===============
 - errno: fix errorcode dictionary

Version 3.0.0b1
===============
 - core: add support for ANY queries
 - cffi: fix memory leak

Version 3.0.0b0
===============
 - core: drop C backend
 - core: drop Python < 3.5 support
 - core: use None instead of -1 for default values
 - core: set TTL to -1 when we cannot parse it
@
text
@d2 5
a6 6
${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}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@


1.2
log
@Version 2.3.0
=============
 - core: fix CPython implementation TTL parsing issue
 - core: add ability to make queries using the command line
 - core: fix parsing TXT records with invalid UTF-8 chars
 - deps: removed unneeded c-ares files
 - core: update bundled c-ares to 1.13.0
 - ci: fix PyPy in Travis
@
text
@d1 1
a1 1
@@comment $NetBSD: PLIST,v 1.1 2017/07/09 06:53:06 adam Exp $
d5 1
a7 1
${PYSITELIB}/_pycares_cffi.so
d14 1
a14 9
${PYSITELIB}/pycares/_cfficore/__init__.py
${PYSITELIB}/pycares/_cfficore/__init__.pyc
${PYSITELIB}/pycares/_cfficore/__init__.pyo
${PYSITELIB}/pycares/_cfficore/errno.py
${PYSITELIB}/pycares/_cfficore/errno.pyc
${PYSITELIB}/pycares/_cfficore/errno.pyo
${PYSITELIB}/pycares/_cfficore/pycares_build.py
${PYSITELIB}/pycares/_cfficore/pycares_build.pyc
${PYSITELIB}/pycares/_cfficore/pycares_build.pyo
d21 3
@


1.1
log
@pycares is a Python module which provides an interface to c-ares. c-ares is a
C library that performs DNS requests and name resolves asynchronously.
@
text
@d1 1
a1 1
@@comment $NetBSD$
d11 3
@

