2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-05-10 01:20:28 by Greg Troxel | Files touched by this commit (1) |
Log message:
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.
|
2024-05-05 15:05:16 by Greg Troxel | Files touched by this commit (1) |
Log message:
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.
|
2024-05-05 13:11:01 by Greg Troxel | Files touched by this commit (1) |
Log message:
net/py-cares: Add comment explaining netbsd-9 woes
tl;dr: NetBSD's __packed, non-packed cdef, and cffi do not get along.
|
2023-11-04 17:13:23 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
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
|
2022-08-19 15:48:29 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
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
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2019-01-04 09:53:12 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
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
|