14
0

- Remove upper pin on urllib3.

- Drop moto_server set up and teardown, it is for one testcase.
- Drop patch skip-gzip-tests-python312.patch, not required.
- Add patch support-python-313.patch:
  * Support Python 3.13 changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=18
This commit is contained in:
2024-12-16 03:18:27 +00:00
committed by Git OBS Bridge
parent 4d03b6a490
commit 364c8ea04d
4 changed files with 334 additions and 58 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Dec 16 03:17:47 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Remove upper pin on urllib3.
- Drop moto_server set up and teardown, it is for one testcase.
- Drop patch skip-gzip-tests-python312.patch, not required.
- Add patch support-python-313.patch:
* Support Python 3.13 changes.
-------------------------------------------------------------------
Wed Oct 30 19:30:36 UTC 2024 - Dirk Müller <dmueller@suse.com>