Path to this page:
Subject: CVS commit: pkgsrc/www/py-PasteScript
From: Adam Ciarcinski
Date: 2024-01-26 15:04:38
Message id: 20240126140438.38019FA42@cvs.NetBSD.org
Log Message:
py-PasteScript: updated to 3.4.0
3.4.0 (2024-01-22)
* Correct working with PasteDeploy >=3. Thanks brondsem.
3.3.0 (2023-01-03)
* Remove support for Python 2 in tests. It may still work outside tests.
* Fix homepage link. Thanks to Guillaume Gauvrit (mardiros).
* Stop using nose to run tests.
* Run tests in GitHub actions instead of travis CI.
3.2.1 (2021-04-27)
* Require ``setuptools`` in ``install_requires``. Thanks to Tomáš Hrnčiar
(hrnciar)
* Fix tests to run again.
3.2.0 (2019-09-24)
* Use wsgiserver.WSGIServer instead of wsgiutils.wsgiServer.WSGIServer
for Python 3 compatibility.
3.1.0 (2019-03-04)
* Remove dependency on ``unittest2``.
3.0.0 (2018-11-26)
* Moved to `GitHub <https://github.com/cdent/pastescript>`_.
* Put into maintenance mode, meaning: critical bugs will be fixed,
and support for new versions of Python will be handled, but new
features are not being considered.
Files: