514e61ca11- Update to 3.10.1 * Correct packaging and testing when not in a clean virtualenv - from version 3.10.0 * Move development to https://github.com/pasteorg/paste * Vendor cgi.FieldStorage and cgitb.Hook * More cleaning of Python 2 style code. - Adjust upstream source name in spec fileDirk Mueller2024-07-29 17:00:57 +00:00
680dcfc620Accepting request 1167719 from devel:languages:python
Ana Guerrero
2024-04-16 18:02:56 +00:00
29ab04900dAccepting request 1160836 from devel:languages:python
Ana Guerrero
2024-03-25 20:06:41 +00:00
a414e06d32- update to 3.8.0: * remove most python2 compatibilityDirk Mueller2024-03-22 20:47:23 +00:00
21ed79bfb2Accepting request 1134035 from devel:languages:python
Ana Guerrero
2023-12-20 20:01:02 +00:00
5603cd05da- update to 3.7.1: * The main change for 3.7.0 and beyond is dropping support for Python 2. In the past it was possible to get Paste to work in Python 2 with some effort. That's now no longer possible. If Python 2 is required for some reason, use an older version of Paste. - update to 3.6.1: * Turn on github action for tests on pull requests * Add a Makefile for simple automation - update to 3.5.2: * Update setup.py to work with setuptools 50.1.0+ - Use %{__python3} macroDirk Mueller2023-12-12 13:22:16 +00:00
220ed439d1Accepting request 1106211 from devel:languages:python
Ana Guerrero
2023-08-30 08:19:13 +00:00
ebf591c24b- Update to 3.5.3: * Use importlib instead of imp with Python 3. - Drop patch support-python-311.patch, something similar now included upstream. - Switch to pyproject macros. - Stop using greedy globs in %files.
Steve Kowalik
2023-08-28 04:43:09 +00:00
f5c5648b51- update to 3.5.1: * Replace deprecated threading.currentThread, getName and setDaemon with threading.current_thread, name and daemon.Dirk Mueller2022-07-15 19:17:13 +00:00
f159f82057Accepting request 874688 from devel:languages:python
Richard Brown
2021-03-02 11:26:45 +00:00
25f6220627Accepting request 874635 from home:mcalabkova:branches:devel:languages:pythonDirk Mueller2021-02-23 19:01:00 +00:00
8831cea12c- Update to 3.4.6: * Explicit pkg_resource dependency to easy packaging. * Remove deprecated dependencies paste/fixture.py. * Update setup.py to work with setuptools 50.1.0+
Steve Kowalik
2020-10-09 04:15:04 +00:00
1b9fbe7c64- update to 3.4.2: * Correct sorting of items() in EvalHTMLFormatter. * Fix next in iterators in wsgilib.py.Dirk Mueller2020-07-17 07:20:35 +00:00
3e6fa6ae57- update to 3.2.3: * Correct `100 Continue` in Python 3 * Avoid some reference cycles through tracebacks in httpserver.pyDirk Mueller2019-12-20 19:28:32 +00:00
852c700bd7- Update to 3.2.0: * Ensure unicode URLs work in TestApp. * Make LimitedLengthFile file return empty bytes. * Protect against accidental close in FieldStorage.
Tomáš Chvátal
2019-09-24 09:25:46 +00:00
eb6e21510a- Do not bother with sphinx docu, it is online anyway
Tomáš Chvátal
2019-03-05 19:13:36 +00:00
0014087761- Update to 3.0.7: * Write bytestrings when calling wsgi_write_chunk * Revert "Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL
Tomáš Chvátal
2019-03-05 17:02:22 +00:00
e81908e08a- Disable test_modified as it fails on non 64b arches due to slightly different reported string - Drop nose dep, not needed - Fix URL to point to current homepage
Tomáš Chvátal
2019-01-03 07:23:25 +00:00
11693b901b- update to 3.0.5: * make tests pass after 2031 * Use correct variable when building message for exception * Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL anyways. (#16) * Fix error on httpserver shutdown * Add support for limited testing with travis-ci * Merged in hroncok/paste/py37 (pull request #41) * Don't raise StopIteration from generator, return instead * Fix up testing after switch to pytest * Make iterators Python3-compatible * Remove use of future * Don't raise StopIteration inside a generator * add link to read the docs to README * Release 3.0.2 * Release 3.0.5 * Prepare docs for publishing to RTFD * Run tox with Python 3.6 and 3.7 * Prepare a 3.0.0 release * release 3.0.1 * py3 fixes for form handling in paste.fixture (#8) * release 3.0.3 * Special case py37 * release 3.0.4 * Switch from nose to pytest * Pytest fixes (#9) * paste.fixture: fix form offset handling (#12) * Add a simple .gitignore * Don't delete dict item while iterating over same dict (#14) * Depend on pytest instead of nose (#13) * Fix proxy test
Thomas Bechtold
2018-12-17 21:10:44 +00:00