vcswatch reports that
this package seems to have a new changelog entry (version
0.6.12~rc3+ds-1, distribution
unstable) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 86e1217902dd737378ca94a265a1080ed1e35647
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Jan 26 12:50:49 2021 +0100
New pre-release.
commit bd855def20a4e7fda6954c82d1d759b4855f0553
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Jan 26 15:43:36 2021 +0100
Scons: Remove scons caching entirely
* We can rely on ccache and clcache for the task to be present
now that we include or download them.
commit c8822b7682b93eeb8b2076ee31fd72ffcb00b767
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Jan 26 14:22:30 2021 +0100
Scons: Added detected modes for debugging.
commit 8e1241e9589beaffd1cc8f2e6b327131df42573b
Author: John Vandenberg <jayvdb@gmail.com>
Date: Tue Jan 26 22:29:54 2021 +0800
Tests: Ignore /usr/etc/ access in standalone execution (#954)
Closes #811
commit 91c3ec87f4e47d59929e6241ba14f9d3ce74ba67
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Jan 26 12:49:42 2021 +0100
Fix, spaces in gcc paths were not working.
commit ae9c57c7431e871b650c503ab3b0e96089bf7f7b
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Jan 26 00:07:08 2021 +0100
UI: Proper scons progress bar
commit 2c6a3632b7d400aa578fcd4d0b0d66497b345202
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Jan 25 16:26:59 2021 +0100
Quality: Fixup for pylint diff mode seeing directories
commit df4ab5d3cd5b0eeece907076148a6c37710aa834
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Jan 25 16:10:54 2021 +0100
Scons: Prepare adding progressbar for C compilation
commit e76a83f0fb3713017da2558e4c79e072f1177efd
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Jan 25 15:35:14 2021 +0100
Cleanup, move scons options common for Python and onefile build to common code
commit fcddaba5e8f9e39067d7053896f72f53b708b461
Merge: ba70ebd68 3ee907ae8
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Jan 26 11:18:23 2021 +0100
Merge tag '0.6.11.3' into develop
commit ba70ebd683ed78d30c9205684b0a58959ef4b12c
Merge: 4e012181b 4f14b174a
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Jan 26 10:21:26 2021 +0100
Merge tag '0.6.11.2' into develop
commit 4e012181b545e60629b5232d61f5732bbe3b76a3
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Jan 24 18:44:13 2021 +0100
New pre-release.
commit 564cf659cfcc877197a126eb820e03519144cf19
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Jan 24 17:48:05 2021 +0100
Quality: Cleanup pylint and source scanning
commit 945c31c0d818aee5155a133fd499f0c494d308b6
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Jan 24 12:51:38 2021 +0100
Visual Code: Help pylance find inline copy of scons
commit 8d09e52da50dd4515cf57a9849672838a89859f5
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat Jan 23 16:15:22 2021 +0100
Tests: Minor cleanup
commit ab2052760b500d492e445e49d6eecddfd086ce7a
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat Jan 23 15:27:00 2021 +0100
UI: Progress bars are now enabled
* Currently there is only two of them, one for optimization
global passes and one for code generation.
* More need to come obviously.
commit fa45091a024f22d515835bdb1efe18eeaa0a6c04
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat Jan 23 13:09:54 2021 +0100
Tests: Make file dumping work on Windows too
commit 7ec2ac142da133a1ab60f2f4c14139bc6c3e33bc
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat Jan 23 11:13:29 2021 +0100
Optimization: Better unary nodes handling
* Have dedicated nodes per unary operator.
* Detect control flow and value escape for repr node rather than
being pessimistic for everything.
* Moved unary nodes to their own module, it's too crowded in operators.
* More shape work could follow for other unary operators
commit 77df987d03a68691da7c144854bec2c2638f4d51
Merge: 53dd63cbf e3c486807
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Jan 24 18:40:36 2021 +0100
Merge tag '0.6.11.1' into develop
commit 53dd63cbffd4f1e1efa196f8a6e0075372c92b73
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat Jan 23 10:16:05 2021 +0100
New release cycle.