1
0
Files
python-publicsuffix/python-publicsuffix.changes
Tomáš Chvátal 7ec3312217 Accepting request 786369 from home:mcalabkova:branches:devel:languages:python
- update to 1.1.1
  * Add deprecation notice to README.
  * Fix UnicodeDecodeError in setup.py when building or installing
    package with LC_ALL=C (thanks to Evgeni Golov).
  * Update the built-in list and fix tests (thanks to Evgeni Golov).
  * Fetch the public suffix list using https.
  * Add public_suffix_list.dat to MANIFEST.in.

OBS-URL: https://build.opensuse.org/request/show/786369
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-publicsuffix?expand=0&rev=9
2020-03-19 09:22:17 +00:00

27 lines
985 B
Plaintext

-------------------------------------------------------------------
Thu Mar 19 09:15:40 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.1.1
* Add deprecation notice to README.
* Fix UnicodeDecodeError in setup.py when building or installing
package with LC_ALL=C (thanks to Evgeni Golov).
* Update the built-in list and fix tests (thanks to Evgeni Golov).
* Fetch the public suffix list using https.
* Add public_suffix_list.dat to MANIFEST.in.
-------------------------------------------------------------------
Fri Jan 10 17:54:55 UTC 2020 - pgajdos@suse.com
- fix build in SLE-15: set en_US.UTF-8 encoding by exporting LANG
-------------------------------------------------------------------
Mon Dec 2 10:47:16 UTC 2019 - pgajdos@suse.com
- call spec-cleaner
-------------------------------------------------------------------
Wed Sep 25 11:51:54 UTC 2019 - pgajdos@suse.com
- initial version 1.1.0, requires by python-authheaders [SLE-7686]