15
0

- update to 0.16.2:

* Add checks for None results to avoid tracebacks (#31)
  * Account for FWS in From (which is legal, apparently)
  * Delete more setup.py cruft for non-supported Pythons

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-authheaders?expand=0&rev=22
This commit is contained in:
2024-01-30 12:04:39 +00:00
committed by Git OBS Bridge
parent 21272181a7
commit 41775af961
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jan 30 12:04:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.16.2:
* Add checks for None results to avoid tracebacks (#31)
* Account for FWS in From (which is legal, apparently)
* Delete more setup.py cruft for non-supported Pythons
-------------------------------------------------------------------
Sat Jan 20 12:36:31 UTC 2024 - Dirk Müller <dmueller@suse.com>