2022-08-23 23:49:56 by Thomas Klausner | Files touched by this commit (7) |
Log message:
*: switch to appropriate py-dns version
|
2022-04-10 20:49:25 by Greg Troxel | Files touched by this commit (3) |
Log message:
chat/py-xmpppy: Update to 0.7.1
2022-04-10 0.7.1
================
- Use ``six.ensure_str()`` and ``six.ensure_binary()`` instead of custom \
decoding. Thanks, @normanr!
- Fix Non-SASL (XEP-0078) authentication for Python 3. Thanks, @smudge1977!
- Add ``B64`` shortcut function to streamline base64 encoding.
|
2022-01-05 20:56:33 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-xmpppy: set USE_PKG_RESOURCES
Bump PKGREVISION
|
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
|
2022-01-02 17:22:26 by Greg Troxel | Files touched by this commit (3) |
Log message:
chat/py-xmpppy: Update to 0.7.0
Note that xmpp.py has been removed; use xmpp-message instead.
pkgsrc changes:
Allow python 3 builds, now that it works with python 3.
Upstream changes:
2021-12-28 0.7.0
================
- Documentation: Improve README and setup.py
- ``xmpp-message``: Evaluate return value from ``connection.auth()`` and
croak when it fails
- ``xmpp-message``: Optionally read credentials from ``~/.xsend`` file
- Remove ``basic.py`` and ``xsend.py`` example programs
2021-12-28 0.6.5
================
- Python 3: Encoding fix for authentication (#52). Thanks, @D-L, @sumdog and @gdt!
2021-10-19 0.6.4
================
- Python 3: Fix handling of ``socket.error``/``OSError`` exceptions
|
2021-10-26 12:05:29 by Nia Alarie | Files touched by this commit (146) |
Log message:
chat: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-21 15:46:26 by Greg Troxel | Files touched by this commit (2) |
Log message:
chat/py-xmpppy: Update to 0.6.3
(still not ok with python3.8)
2021-09-14 0.6.3
Improve compatibility with Python 3 within authentication subsystem
Improve exception handling
Remove special characters from README.rst to make installation on Windows easier
|
2021-10-07 15:23:36 by Nia Alarie | Files touched by this commit (146) |
Log message:
chat: Remove SHA1 hashes for distfiles
|
2020-12-19 20:16:23 by Greg Troxel | Files touched by this commit (4) |
Log message:
py-xmpppy: Update to 0.6.2
Upstream lacks NEWS, but reading the commit logs this is bugfixes,
minor improvements and work towards python3
This does not work for me with python 3.8, so I'm leaving it as 2.7
only.
|
2020-01-26 06:26:29 by Roland Illig | Files touched by this commit (189) |
Log message:
all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html
In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.
To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.
Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
|