15
0

Accepting request 912690 from home:pgajdos:python

- 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

OBS-URL: https://build.opensuse.org/request/show/912690
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wadllib?expand=0&rev=10
This commit is contained in:
2021-08-17 15:30:36 +00:00
committed by Git OBS Bridge
parent 4d1e4159be
commit 2110fdc2ca
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>