14
0
Files
python-unpaddedbase64/python-unpaddedbase64.changes

23 lines
772 B
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Feb 16 16:15:17 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 2.1.0:
- Includes PEP 561 marker file so modules depending on this one
can take advantage of its inline type hints.
- Including the `py.typed` marker file required rearranging
files in this repository, but the exposed API is identical to
prior releases.
- Removal of py2k code.
-------------------------------------------------------------------
Thu Dec 6 14:27:26 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Fix the fdupes call to match up documentation
- Run tests
-------------------------------------------------------------------
Mon Feb 27 13:49:57 UTC 2017 - okurz@suse.com
- Initial submission