15
0

Accepting request 702956 from home:eapodaca:branches:devel:languages:python

- Drop python2 support
- Remove py34-no-singledispatch.patch
- Replace brotlipy dependency with Brotli
- Remove dependancies that are not needed to build.
- Update to v0.8.0
  * Changes
    + Dropped Python 2 support. If you need it, use the older versions.
    + HTTPolice no longer requires six nor singledispatch.
    + HTTPolice now pulls in Google's Brotli instead of brotlipy,
      but this is merely a packaging change; it can work with either.
    + Notices 1299 and 1300 are no longer reported on Alt-Svc.

OBS-URL: https://build.opensuse.org/request/show/702956
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-HTTPolice?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-05-14 19:34:18 +00:00
committed by Git OBS Bridge
parent 920a0435de
commit 4745bd6d48
5 changed files with 36 additions and 138 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue May 14 17:33:35 UTC 2019 - Ethan Apodaca <eapodaca@suse.com>
- Drop python2 support
- Remove py34-no-singledispatch.patch
- Replace brotlipy dependency with Brotli
- Remove dependancies that are not needed to build.
- Update to v0.8.0
* Changes
+ Dropped Python 2 support. If you need it, use the older versions.
+ HTTPolice no longer requires six nor singledispatch.
+ HTTPolice now pulls in Google's Brotli instead of brotlipy,
but this is merely a packaging change; it can work with either.
+ Notices 1299 and 1300 are no longer reported on Alt-Svc.
-------------------------------------------------------------------
Mon Feb 11 17:33:39 UTC 2019 - John Vandenberg <jayvdb@gmail.com>