17
0
Files
python-unpaddedbase64/python-unpaddedbase64.changes
Matej Cepl e730ea9731 Accepting request 955430 from home:mcepl:work
- 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.

OBS-URL: https://build.opensuse.org/request/show/955430
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unpaddedbase64?expand=0&rev=6
2022-02-16 16:37:25 +00:00

23 lines
772 B
Plaintext

-------------------------------------------------------------------
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