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 file
Dirk Mueller2024-07-29 17:00:57 +00:00
eec9505077
Accepting request 1190284 from home:glaubitz:branches:devel:languages:python
Dirk Mueller2024-07-29 17:00:57 +00:00
680dcfc620
Accepting request 1167719 from devel:languages:python
Ana Guerrero2024-04-16 18:02:56 +00:00
aad49af303
Accepting request 1167719 from devel:languages:python
Ana Guerrero2024-04-16 18:02:56 +00:00
29ab04900d
Accepting request 1160836 from devel:languages:python
Ana Guerrero2024-03-25 20:06:41 +00:00
67d2ea50f0
Accepting request 1160836 from devel:languages:python
Ana Guerrero2024-03-25 20:06:41 +00:00
a414e06d32
- update to 3.8.0: * remove most python2 compatibility
Dirk Mueller2024-03-22 20:47:23 +00:00
7dfdbd0a4b
- update to 3.8.0: * remove most python2 compatibility
Dirk Mueller2024-03-22 20:47:23 +00:00
21ed79bfb2
Accepting request 1134035 from devel:languages:python
Ana Guerrero2023-12-20 20:01:02 +00:00
a4154c4d5a
Accepting request 1134035 from devel:languages:python
Ana Guerrero2023-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} macro
Dirk Mueller2023-12-12 13:22:16 +00:00
08792f2c1d
- 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} macro
Dirk Mueller2023-12-12 13:22:16 +00:00
220ed439d1
Accepting request 1106211 from devel:languages:python
Ana Guerrero2023-08-30 08:19:13 +00:00
23a1d959bd
Accepting request 1106211 from devel:languages:python
Ana Guerrero2023-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 Kowalik2023-08-28 04:43:09 +00:00
5b3f33fed7
- 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 Kowalik2023-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
47bfcba727
- 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
f159f82057
Accepting request 874688 from devel:languages:python
Richard Brown
2021-03-02 11:26:45 +00:00
ee780712ed
Accepting request 874688 from devel:languages:python
Richard Brown
2021-03-02 11:26:45 +00:00
25f6220627
Accepting request 874635 from home:mcalabkova:branches:devel:languages:python
Dirk Mueller2021-02-23 19:01:00 +00:00
d663af3006
Accepting request 874635 from home:mcalabkova:branches:devel:languages:python
Dirk 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 Kowalik2020-10-09 04:15:04 +00:00
561245b6d2
- 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 Kowalik2020-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
a886f6497e
- 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.py
Dirk Mueller2019-12-20 19:28:32 +00:00
e003878de1
- update to 3.2.3: * Correct `100 Continue` in Python 3 * Avoid some reference cycles through tracebacks in httpserver.py
Dirk 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
99a65b3db2
- 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