aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-09-18 20:49:46 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-09-18 21:00:49 +0300
commit937649089491b1019f2b71f361a90679c897ae14 (patch)
tree5b9b7683bac7796788a47974d94e0716814e1184 /NEWS.rst
parentmove to flit & makefile (diff)
downloadsnakeoil-937649089491b1019f2b71f361a90679c897ae14.tar.gz
snakeoil-937649089491b1019f2b71f361a90679c897ae14.tar.bz2
snakeoil-937649089491b1019f2b71f361a90679c897ae14.zip
new release 0.10.0v0.10.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst35
1 files changed, 35 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 8f53237..38aabb2 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,41 @@
Release Notes
=============
+snakeoil 0.10.0 (2022-09-18)
+----------------------------
+
+This release has various breaking changes, with various deprecated stuff
+removed. We are planing to remove more cruft in the future, so please be aware.
+All removals will be listed in the release notes, and a better replacement will
+be provided.
+
+This is also the first release to use ``flit`` for packaging, which simplifies
+the build a lot. We include a makefile for convenience of running various build
+commands. Please speak to us if they do not suit your needs.
+
+- ``dist.distutils_extensions`` is now **deprecated**, and will be removed in
+ the future.
+
+- klass: add typing for ``jit_attr*`` funcitons (Arthur Zamarin)
+
+- stringio: remove ``text_writable`` and ``bytes_writable``. Use
+ ``io.StringIO`` and ``io.BytesIO`` instead (Arthur Zamarin)
+
+- remove ``TempDirMixin`` and ``tempdir_decorator``. Use ``tempdir`` instead
+ (Arthur Zamarin)
+
+- remove cython files, as regular Python code was fast enough and the
+ performance difference was negligible (Arthur Zamarin)
+
+- remove ``mk_cpy_loadable_testcase``. Use parameterized arguments in pytest
+ instead (Arthur Zamarin)
+
+- remove ``TestCase``. Use pytest's ``assert`` instead (Arthur Zamarin)
+
+- version: better locale protection around running git (Arthur Zamarin)
+
+- migrate to ``flit`` packaging and universal wheels (Arthur Zamarin)
+
snakeoil 0.9.12 (2022-08-08)
----------------------------