summaryrefslogtreecommitdiff
path: root/chat/py-xmpppy
AgeCommit message (Collapse)AuthorFilesLines
2022-08-23*: switch to appropriate py-dns versionwiz1-2/+4
2022-04-10chat/py-xmpppy: Update to 0.7.1gdt3-8/+8
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-05py-xmpppy: set USE_PKG_RESOURCESwiz1-2/+4
Bump PKGREVISION
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-02chat/py-xmpppy: Update to 0.7.0gdt3-13/+7
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-26chat: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-21chat/py-xmpppy: Update to 0.6.3gdt2-8/+8
(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-07chat: Remove SHA1 hashes for distfilesnia1-2/+1
2020-12-19py-xmpppy: Update to 0.6.2gdt4-54/+28
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-26all: migrate some SourceForge homepage URLs back from https to httprillig1-2/+2
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).
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-09-02Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for ↵adam1-2/+2
future Python 3.8
2019-04-26fix some whitespace, mostly introduced in the previousmaya1-2/+2
python 3.4 / 3.5 removal commit.
2019-04-26Omit mentions of python 34 and 35, after those were removed.maya1-2/+2
- Includes some whitespace changes, to be handled in a separate commit.
2019-03-24*: reset maintainerwiz1-2/+2
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam1-2/+2
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2016-06-30Switch to direct py-dns dependency.wiz1-3/+2
py-dns now supports all python versions, so versioned_dependencies is not needed any longer.
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-08patch xmpp/transport.py to use the more modern SSL/TLS interfaces.schnoebe3-3/+37
2015-11-03Add SHA512 digests for distfiles for chat categoryagc1-1/+2
Problems found with existing distfiles: distfiles/icb-5.0.9.tar.gz distfiles/icb.2.1.4.tar.Z distfiles/zenicb-19981202.tar.gz No changes made to these /distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-01-12Update EGG_NAME for more changes in setuptools.wiz1-2/+1
2014-12-16Fix build with py-setuptool-0.8.wiz1-1/+2
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-1/+2
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2014-01-17Convert to versioned_dependencies.mk (for dns)wiz1-3/+3
2013-04-06"Please write NetBSD.org instead of netbsd.org"rodent1-2/+2
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-02-06Imported py25-xmpppy from local development.schnoebe5-0/+126
XMPPPY is an implementation of the XMPP (Jabber) protocols in Python. It is similar to JABBERPY, but as a currently maintained project.