Files
python-wadllib/python-wadllib.changes
Steve Kowalik 3e00e05972 - Update to 2.0.0:
* Drop support for Python < 3.8.
  * legacy-cgi is only a test dependency. Make it an optional dependency.
  * Add support for Python 3.11-3.13.
  * Add support for Python 3.9 and 3.10.
- Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wadllib?expand=0&rev=12
2024-11-15 01:36:33 +00:00

60 lines
2.0 KiB
Plaintext

-------------------------------------------------------------------
Fri Nov 15 01:36:03 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.0.0:
* Drop support for Python < 3.8.
* legacy-cgi is only a test dependency. Make it an optional dependency.
* Add support for Python 3.11-3.13.
* Add support for Python 3.9 and 3.10.
- Switch to pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Sun Oct 24 21:33:23 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 1.3.6:
- Remove buildout support in favour of tox. [bug=922605]
- Adjust versioning strategy to avoid importing pkg_resources,
which is slow in large environments.
-------------------------------------------------------------------
Tue Aug 17 13:27:21 UTC 2021 - pgajdos@suse.com
- version update to 1.3.5
- Drop support for Python 3.2, 3.3, and 3.4.
- Accept Unicode parameter values again when performing multipart/form-data
encoding on Python 2 (broken in 1.3.3).
- %check: use %pyunittest rpm macro
-------------------------------------------------------------------
Wed Jul 22 10:40:47 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.3.4
* Advertise support for Python 3.8.
* Add Python 3.9 compatibility by using xml.etree.ElementTree if
xml.etree.cElementTree does not exist. [bug=1870294]
-------------------------------------------------------------------
Thu Aug 23 09:25:47 UTC 2018 - tchvatal@suse.com
- Update to 1.3.3:
* Support python3
- Switch to singlespec
- Run tests
-------------------------------------------------------------------
Thu Oct 24 11:16:48 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Wed Mar 20 09:33:08 UTC 2013 - speilicke@suse.com
- Add COPYING.txt
-------------------------------------------------------------------
Fri Mar 15 13:13:19 UTC 2013 - speilicke@suse.com
- Initial version