The NetBSD Project

CVS log for pkgsrc/net/py-cares/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / py-cares

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Apr 14 17:05:53 2025 UTC (2 weeks ago) by kim
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -2 lines
py-cares: fix for setuptools>=78

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Dec 30 14:31:58 2024 UTC (3 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -6 lines
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

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

py-setuptools includes the py-wheel functionality nowadays

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu May 9 23:20:27 2024 UTC (11 months, 2 weeks ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2 lines
net/py-cares: Drop PYCARES_CFFI env var

This used to select a cffi implementation vs an earlier non-cffi
implementation.  Now, the cffi implementation is the only approach and
upstream no longer documents this env var or references it in any way.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun May 5 13:05:16 2024 UTC (11 months, 3 weeks ago) by gdt
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
net/py-cares: Revert unintended hunk while adding comments

Dropping PYCARES_CFFI=1 is likely correct, but was not explained in
the commit message and logically unrelated to the packed issue.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun May 5 11:11:01 2024 UTC (11 months, 3 weeks ago) by gdt
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -2 lines
net/py-cares: Add comment explaining netbsd-9 woes

tl;dr: NetBSD's __packed, non-packed cdef, and cffi do not get along.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Nov 4 16:13:23 2023 UTC (17 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -3 lines
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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Feb 7 10:55:56 2023 UTC (2 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
py-cares: updated to 4.3.0

4.3.0
Bump cibuildwheel to build for Python 3.11 + CI total time speedups
Fix tests that depended on external sites
Complete the Python 3.11 support
Drop CPython 3.6
Improve test compatibility with pytest
Update c-ares submodule to 1.18.1

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Aug 19 13:48:29 2022 UTC (2 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -3 lines
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

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

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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jan 4 08:53:11 2019 UTC (6 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
py-cares: updated to 2.4.0

Version 2.4.0
- misc: fix building wheels for unavailable Python versions
- test: skip getaddrinfo6 test on Travis
- doc: add FreeBSD building instructions
- build: fix MinGW build
- ci, misc: add support for CPython 3.7
- ci: run on latest PyPy versions on TravisCI
- examples: extra examples
- ci: fix AppVeyor build
- test: fix TXT test
- core: fix repr for PTR results

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 30 22:32:20 2017 UTC (7 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Switch github HOMEPAGEs to https.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jul 22 06:44:50 2017 UTC (7 years, 9 months ago) by adam
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
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

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jul 9 06:53:06 2017 UTC (7 years, 9 months ago) by adam
Branches: MAIN
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.

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>